.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-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -62px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 400px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  display: none;
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e, #wrap-s-f512baff-304d-4ca5-a2f2-7fff7e424a6e, #wrap-content-s-f512baff-304d-4ca5-a2f2-7fff7e424a6e { display: none !important; }}@media (max-width: 767px){#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  min-height: 200px;
display: none;
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e, #wrap-s-f512baff-304d-4ca5-a2f2-7fff7e424a6e, #wrap-content-s-f512baff-304d-4ca5-a2f2-7fff7e424a6e { display: none !important; }}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/480x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/960x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/768x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/1536x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/1024x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/2048x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/1200x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e {
  background-image: url(https://i.shgcdn.com/2e202f62-6c79-4334-896e-da31056a802c/-/resize/2048x/);
}
#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0.1;
  display: block;
}#s-f512baff-304d-4ca5-a2f2-7fff7e424a6e.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;
}

#s-d864e648-256a-46bf-b826-7ea5e75294e5 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 40px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
min-height: 240px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-d864e648-256a-46bf-b826-7ea5e75294e5 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 20px;
min-height: 200px;
}
}
@media (min-width: 0px) {
[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d864e648-256a-46bf-b826-7ea5e75294e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-cb8aa57f-36f0-4902-9f8a-90d701d0dfef {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.04);
}








#s-cb8aa57f-36f0-4902-9f8a-90d701d0dfef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb8aa57f-36f0-4902-9f8a-90d701d0dfef.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;
  
  
  text-transform: none;
  
  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-e56e70ea-6d4d-47f2-949b-30071c3f5033 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e56e70ea-6d4d-47f2-949b-30071c3f5033 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 79px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e56e70ea-6d4d-47f2-949b-30071c3f5033 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 66px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-e56e70ea-6d4d-47f2-949b-30071c3f5033 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


}
#s-b74f3f61-0a5b-4b51-bcf5-1362b69fe513 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b74f3f61-0a5b-4b51-bcf5-1362b69fe513 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 79px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b74f3f61-0a5b-4b51-bcf5-1362b69fe513 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 66px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-b74f3f61-0a5b-4b51-bcf5-1362b69fe513 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


}
#s-14d2d13e-02ea-4cd6-a7a3-70e5898469e9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-14d2d13e-02ea-4cd6-a7a3-70e5898469e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.9em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-14d2d13e-02ea-4cd6-a7a3-70e5898469e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.9em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-14d2d13e-02ea-4cd6-a7a3-70e5898469e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f {
  border-style: solid;
margin-top: 12px;
margin-left: 7%;
margin-bottom: 12px;
margin-right: 7%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(151, 13, 13, 1);
border-radius: 0px;
background-color: rgba(151, 13, 13, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.6em;
color: rgba(255, 255, 255, 1);
}
#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f:hover {border-style: solid !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f {
  text-align: center;
}
}

  #s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f-root {
    text-align: left;
  }


#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f-root {
    text-align: center;
  }


#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f-root {
    text-align: center;
  }


#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f-root {
    text-align: left;
  }


#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f-root {
    text-align: left;
  }


#s-3f2ebbee-5ea4-49ec-9ca6-f5d80991052f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-e8aa2104-2f34-4a7a-959d-c84c4030de94 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 0px;
}








#s-e8aa2104-2f34-4a7a-959d-c84c4030de94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8aa2104-2f34-4a7a-959d-c84c4030de94.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2904bb98-a30a-42a1-85d6-b7113d3741e2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
min-height: 130px;
background-color: rgba(46, 45, 45, 0.75);
}








#s-2904bb98-a30a-42a1-85d6-b7113d3741e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2904bb98-a30a-42a1-85d6-b7113d3741e2.shg-box.shg-c {
  justify-content: center;
}

#s-59f29078-7a13-4159-af68-186ebd0fe954 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-59f29078-7a13-4159-af68-186ebd0fe954"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-59f29078-7a13-4159-af68-186ebd0fe954"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 992px) {
[id="s-59f29078-7a13-4159-af68-186ebd0fe954"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 1200px) {
[id="s-59f29078-7a13-4159-af68-186ebd0fe954"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 9.6px);
}

}

.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-403c762a-76c2-46d4-bd82-550b22f9253b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 63px;
aspect-ratio: 1/1;
text-align: center;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b {
  margin: 0 !important;
  overflow: visible;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add background color handling */
  
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 63px;
  }



  img.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
    
    
    
    max-height: 63px;
  }


.s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
  box-sizing: border-box;
}



.s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-403c762a-76c2-46d4-bd82-550b22f9253b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
      position: relative;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 63px;
    }
  }

@media (min-width: 1200px){#s-403c762a-76c2-46d4-bd82-550b22f9253b {
  margin: 0 !important;
  overflow: visible;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add background color handling */
  
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 63px;
  }



  img.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
    
    
    
    max-height: 63px;
  }


.s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
  box-sizing: border-box;
}



.s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-403c762a-76c2-46d4-bd82-550b22f9253b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
      position: relative;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 63px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-403c762a-76c2-46d4-bd82-550b22f9253b {
  margin: 0 !important;
  overflow: visible;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add background color handling */
  
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 63px;
  }



  img.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
    
    
    
    max-height: 63px;
  }


.s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
  box-sizing: border-box;
}



.s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-403c762a-76c2-46d4-bd82-550b22f9253b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
      position: relative;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 63px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-403c762a-76c2-46d4-bd82-550b22f9253b {
  margin: 0 !important;
  overflow: visible;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add background color handling */
  
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 63px;
  }



  img.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
    
    
    
    max-height: 63px;
  }


.s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
  box-sizing: border-box;
}



.s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-403c762a-76c2-46d4-bd82-550b22f9253b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
      position: relative;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 63px;
    }
  }

}@media (max-width: 767px){#s-403c762a-76c2-46d4-bd82-550b22f9253b {
  margin: 0 !important;
  overflow: visible;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403c762a-76c2-46d4-bd82-550b22f9253b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add background color handling */
  
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403c762a-76c2-46d4-bd82-550b22f9253b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 63px;
  }



  img.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
    
    
    
    max-height: 63px;
  }


.s-403c762a-76c2-46d4-bd82-550b22f9253b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image {
  box-sizing: border-box;
}



.s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-403c762a-76c2-46d4-bd82-550b22f9253b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container {
      position: relative;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403c762a-76c2-46d4-bd82-550b22f9253b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 63px;
    }
  }

}
#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 61px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 61px;
  }



  img.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
    
    
    
    max-height: 61px;
  }


.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
  box-sizing: border-box;
}



.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
      position: relative;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 61px;
    }
  }

@media (min-width: 1200px){#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 61px;
  }



  img.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
    
    
    
    max-height: 61px;
  }


.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
  box-sizing: border-box;
}



.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
      position: relative;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 61px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 61px;
  }



  img.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
    
    
    
    max-height: 61px;
  }


.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
  box-sizing: border-box;
}



.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
      position: relative;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 61px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 61px;
  }



  img.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
    
    
    
    max-height: 61px;
  }


.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
  box-sizing: border-box;
}



.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
      position: relative;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 61px;
    }
  }

}@media (max-width: 767px){#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 61px;
  }



  img.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
    
    
    
    max-height: 61px;
  }


.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image {
  box-sizing: border-box;
}



.s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container {
      position: relative;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b339b2c4-ba82-4d42-85c0-c3daf73b8d1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 61px;
    }
  }

}
#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
  box-sizing: border-box;
}



.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
      position: relative;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
  box-sizing: border-box;
}



.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
      position: relative;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
  box-sizing: border-box;
}



.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
      position: relative;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
  box-sizing: border-box;
}



.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
      position: relative;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image {
  box-sizing: border-box;
}



.s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container {
      position: relative;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57d3c9-63b1-48ec-89c0-5b6e081ad291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
  box-sizing: border-box;
}



.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
      position: relative;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
  box-sizing: border-box;
}



.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
      position: relative;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
  box-sizing: border-box;
}



.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
      position: relative;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
  box-sizing: border-box;
}



.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
      position: relative;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image {
  box-sizing: border-box;
}



.s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container {
      position: relative;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8afc22f-294f-4a3d-b018-24b6a85b2f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
  box-sizing: border-box;
}



.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
      position: relative;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
  box-sizing: border-box;
}



.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
      position: relative;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
  box-sizing: border-box;
}



.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
      position: relative;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
  box-sizing: border-box;
}



.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
      position: relative;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image {
  box-sizing: border-box;
}



.s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container {
      position: relative;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdb5e58-c5f2-414e-89fc-8565c295b969 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-5c5cacad-a0c8-4143-85ba-f2372842a7bc {
  margin-top: 4px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 2px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-5c5cacad-a0c8-4143-85ba-f2372842a7bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-5c5cacad-a0c8-4143-85ba-f2372842a7bc"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 992px) {
[id="s-5c5cacad-a0c8-4143-85ba-f2372842a7bc"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 1200px) {
[id="s-5c5cacad-a0c8-4143-85ba-f2372842a7bc"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 9.6px);
}

}

#s-3640d3d4-ee07-4321-88a8-6b71b92168f3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 2px;
text-align: center;
}

#s-3640d3d4-ee07-4321-88a8-6b71b92168f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Archivo Narrow";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



#s-18d9fe51-4363-45a7-94c6-35c8ee4edb38 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 2px;
text-align: center;
}

#s-18d9fe51-4363-45a7-94c6-35c8ee4edb38 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Archivo Narrow";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



#s-bfed2bf0-1398-4ac0-86be-477445a8c98d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 2px;
text-align: center;
}

#s-bfed2bf0-1398-4ac0-86be-477445a8c98d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Archivo Narrow";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



#s-2e21d075-423f-474c-828e-b1e862938ac3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 2px;
text-align: center;
}

#s-2e21d075-423f-474c-828e-b1e862938ac3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Archivo Narrow";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



#s-b4b9fa2e-be52-4f53-ac69-9a153b8f4338 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 2px;
text-align: center;
}

#s-b4b9fa2e-be52-4f53-ac69-9a153b8f4338 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Archivo Narrow";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -62px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-a8da851f-4171-4554-8866-a27de39cab6e {
  display: none;
}
#s-a8da851f-4171-4554-8866-a27de39cab6e, #wrap-s-a8da851f-4171-4554-8866-a27de39cab6e, #wrap-content-s-a8da851f-4171-4554-8866-a27de39cab6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8da851f-4171-4554-8866-a27de39cab6e {
  display: none;
}
#s-a8da851f-4171-4554-8866-a27de39cab6e, #wrap-s-a8da851f-4171-4554-8866-a27de39cab6e, #wrap-content-s-a8da851f-4171-4554-8866-a27de39cab6e { display: none !important; }}@media (max-width: 767px){#s-a8da851f-4171-4554-8866-a27de39cab6e {
  min-height: 200px;
}
}
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/480x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/960x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/768x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/1536x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/1024x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/2048x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/1200x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a8da851f-4171-4554-8866-a27de39cab6e {
  background-image: url(https://i.shgcdn.com/fd8d19bb-9151-480d-8373-012782192ea2/-/resize/2048x/);
}
#s-a8da851f-4171-4554-8866-a27de39cab6e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a8da851f-4171-4554-8866-a27de39cab6e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.89);
  opacity: 0;
  display: block;
}#s-a8da851f-4171-4554-8866-a27de39cab6e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-a8da851f-4171-4554-8866-a27de39cab6e > .shg-box-overlay {
  background-color: rgba(250, 250, 250, 0.89);
  opacity: 0.1;
  display: block;
}#s-a8da851f-4171-4554-8866-a27de39cab6e.shg-box.shg-c {
  justify-content: center;
}
}
#s-2bba05d9-72ab-4f98-be15-971994dce106 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2bba05d9-72ab-4f98-be15-971994dce106 {
  margin-top: 10px;
padding-top: 60px;
padding-bottom: 60px;
}
}
#s-2bba05d9-72ab-4f98-be15-971994dce106 {
  background-image: url();
}








#s-2bba05d9-72ab-4f98-be15-971994dce106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bba05d9-72ab-4f98-be15-971994dce106.shg-box.shg-c {
  justify-content: center;
}

#s-cba3a983-8ccc-4007-9a85-8f640f2d4317 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cba3a983-8ccc-4007-9a85-8f640f2d4317 {
  margin-top: 50px;
margin-bottom: 10px;
}
}
#s-cba3a983-8ccc-4007-9a85-8f640f2d4317 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 88px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cba3a983-8ccc-4007-9a85-8f640f2d4317 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 66px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-cba3a983-8ccc-4007-9a85-8f640f2d4317 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 43px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


}
#s-a13a8a9d-ab63-44a3-be36-7bce278d0f25 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a13a8a9d-ab63-44a3-be36-7bce278d0f25 {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-a13a8a9d-ab63-44a3-be36-7bce278d0f25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  line-height: 0.8em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a13a8a9d-ab63-44a3-be36-7bce278d0f25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.9em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-a13a8a9d-ab63-44a3-be36-7bce278d0f25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce {
  border-style: solid;
margin-top: 12px;
margin-left: 7%;
margin-bottom: 32px;
margin-right: 7%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(151, 13, 13, 1);
border-radius: 0px;
background-color: rgba(151, 13, 13, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.4em;
color: rgba(255, 255, 255, 1);
}
#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce:hover {border-style: solid !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce {
  text-align: center;
}
}

  #s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce-root {
    text-align: center;
  }


#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce-root {
    text-align: center;
  }


#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce-root {
    text-align: center;
  }


#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce-root {
    text-align: center;
  }


#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce-root {
    text-align: center;
  }


#s-fd030ca7-e95e-4ea0-879d-ac8ea413d0ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 70px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c {
  display: none;
}
#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c, #wrap-s-7af255dc-5a96-4598-9dd6-fbd6ced6071c, #wrap-content-s-7af255dc-5a96-4598-9dd6-fbd6ced6071c { display: none !important; }}@media (max-width: 767px){#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c, #wrap-s-7af255dc-5a96-4598-9dd6-fbd6ced6071c, #wrap-content-s-7af255dc-5a96-4598-9dd6-fbd6ced6071c { display: none !important; }}







#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.6;
  display: block;
}#s-7af255dc-5a96-4598-9dd6-fbd6ced6071c.shg-box.shg-c {
  justify-content: center;
}

.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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-a27e7746-d2e5-4fa5-a85b-0332fc43121b {
  margin-left: 3%;
margin-right: 3%;
padding-top: 8px;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
min-height: 0px;
}
@media (max-width: 767px){#s-a27e7746-d2e5-4fa5-a85b-0332fc43121b {
  display: none;
}
#s-a27e7746-d2e5-4fa5-a85b-0332fc43121b, #wrap-s-a27e7746-d2e5-4fa5-a85b-0332fc43121b, #wrap-content-s-a27e7746-d2e5-4fa5-a85b-0332fc43121b { display: none !important; }}
#s-1db7cf6c-5296-48c3-854d-f56f9d8fca81 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 230px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1db7cf6c-5296-48c3-854d-f56f9d8fca81 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-1db7cf6c-5296-48c3-854d-f56f9d8fca81 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}







#s-1db7cf6c-5296-48c3-854d-f56f9d8fca81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1db7cf6c-5296-48c3-854d-f56f9d8fca81.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4a44607c-fec4-431b-b343-7c90db9cc385 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 1%;
padding-right: 1%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a44607c-fec4-431b-b343-7c90db9cc385 {
  display: none;
}
#s-4a44607c-fec4-431b-b343-7c90db9cc385, #wrap-s-4a44607c-fec4-431b-b343-7c90db9cc385, #wrap-content-s-4a44607c-fec4-431b-b343-7c90db9cc385 { display: none !important; }}@media (max-width: 767px){#s-4a44607c-fec4-431b-b343-7c90db9cc385 {
  display: none;
}
#s-4a44607c-fec4-431b-b343-7c90db9cc385, #wrap-s-4a44607c-fec4-431b-b343-7c90db9cc385, #wrap-content-s-4a44607c-fec4-431b-b343-7c90db9cc385 { display: none !important; }}







#s-4a44607c-fec4-431b-b343-7c90db9cc385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a44607c-fec4-431b-b343-7c90db9cc385.shg-box.shg-c {
  justify-content: center;
}

#s-a4c73fca-5d58-47a9-87e7-12a779d0a801 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4c73fca-5d58-47a9-87e7-12a779d0a801"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-d422c32c-951f-4a36-be21-41a5dbbd14c8 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}








#s-d422c32c-951f-4a36-be21-41a5dbbd14c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d422c32c-951f-4a36-be21-41a5dbbd14c8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a9638d56-47ad-4060-9747-8433a9ae8fbf {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
text-align: left;
}
@media (min-width: 1200px){#s-a9638d56-47ad-4060-9747-8433a9ae8fbf {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9638d56-47ad-4060-9747-8433a9ae8fbf {
  display: none;
}
#s-a9638d56-47ad-4060-9747-8433a9ae8fbf, #wrap-s-a9638d56-47ad-4060-9747-8433a9ae8fbf, #wrap-content-s-a9638d56-47ad-4060-9747-8433a9ae8fbf { display: none !important; }}@media (max-width: 767px){#s-a9638d56-47ad-4060-9747-8433a9ae8fbf {
  display: none;
}
#s-a9638d56-47ad-4060-9747-8433a9ae8fbf, #wrap-s-a9638d56-47ad-4060-9747-8433a9ae8fbf, #wrap-content-s-a9638d56-47ad-4060-9747-8433a9ae8fbf { display: none !important; }}
#s-a9638d56-47ad-4060-9747-8433a9ae8fbf .shogun-heading-component h1 {
  color: rgba(173, 19, 19, 1);
  font-weight:  normal ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 49px;
  line-height: 0.9em;
  
  
}


@media (min-width: 1200px){#s-a9638d56-47ad-4060-9747-8433a9ae8fbf .shogun-heading-component h1 {
  color: rgba(173, 19, 19, 1);
  font-weight:  normal ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 42px;
  line-height: 0.9em;
  
  
}


}@media (max-width: 767px){#s-a9638d56-47ad-4060-9747-8433a9ae8fbf .shogun-heading-component h1 {
  color: rgba(173, 19, 19, 1);
  font-weight:  normal ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.9em;
  
  
}


}
#s-2e907732-a007-4d68-9ccb-504b63d3a53f {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 1%;
}
@media (max-width: 767px){#s-2e907732-a007-4d68-9ccb-504b63d3a53f {
  display: none;
}
#s-2e907732-a007-4d68-9ccb-504b63d3a53f, #wrap-s-2e907732-a007-4d68-9ccb-504b63d3a53f, #wrap-content-s-2e907732-a007-4d68-9ccb-504b63d3a53f { display: none !important; }}
#s-627acef7-9907-4dc5-bb90-a1652578d238 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
}








#s-627acef7-9907-4dc5-bb90-a1652578d238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-627acef7-9907-4dc5-bb90-a1652578d238.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-627acef7-9907-4dc5-bb90-a1652578d238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-627acef7-9907-4dc5-bb90-a1652578d238.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-d6447c32-d7e6-444f-b804-3cf603f836c7 {
  border-style: solid;
margin-top: 12px;
margin-left: 0%;
margin-bottom: 32px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(151, 13, 13, 1);
border-radius: 0px;
background-color: rgba(151, 13, 13, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.4em;
color: rgba(255, 255, 255, 1);
}
#s-d6447c32-d7e6-444f-b804-3cf603f836c7:hover {border-style: solid !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d6447c32-d7e6-444f-b804-3cf603f836c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d6447c32-d7e6-444f-b804-3cf603f836c7 {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
padding-left: 12%;
padding-right: 12%;
border-color: rgba(70, 70, 70, 1);
background-image: none;
background-color: rgba(70, 70, 70, 1);
hover-type: color;
text-align: center;
}
}

  #s-d6447c32-d7e6-444f-b804-3cf603f836c7-root {
    text-align: left;
  }


#s-d6447c32-d7e6-444f-b804-3cf603f836c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6447c32-d7e6-444f-b804-3cf603f836c7-root {
    text-align: center;
  }


#s-d6447c32-d7e6-444f-b804-3cf603f836c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6447c32-d7e6-444f-b804-3cf603f836c7-root {
    text-align: left;
  }


#s-d6447c32-d7e6-444f-b804-3cf603f836c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6447c32-d7e6-444f-b804-3cf603f836c7-root {
    text-align: left;
  }


#s-d6447c32-d7e6-444f-b804-3cf603f836c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6447c32-d7e6-444f-b804-3cf603f836c7-root {
    text-align: left;
  }


#s-d6447c32-d7e6-444f-b804-3cf603f836c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-a42a8229-fb76-48e0-8b40-7a1e2e068178 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
min-height: 200px;
}
@media (max-width: 767px){#s-a42a8229-fb76-48e0-8b40-7a1e2e068178 {
  margin-top: 20px;
padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a42a8229-fb76-48e0-8b40-7a1e2e068178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a42a8229-fb76-48e0-8b40-7a1e2e068178"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a42a8229-fb76-48e0-8b40-7a1e2e068178"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a42a8229-fb76-48e0-8b40-7a1e2e068178"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  margin-bottom: 5px;
min-height: 100px;
}
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/480x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/960x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/768x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/1536x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/1024x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/2048x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/1200x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 {
  background-image: url(https://i.shgcdn.com/75a1764f-ec14-4c2e-a152-9b0e88059399/-/resize/2048x/);
}
#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 > .shg-box-overlay {
  background-color: rgba(24, 24, 24, 1);
  opacity: 0.1;
  display: block;
}#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462 > .shg-box-overlay {
  background-color: rgba(24, 24, 24, 1);
  opacity: 0;
  display: block;
}#s-1ce7dbfd-782b-4223-b4a0-1d30449b0462.shg-box.shg-c {
  justify-content: center;
}
}
#s-0f2c6901-e3ff-411e-a5bd-11856ea5deaa {
  margin-top: 40px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-0f2c6901-e3ff-411e-a5bd-11856ea5deaa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  line-height: 0.9em;
  
  
}


@media (max-width: 767px){#s-0f2c6901-e3ff-411e-a5bd-11856ea5deaa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 29px;
  line-height: 0.9em;
  
  
}


}
#s-ac4e3d28-8c94-4147-9684-6786d900fb50 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 2px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 13%;
text-align: left;
}

#s-ac4e3d28-8c94-4147-9684-6786d900fb50 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-ac4e3d28-8c94-4147-9684-6786d900fb50 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-ac4e3d28-8c94-4147-9684-6786d900fb50 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-e488d690-da47-4be6-b944-daab2a9498f4 {
  border-style: solid;
margin-top: 12px;
margin-left: 7%;
margin-bottom: 32px;
margin-right: 7%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(151, 13, 13, 1);
border-radius: 0px;
background-color: rgba(151, 13, 13, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.4em;
color: rgba(255, 255, 255, 1);
}
#s-e488d690-da47-4be6-b944-daab2a9498f4:hover {border-style: solid !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e488d690-da47-4be6-b944-daab2a9498f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e488d690-da47-4be6-b944-daab2a9498f4 {
  line-height: 1em;
}
}

  #s-e488d690-da47-4be6-b944-daab2a9498f4-root {
    text-align: left;
  }


#s-e488d690-da47-4be6-b944-daab2a9498f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e488d690-da47-4be6-b944-daab2a9498f4-root {
    text-align: left;
  }


#s-e488d690-da47-4be6-b944-daab2a9498f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e488d690-da47-4be6-b944-daab2a9498f4-root {
    text-align: left;
  }


#s-e488d690-da47-4be6-b944-daab2a9498f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e488d690-da47-4be6-b944-daab2a9498f4-root {
    text-align: left;
  }


#s-e488d690-da47-4be6-b944-daab2a9498f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e488d690-da47-4be6-b944-daab2a9498f4-root {
    text-align: left;
  }


#s-e488d690-da47-4be6-b944-daab2a9498f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  margin-top: 5px;
min-height: 200px;
}
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/480x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/960x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/768x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/1536x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/1024x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/2048x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/1200x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 {
  background-image: url(https://i.shgcdn.com/d02da745-ae96-4741-8c66-960d85ac58a0/-/resize/2048x/);
}
#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 > .shg-box-overlay {
  background-color: rgba(24, 24, 24, 1);
  opacity: 0.1;
  display: block;
}#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-cf861f58-2609-4040-9141-8a17fbe4e8e5 > .shg-box-overlay {
  background-color: rgba(24, 24, 24, 1);
  opacity: 0;
  display: block;
}#s-cf861f58-2609-4040-9141-8a17fbe4e8e5.shg-box.shg-c {
  justify-content: center;
}
}
#s-ffbb2fbe-0b18-4e6a-b2be-0ed6d4b6824f {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-ffbb2fbe-0b18-4e6a-b2be-0ed6d4b6824f {
  min-height: 100px;
}
}







#s-ffbb2fbe-0b18-4e6a-b2be-0ed6d4b6824f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffbb2fbe-0b18-4e6a-b2be-0ed6d4b6824f.shg-box.shg-c {
  justify-content: center;
}

#s-fbd4febd-ee64-4a41-92ac-3dc19f354d63 {
  margin-top: 40px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-fbd4febd-ee64-4a41-92ac-3dc19f354d63 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  line-height: 0.9em;
  
  
}


@media (max-width: 767px){#s-fbd4febd-ee64-4a41-92ac-3dc19f354d63 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 29px;
  line-height: 0.9em;
  
  
}


}
#s-e0e70242-5596-4522-85a9-7d61d3d14f2f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 2px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 13%;
text-align: left;
}

#s-e0e70242-5596-4522-85a9-7d61d3d14f2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-e0e70242-5596-4522-85a9-7d61d3d14f2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-e0e70242-5596-4522-85a9-7d61d3d14f2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd {
  border-style: solid;
margin-top: 12px;
margin-left: 7%;
margin-bottom: 32px;
margin-right: 7%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(151, 13, 13, 1);
border-radius: 0px;
background-color: rgba(151, 13, 13, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.4em;
color: rgba(255, 255, 255, 1);
}
#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd:hover {border-style: solid !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd {
  line-height: 1em;
}
}

  #s-db3fdc39-96b5-41fb-abc6-c862c4572cfd-root {
    text-align: left;
  }


#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db3fdc39-96b5-41fb-abc6-c862c4572cfd-root {
    text-align: left;
  }


#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db3fdc39-96b5-41fb-abc6-c862c4572cfd-root {
    text-align: left;
  }


#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db3fdc39-96b5-41fb-abc6-c862c4572cfd-root {
    text-align: left;
  }


#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db3fdc39-96b5-41fb-abc6-c862c4572cfd-root {
    text-align: left;
  }


#s-db3fdc39-96b5-41fb-abc6-c862c4572cfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-0ee796c0-4472-4143-93d5-ecc7c5a90d82 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-0ee796c0-4472-4143-93d5-ecc7c5a90d82 {
  margin-left: 1%;
padding-left: 2%;
padding-right: 2%;
}
}







#s-0ee796c0-4472-4143-93d5-ecc7c5a90d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
  display: block;
}#s-0ee796c0-4472-4143-93d5-ecc7c5a90d82.shg-box.shg-c {
  justify-content: center;
}

#s-512d8ee7-ef09-4896-b496-95dc72519c29 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-512d8ee7-ef09-4896-b496-95dc72519c29 {
  margin-top: 10px;
margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-512d8ee7-ef09-4896-b496-95dc72519c29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-c213afb6-e775-41cb-8276-775a199632b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c213afb6-e775-41cb-8276-775a199632b0 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c213afb6-e775-41cb-8276-775a199632b0 {
  text-align: center;
}
}
#s-c213afb6-e775-41cb-8276-775a199632b0 .shogun-heading-component h1 {
  color: rgba(48, 48, 48, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-c213afb6-e775-41cb-8276-775a199632b0 .shogun-heading-component h1 {
  color: rgba(48, 48, 48, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-1af6badb-3273-4382-b2aa-7143b9892270 {
  border-style: solid;
margin-top: 9px;
margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 19, 19, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(173, 19, 19, 1);
}
#s-1af6badb-3273-4382-b2aa-7143b9892270:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1af6badb-3273-4382-b2aa-7143b9892270:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTgzNjJkNTAtOGIyOS00YWFlLWIyNTUtZTgzNDdmNzdjMjYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ODM2MmQ1MC04YjI5LTRhYWUtYjI1NS1lODM0N2Y3N2MyNjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(133, 133, 133, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(173, 19, 19, 1) !important;}

  #s-1af6badb-3273-4382-b2aa-7143b9892270-root {
    text-align: center;
  }


#s-1af6badb-3273-4382-b2aa-7143b9892270.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1af6badb-3273-4382-b2aa-7143b9892270-root {
    text-align: center;
  }


#s-1af6badb-3273-4382-b2aa-7143b9892270.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1af6badb-3273-4382-b2aa-7143b9892270-root {
    text-align: center;
  }


#s-1af6badb-3273-4382-b2aa-7143b9892270.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1af6badb-3273-4382-b2aa-7143b9892270-root {
    text-align: center;
  }


#s-1af6badb-3273-4382-b2aa-7143b9892270.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1af6badb-3273-4382-b2aa-7143b9892270-root {
    text-align: center;
  }


#s-1af6badb-3273-4382-b2aa-7143b9892270.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-423ee57f-6e00-48ce-8f6a-7c8b665bf1e7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
min-height: 0px;
}








#s-423ee57f-6e00-48ce-8f6a-7c8b665bf1e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-423ee57f-6e00-48ce-8f6a-7c8b665bf1e7.shg-box.shg-c {
  justify-content: center;
}

#s-628f1b5a-ffba-4eab-8905-3e06bbb7b09a {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-628f1b5a-ffba-4eab-8905-3e06bbb7b09a {
  margin-top: 5px;
}
}
@media (min-width: 0px) {
[id="s-628f1b5a-ffba-4eab-8905-3e06bbb7b09a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-628f1b5a-ffba-4eab-8905-3e06bbb7b09a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-628f1b5a-ffba-4eab-8905-3e06bbb7b09a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-628f1b5a-ffba-4eab-8905-3e06bbb7b09a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d8baa7fe-0dec-46bc-be34-cd6d6f532c71 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d8baa7fe-0dec-46bc-be34-cd6d6f532c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8baa7fe-0dec-46bc-be34-cd6d6f532c71 {
  cursor: pointer;
}#s-d8baa7fe-0dec-46bc-be34-cd6d6f532c71.shg-box.shg-c {
  justify-content: center;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  max-width: 300px;
}
}
#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  margin: 0 !important;
  overflow: visible;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add background color handling */
  
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image {
  box-sizing: border-box;
}



.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  
}


@media (min-width: 1200px){#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  margin: 0 !important;
  overflow: visible;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add background color handling */
  
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image {
  box-sizing: border-box;
}



.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  margin: 0 !important;
  overflow: visible;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add background color handling */
  
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image {
  box-sizing: border-box;
}



.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  margin: 0 !important;
  overflow: visible;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add background color handling */
  
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image {
  box-sizing: border-box;
}



.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  
}


}@media (max-width: 767px){#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  margin: 0 !important;
  overflow: visible;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add background color handling */
  
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de.shogun-image {
  box-sizing: border-box;
}



.s-1dca2ed8-cd14-4fab-8d94-3d24cb4bf2de img.shogun-image {
  
}


}
#s-123d7f7c-f637-40bd-a678-f2996e60e5b9 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(61, 60, 60, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-123d7f7c-f637-40bd-a678-f2996e60e5b9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-123d7f7c-f637-40bd-a678-f2996e60e5b9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-123d7f7c-f637-40bd-a678-f2996e60e5b9-root {
    text-align: center;
  }


#s-123d7f7c-f637-40bd-a678-f2996e60e5b9.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-123d7f7c-f637-40bd-a678-f2996e60e5b9-root {
    text-align: center;
  }


#s-123d7f7c-f637-40bd-a678-f2996e60e5b9.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-123d7f7c-f637-40bd-a678-f2996e60e5b9-root {
    text-align: center;
  }


#s-123d7f7c-f637-40bd-a678-f2996e60e5b9.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-123d7f7c-f637-40bd-a678-f2996e60e5b9-root {
    text-align: center;
  }


#s-123d7f7c-f637-40bd-a678-f2996e60e5b9.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-123d7f7c-f637-40bd-a678-f2996e60e5b9-root {
    text-align: center;
  }


#s-123d7f7c-f637-40bd-a678-f2996e60e5b9.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-f7c6acd2-a379-46f2-9416-3ae2ef67b5a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f7c6acd2-a379-46f2-9416-3ae2ef67b5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7c6acd2-a379-46f2-9416-3ae2ef67b5a6.shg-box.shg-c {
  justify-content: center;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  max-width: 300px;
}
}
#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  margin: 0 !important;
  overflow: visible;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add background color handling */
  
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b46e4da7-dd66-4338-a59d-5230e390af3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image {
  box-sizing: border-box;
}



.s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  
}


@media (min-width: 1200px){#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  margin: 0 !important;
  overflow: visible;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add background color handling */
  
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b46e4da7-dd66-4338-a59d-5230e390af3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image {
  box-sizing: border-box;
}



.s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  margin: 0 !important;
  overflow: visible;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add background color handling */
  
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b46e4da7-dd66-4338-a59d-5230e390af3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image {
  box-sizing: border-box;
}



.s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  margin: 0 !important;
  overflow: visible;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add background color handling */
  
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b46e4da7-dd66-4338-a59d-5230e390af3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image {
  box-sizing: border-box;
}



.s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  
}


}@media (max-width: 767px){#s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  margin: 0 !important;
  overflow: visible;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46e4da7-dd66-4338-a59d-5230e390af3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add background color handling */
  
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b46e4da7-dd66-4338-a59d-5230e390af3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46e4da7-dd66-4338-a59d-5230e390af3e.shogun-image {
  box-sizing: border-box;
}



.s-b46e4da7-dd66-4338-a59d-5230e390af3e img.shogun-image {
  
}


}
#s-73623617-fbfb-4a36-906d-b60e477ec2b5 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(61, 60, 60, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-73623617-fbfb-4a36-906d-b60e477ec2b5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-73623617-fbfb-4a36-906d-b60e477ec2b5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-73623617-fbfb-4a36-906d-b60e477ec2b5-root {
    text-align: center;
  }


#s-73623617-fbfb-4a36-906d-b60e477ec2b5.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-73623617-fbfb-4a36-906d-b60e477ec2b5-root {
    text-align: center;
  }


#s-73623617-fbfb-4a36-906d-b60e477ec2b5.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73623617-fbfb-4a36-906d-b60e477ec2b5-root {
    text-align: center;
  }


#s-73623617-fbfb-4a36-906d-b60e477ec2b5.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73623617-fbfb-4a36-906d-b60e477ec2b5-root {
    text-align: center;
  }


#s-73623617-fbfb-4a36-906d-b60e477ec2b5.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-73623617-fbfb-4a36-906d-b60e477ec2b5-root {
    text-align: center;
  }


#s-73623617-fbfb-4a36-906d-b60e477ec2b5.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-c5a28215-1743-4b8a-92c9-30217afaa5f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5a28215-1743-4b8a-92c9-30217afaa5f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5a28215-1743-4b8a-92c9-30217afaa5f4 {
  cursor: pointer;
}#s-c5a28215-1743-4b8a-92c9-30217afaa5f4.shg-box.shg-c {
  justify-content: center;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  max-width: 300px;
}
}
#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc7bd2d2-a591-4934-82be-16735e5551f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image {
  box-sizing: border-box;
}



.s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc7bd2d2-a591-4934-82be-16735e5551f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image {
  box-sizing: border-box;
}



.s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc7bd2d2-a591-4934-82be-16735e5551f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image {
  box-sizing: border-box;
}



.s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc7bd2d2-a591-4934-82be-16735e5551f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image {
  box-sizing: border-box;
}



.s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7bd2d2-a591-4934-82be-16735e5551f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc7bd2d2-a591-4934-82be-16735e5551f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7bd2d2-a591-4934-82be-16735e5551f5.shogun-image {
  box-sizing: border-box;
}



.s-cc7bd2d2-a591-4934-82be-16735e5551f5 img.shogun-image {
  
}


}
#s-e9c33b7a-2773-45fd-b345-1c98b90992e0 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(61, 60, 60, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-e9c33b7a-2773-45fd-b345-1c98b90992e0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e9c33b7a-2773-45fd-b345-1c98b90992e0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e9c33b7a-2773-45fd-b345-1c98b90992e0-root {
    text-align: center;
  }


#s-e9c33b7a-2773-45fd-b345-1c98b90992e0.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9c33b7a-2773-45fd-b345-1c98b90992e0-root {
    text-align: center;
  }


#s-e9c33b7a-2773-45fd-b345-1c98b90992e0.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9c33b7a-2773-45fd-b345-1c98b90992e0-root {
    text-align: center;
  }


#s-e9c33b7a-2773-45fd-b345-1c98b90992e0.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9c33b7a-2773-45fd-b345-1c98b90992e0-root {
    text-align: center;
  }


#s-e9c33b7a-2773-45fd-b345-1c98b90992e0.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9c33b7a-2773-45fd-b345-1c98b90992e0-root {
    text-align: center;
  }


#s-e9c33b7a-2773-45fd-b345-1c98b90992e0.shg-btn {
  color: rgba(61, 60, 60, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-6f86e400-c2e9-4064-8aef-c6cebb60241e {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 46px;
padding-left: 0%;
padding-bottom: 46px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-6f86e400-c2e9-4064-8aef-c6cebb60241e {
  margin-left: 1%;
padding-left: 2%;
padding-right: 2%;
}
}







#s-6f86e400-c2e9-4064-8aef-c6cebb60241e > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 0.91);
  opacity: 0.6;
  display: block;
}#s-6f86e400-c2e9-4064-8aef-c6cebb60241e.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-6f86e400-c2e9-4064-8aef-c6cebb60241e > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 0.91);
  opacity: 0.97;
  display: block;
}#s-6f86e400-c2e9-4064-8aef-c6cebb60241e.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-f04047b3-1181-4eb4-ade7-3a4341baae14 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f04047b3-1181-4eb4-ade7-3a4341baae14 {
  margin-top: 10px;
margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f04047b3-1181-4eb4-ade7-3a4341baae14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-057e78e6-5658-4589-97d2-a7d877d87c79 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-057e78e6-5658-4589-97d2-a7d877d87c79 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-057e78e6-5658-4589-97d2-a7d877d87c79 {
  text-align: center;
}
}
#s-057e78e6-5658-4589-97d2-a7d877d87c79 .shogun-heading-component h1 {
  color: rgba(48, 48, 48, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-057e78e6-5658-4589-97d2-a7d877d87c79 .shogun-heading-component h1 {
  color: rgba(48, 48, 48, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3 {
  border-style: solid;
margin-top: 9px;
margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(173, 19, 19, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(173, 19, 19, 1);
}
#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGUwNWU0YTYtZGRhYS00NzhhLWI3YzctMjVlZDc3MWMwZjk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZTA1ZTRhNi1kZGFhLTQ3OGEtYjdjNy0yNWVkNzcxYzBmOTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(133, 133, 133, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(173, 19, 19, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3 {
  
}
#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTVjYmY0NTUtNmVhNC00OGM5LTgwMjYtNGRhOWQyOThhYjIxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNWNiZjQ1NS02ZWE0LTQ4YzktODAyNi00ZGE5ZDI5OGFiMjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(133, 133, 133, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(173, 19, 19, 1) !important;}}

  #s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3-root {
    text-align: center;
  }


#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3-root {
    text-align: center;
  }


#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3-root {
    text-align: center;
  }


#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3-root {
    text-align: center;
  }


#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3-root {
    text-align: center;
  }


#s-ed85a2cb-9e39-4ef0-8afa-4baae0afafc3.shg-btn {
  color: rgba(173, 19, 19, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-b74798cb-3716-49ef-9201-0d0338b84534 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 2%;
padding-right: 2%;
min-height: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-b74798cb-3716-49ef-9201-0d0338b84534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b74798cb-3716-49ef-9201-0d0338b84534.shg-box.shg-c {
  justify-content: center;
}

#s-1512165e-a65f-4a04-8a8d-d773df771472 {
  margin-top: 15px;
margin-left: 2%;
margin-bottom: 15px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1512165e-a65f-4a04-8a8d-d773df771472 {
  display: none;
}
#s-1512165e-a65f-4a04-8a8d-d773df771472, #wrap-s-1512165e-a65f-4a04-8a8d-d773df771472, #wrap-content-s-1512165e-a65f-4a04-8a8d-d773df771472 { display: none !important; }}@media (max-width: 767px){#s-1512165e-a65f-4a04-8a8d-d773df771472 {
  display: none;
}
#s-1512165e-a65f-4a04-8a8d-d773df771472, #wrap-s-1512165e-a65f-4a04-8a8d-d773df771472, #wrap-content-s-1512165e-a65f-4a04-8a8d-d773df771472 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1512165e-a65f-4a04-8a8d-d773df771472"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1512165e-a65f-4a04-8a8d-d773df771472"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-1512165e-a65f-4a04-8a8d-d773df771472"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-1512165e-a65f-4a04-8a8d-d773df771472"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-12acbc8a-6e44-4124-9ac7-51ae1bb25128 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-12acbc8a-6e44-4124-9ac7-51ae1bb25128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12acbc8a-6e44-4124-9ac7-51ae1bb25128 {
  cursor: pointer;
}#s-12acbc8a-6e44-4124-9ac7-51ae1bb25128.shg-box.shg-c {
  justify-content: center;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
  box-sizing: border-box;
}



.s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-582923ca-d237-444d-90ff-3057c6fb4175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
      position: relative;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-582923ca-d237-444d-90ff-3057c6fb4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
  box-sizing: border-box;
}



.s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-582923ca-d237-444d-90ff-3057c6fb4175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
      position: relative;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-582923ca-d237-444d-90ff-3057c6fb4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
  box-sizing: border-box;
}



.s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-582923ca-d237-444d-90ff-3057c6fb4175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
      position: relative;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-582923ca-d237-444d-90ff-3057c6fb4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
  box-sizing: border-box;
}



.s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-582923ca-d237-444d-90ff-3057c6fb4175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
      position: relative;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-582923ca-d237-444d-90ff-3057c6fb4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-582923ca-d237-444d-90ff-3057c6fb4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-582923ca-d237-444d-90ff-3057c6fb4175 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-582923ca-d237-444d-90ff-3057c6fb4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image {
  box-sizing: border-box;
}



.s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-582923ca-d237-444d-90ff-3057c6fb4175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container {
      position: relative;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-582923ca-d237-444d-90ff-3057c6fb4175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5cf60c77-464c-4277-8d9c-c0ccfb50126e-root {
    text-align: center;
  }


#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5cf60c77-464c-4277-8d9c-c0ccfb50126e-root {
    text-align: center;
  }


#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cf60c77-464c-4277-8d9c-c0ccfb50126e-root {
    text-align: center;
  }


#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cf60c77-464c-4277-8d9c-c0ccfb50126e-root {
    text-align: center;
  }


#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5cf60c77-464c-4277-8d9c-c0ccfb50126e-root {
    text-align: center;
  }


#s-5cf60c77-464c-4277-8d9c-c0ccfb50126e.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-11ae215e-05a4-45c2-b99a-9191413d9a1a {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-11ae215e-05a4-45c2-b99a-9191413d9a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11ae215e-05a4-45c2-b99a-9191413d9a1a {
  cursor: pointer;
}#s-11ae215e-05a4-45c2-b99a-9191413d9a1a.shg-box.shg-c {
  justify-content: center;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
  box-sizing: border-box;
}



.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
      position: relative;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
  box-sizing: border-box;
}



.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
      position: relative;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
  box-sizing: border-box;
}



.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
      position: relative;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
  box-sizing: border-box;
}



.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
      position: relative;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image {
  box-sizing: border-box;
}



.s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container {
      position: relative;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a814cb5-df8d-40fd-b29c-76ec6a8bcbb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-38aa6967-361a-428c-b200-60eeec247ae8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-38aa6967-361a-428c-b200-60eeec247ae8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38aa6967-361a-428c-b200-60eeec247ae8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-38aa6967-361a-428c-b200-60eeec247ae8-root {
    text-align: center;
  }


#s-38aa6967-361a-428c-b200-60eeec247ae8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-38aa6967-361a-428c-b200-60eeec247ae8-root {
    text-align: center;
  }


#s-38aa6967-361a-428c-b200-60eeec247ae8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38aa6967-361a-428c-b200-60eeec247ae8-root {
    text-align: center;
  }


#s-38aa6967-361a-428c-b200-60eeec247ae8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38aa6967-361a-428c-b200-60eeec247ae8-root {
    text-align: center;
  }


#s-38aa6967-361a-428c-b200-60eeec247ae8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-38aa6967-361a-428c-b200-60eeec247ae8-root {
    text-align: center;
  }


#s-38aa6967-361a-428c-b200-60eeec247ae8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-9d38f4b2-d723-48b8-b220-62e2e5ae62db {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9d38f4b2-d723-48b8-b220-62e2e5ae62db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d38f4b2-d723-48b8-b220-62e2e5ae62db {
  cursor: pointer;
}#s-9d38f4b2-d723-48b8-b220-62e2e5ae62db.shg-box.shg-c {
  justify-content: center;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 {
  margin: 0 !important;
  overflow: visible;
}

#s-023c1b47-28c7-4949-badd-bace47c12743-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add background color handling */
  
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
  box-sizing: border-box;
}



.s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-023c1b47-28c7-4949-badd-bace47c12743 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
      position: relative;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-023c1b47-28c7-4949-badd-bace47c12743 {
  margin: 0 !important;
  overflow: visible;
}

#s-023c1b47-28c7-4949-badd-bace47c12743-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add background color handling */
  
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
  box-sizing: border-box;
}



.s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-023c1b47-28c7-4949-badd-bace47c12743 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
      position: relative;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-023c1b47-28c7-4949-badd-bace47c12743 {
  margin: 0 !important;
  overflow: visible;
}

#s-023c1b47-28c7-4949-badd-bace47c12743-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add background color handling */
  
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
  box-sizing: border-box;
}



.s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-023c1b47-28c7-4949-badd-bace47c12743 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
      position: relative;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-023c1b47-28c7-4949-badd-bace47c12743 {
  margin: 0 !important;
  overflow: visible;
}

#s-023c1b47-28c7-4949-badd-bace47c12743-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add background color handling */
  
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
  box-sizing: border-box;
}



.s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-023c1b47-28c7-4949-badd-bace47c12743 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
      position: relative;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-023c1b47-28c7-4949-badd-bace47c12743 {
  margin: 0 !important;
  overflow: visible;
}

#s-023c1b47-28c7-4949-badd-bace47c12743-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-023c1b47-28c7-4949-badd-bace47c12743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add background color handling */
  
}

#s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-023c1b47-28c7-4949-badd-bace47c12743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-023c1b47-28c7-4949-badd-bace47c12743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image {
  box-sizing: border-box;
}



.s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-023c1b47-28c7-4949-badd-bace47c12743 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container {
      position: relative;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-023c1b47-28c7-4949-badd-bace47c12743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-55fc2b67-1670-4c91-aa7d-2047832cde01 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-55fc2b67-1670-4c91-aa7d-2047832cde01:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55fc2b67-1670-4c91-aa7d-2047832cde01:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-55fc2b67-1670-4c91-aa7d-2047832cde01-root {
    text-align: center;
  }


#s-55fc2b67-1670-4c91-aa7d-2047832cde01.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-55fc2b67-1670-4c91-aa7d-2047832cde01-root {
    text-align: center;
  }


#s-55fc2b67-1670-4c91-aa7d-2047832cde01.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55fc2b67-1670-4c91-aa7d-2047832cde01-root {
    text-align: center;
  }


#s-55fc2b67-1670-4c91-aa7d-2047832cde01.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55fc2b67-1670-4c91-aa7d-2047832cde01-root {
    text-align: center;
  }


#s-55fc2b67-1670-4c91-aa7d-2047832cde01.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-55fc2b67-1670-4c91-aa7d-2047832cde01-root {
    text-align: center;
  }


#s-55fc2b67-1670-4c91-aa7d-2047832cde01.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-ea60d13c-73cb-465d-94c5-baf77dec6431 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ea60d13c-73cb-465d-94c5-baf77dec6431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea60d13c-73cb-465d-94c5-baf77dec6431 {
  cursor: pointer;
}#s-ea60d13c-73cb-465d-94c5-baf77dec6431.shg-box.shg-c {
  justify-content: center;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  margin: 0 !important;
  overflow: visible;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add background color handling */
  
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
  box-sizing: border-box;
}



.s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
      position: relative;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  margin: 0 !important;
  overflow: visible;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add background color handling */
  
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
  box-sizing: border-box;
}



.s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
      position: relative;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  margin: 0 !important;
  overflow: visible;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add background color handling */
  
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
  box-sizing: border-box;
}



.s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
      position: relative;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  margin: 0 !important;
  overflow: visible;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add background color handling */
  
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
  box-sizing: border-box;
}



.s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
      position: relative;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  margin: 0 !important;
  overflow: visible;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add background color handling */
  
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4077b476-ed58-4d58-8d3d-87109e88f3cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image {
  box-sizing: border-box;
}



.s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container {
      position: relative;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4077b476-ed58-4d58-8d3d-87109e88f3cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-630970e4-e2e6-4c2e-b840-e50aa046bf61 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-630970e4-e2e6-4c2e-b840-e50aa046bf61:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-630970e4-e2e6-4c2e-b840-e50aa046bf61:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-630970e4-e2e6-4c2e-b840-e50aa046bf61-root {
    text-align: center;
  }


#s-630970e4-e2e6-4c2e-b840-e50aa046bf61.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-630970e4-e2e6-4c2e-b840-e50aa046bf61-root {
    text-align: center;
  }


#s-630970e4-e2e6-4c2e-b840-e50aa046bf61.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-630970e4-e2e6-4c2e-b840-e50aa046bf61-root {
    text-align: center;
  }


#s-630970e4-e2e6-4c2e-b840-e50aa046bf61.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-630970e4-e2e6-4c2e-b840-e50aa046bf61-root {
    text-align: center;
  }


#s-630970e4-e2e6-4c2e-b840-e50aa046bf61.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-630970e4-e2e6-4c2e-b840-e50aa046bf61-root {
    text-align: center;
  }


#s-630970e4-e2e6-4c2e-b840-e50aa046bf61.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-f34f6b05-e1d6-4ff8-9230-a47e1fa4bee5 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f34f6b05-e1d6-4ff8-9230-a47e1fa4bee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f34f6b05-e1d6-4ff8-9230-a47e1fa4bee5 {
  cursor: pointer;
}#s-f34f6b05-e1d6-4ff8-9230-a47e1fa4bee5.shg-box.shg-c {
  justify-content: center;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 {
  margin: 0 !important;
  overflow: visible;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add background color handling */
  
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
  box-sizing: border-box;
}



.s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88603725-f88d-47fb-9b6f-e32352510b74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
      position: relative;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-88603725-f88d-47fb-9b6f-e32352510b74 {
  margin: 0 !important;
  overflow: visible;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add background color handling */
  
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
  box-sizing: border-box;
}



.s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88603725-f88d-47fb-9b6f-e32352510b74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
      position: relative;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88603725-f88d-47fb-9b6f-e32352510b74 {
  margin: 0 !important;
  overflow: visible;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add background color handling */
  
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
  box-sizing: border-box;
}



.s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88603725-f88d-47fb-9b6f-e32352510b74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
      position: relative;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88603725-f88d-47fb-9b6f-e32352510b74 {
  margin: 0 !important;
  overflow: visible;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add background color handling */
  
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
  box-sizing: border-box;
}



.s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88603725-f88d-47fb-9b6f-e32352510b74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
      position: relative;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-88603725-f88d-47fb-9b6f-e32352510b74 {
  margin: 0 !important;
  overflow: visible;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88603725-f88d-47fb-9b6f-e32352510b74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add background color handling */
  
}

#s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88603725-f88d-47fb-9b6f-e32352510b74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-88603725-f88d-47fb-9b6f-e32352510b74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image {
  box-sizing: border-box;
}



.s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88603725-f88d-47fb-9b6f-e32352510b74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container {
      position: relative;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88603725-f88d-47fb-9b6f-e32352510b74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8-root {
    text-align: center;
  }


#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8-root {
    text-align: center;
  }


#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8-root {
    text-align: center;
  }


#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8-root {
    text-align: center;
  }


#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8-root {
    text-align: center;
  }


#s-1ed7f910-c819-4000-baa7-e9ae8ef6c8f8.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-b9f69bf6-6db1-4580-91f6-828fe750037c {
  margin-top: 15px;
margin-left: 2%;
margin-bottom: 15px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-b9f69bf6-6db1-4580-91f6-828fe750037c {
  display: none;
}
#s-b9f69bf6-6db1-4580-91f6-828fe750037c, #wrap-s-b9f69bf6-6db1-4580-91f6-828fe750037c, #wrap-content-s-b9f69bf6-6db1-4580-91f6-828fe750037c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9f69bf6-6db1-4580-91f6-828fe750037c {
  display: none;
}
#s-b9f69bf6-6db1-4580-91f6-828fe750037c, #wrap-s-b9f69bf6-6db1-4580-91f6-828fe750037c, #wrap-content-s-b9f69bf6-6db1-4580-91f6-828fe750037c { display: none !important; }}
@media (min-width: 0px) {
[id="s-b9f69bf6-6db1-4580-91f6-828fe750037c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9f69bf6-6db1-4580-91f6-828fe750037c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b9f69bf6-6db1-4580-91f6-828fe750037c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b9f69bf6-6db1-4580-91f6-828fe750037c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ebe5cf1c-0a87-4e5c-8cf5-dc631a5c9f2c {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ebe5cf1c-0a87-4e5c-8cf5-dc631a5c9f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebe5cf1c-0a87-4e5c-8cf5-dc631a5c9f2c.shg-box.shg-c {
  justify-content: center;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 {
  margin: 0 !important;
  overflow: visible;
}

#s-9959be26-75e8-4277-a188-d92bd592c288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add background color handling */
  
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
  box-sizing: border-box;
}



.s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9959be26-75e8-4277-a188-d92bd592c288 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
      position: relative;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-9959be26-75e8-4277-a188-d92bd592c288 {
  margin: 0 !important;
  overflow: visible;
}

#s-9959be26-75e8-4277-a188-d92bd592c288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add background color handling */
  
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
  box-sizing: border-box;
}



.s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9959be26-75e8-4277-a188-d92bd592c288 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
      position: relative;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9959be26-75e8-4277-a188-d92bd592c288 {
  margin: 0 !important;
  overflow: visible;
}

#s-9959be26-75e8-4277-a188-d92bd592c288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add background color handling */
  
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
  box-sizing: border-box;
}



.s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9959be26-75e8-4277-a188-d92bd592c288 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
      position: relative;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9959be26-75e8-4277-a188-d92bd592c288 {
  margin: 0 !important;
  overflow: visible;
}

#s-9959be26-75e8-4277-a188-d92bd592c288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add background color handling */
  
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
  box-sizing: border-box;
}



.s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9959be26-75e8-4277-a188-d92bd592c288 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
      position: relative;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-9959be26-75e8-4277-a188-d92bd592c288 {
  margin: 0 !important;
  overflow: visible;
}

#s-9959be26-75e8-4277-a188-d92bd592c288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9959be26-75e8-4277-a188-d92bd592c288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add background color handling */
  
}

#s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9959be26-75e8-4277-a188-d92bd592c288 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9959be26-75e8-4277-a188-d92bd592c288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image {
  box-sizing: border-box;
}



.s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9959be26-75e8-4277-a188-d92bd592c288 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container {
      position: relative;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9959be26-75e8-4277-a188-d92bd592c288 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-2dd5284c-2704-4796-956c-3083939e69e5 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-2dd5284c-2704-4796-956c-3083939e69e5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2dd5284c-2704-4796-956c-3083939e69e5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2dd5284c-2704-4796-956c-3083939e69e5-root {
    text-align: center;
  }


#s-2dd5284c-2704-4796-956c-3083939e69e5.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2dd5284c-2704-4796-956c-3083939e69e5-root {
    text-align: center;
  }


#s-2dd5284c-2704-4796-956c-3083939e69e5.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dd5284c-2704-4796-956c-3083939e69e5-root {
    text-align: center;
  }


#s-2dd5284c-2704-4796-956c-3083939e69e5.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dd5284c-2704-4796-956c-3083939e69e5-root {
    text-align: center;
  }


#s-2dd5284c-2704-4796-956c-3083939e69e5.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2dd5284c-2704-4796-956c-3083939e69e5-root {
    text-align: center;
  }


#s-2dd5284c-2704-4796-956c-3083939e69e5.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-9a389019-ec26-4488-90ad-5052e85b6cdc {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9a389019-ec26-4488-90ad-5052e85b6cdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a389019-ec26-4488-90ad-5052e85b6cdc.shg-box.shg-c {
  justify-content: center;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
  box-sizing: border-box;
}



.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
      position: relative;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
  box-sizing: border-box;
}



.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
      position: relative;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
  box-sizing: border-box;
}



.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
      position: relative;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
  box-sizing: border-box;
}



.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
      position: relative;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image {
  box-sizing: border-box;
}



.s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container {
      position: relative;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1a0dfc-1f6c-48c1-8e1f-78ae2a4c57f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-c04d2807-9707-4db8-8f37-f269df1f158c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-c04d2807-9707-4db8-8f37-f269df1f158c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c04d2807-9707-4db8-8f37-f269df1f158c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c04d2807-9707-4db8-8f37-f269df1f158c-root {
    text-align: center;
  }


#s-c04d2807-9707-4db8-8f37-f269df1f158c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c04d2807-9707-4db8-8f37-f269df1f158c-root {
    text-align: center;
  }


#s-c04d2807-9707-4db8-8f37-f269df1f158c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c04d2807-9707-4db8-8f37-f269df1f158c-root {
    text-align: center;
  }


#s-c04d2807-9707-4db8-8f37-f269df1f158c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c04d2807-9707-4db8-8f37-f269df1f158c-root {
    text-align: center;
  }


#s-c04d2807-9707-4db8-8f37-f269df1f158c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c04d2807-9707-4db8-8f37-f269df1f158c-root {
    text-align: center;
  }


#s-c04d2807-9707-4db8-8f37-f269df1f158c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-febdb0d5-3e4f-44e3-9b7a-b8ec4bb2e0b2 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-febdb0d5-3e4f-44e3-9b7a-b8ec4bb2e0b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-febdb0d5-3e4f-44e3-9b7a-b8ec4bb2e0b2.shg-box.shg-c {
  justify-content: center;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
  box-sizing: border-box;
}



.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
      position: relative;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
  box-sizing: border-box;
}



.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
      position: relative;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
  box-sizing: border-box;
}



.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
      position: relative;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
  box-sizing: border-box;
}



.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
      position: relative;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image {
  box-sizing: border-box;
}



.s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container {
      position: relative;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ce82ce-37fd-43ee-afc0-cbb81b313608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-acc90c2d-2913-4bb2-bda4-6d77d369e874 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-acc90c2d-2913-4bb2-bda4-6d77d369e874:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-acc90c2d-2913-4bb2-bda4-6d77d369e874:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-acc90c2d-2913-4bb2-bda4-6d77d369e874-root {
    text-align: center;
  }


#s-acc90c2d-2913-4bb2-bda4-6d77d369e874.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-acc90c2d-2913-4bb2-bda4-6d77d369e874-root {
    text-align: center;
  }


#s-acc90c2d-2913-4bb2-bda4-6d77d369e874.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acc90c2d-2913-4bb2-bda4-6d77d369e874-root {
    text-align: center;
  }


#s-acc90c2d-2913-4bb2-bda4-6d77d369e874.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acc90c2d-2913-4bb2-bda4-6d77d369e874-root {
    text-align: center;
  }


#s-acc90c2d-2913-4bb2-bda4-6d77d369e874.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-acc90c2d-2913-4bb2-bda4-6d77d369e874-root {
    text-align: center;
  }


#s-acc90c2d-2913-4bb2-bda4-6d77d369e874.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-7e86d8f9-4f57-4e01-a330-ad3305981819 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e86d8f9-4f57-4e01-a330-ad3305981819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e86d8f9-4f57-4e01-a330-ad3305981819.shg-box.shg-c {
  justify-content: center;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac {
  margin: 0 !important;
  overflow: visible;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add background color handling */
  
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
  box-sizing: border-box;
}



.s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9aced746-c926-4b9e-8231-c15d817eeaac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
      position: relative;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-9aced746-c926-4b9e-8231-c15d817eeaac {
  margin: 0 !important;
  overflow: visible;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add background color handling */
  
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
  box-sizing: border-box;
}



.s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9aced746-c926-4b9e-8231-c15d817eeaac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
      position: relative;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9aced746-c926-4b9e-8231-c15d817eeaac {
  margin: 0 !important;
  overflow: visible;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add background color handling */
  
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
  box-sizing: border-box;
}



.s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9aced746-c926-4b9e-8231-c15d817eeaac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
      position: relative;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9aced746-c926-4b9e-8231-c15d817eeaac {
  margin: 0 !important;
  overflow: visible;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add background color handling */
  
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
  box-sizing: border-box;
}



.s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9aced746-c926-4b9e-8231-c15d817eeaac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
      position: relative;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-9aced746-c926-4b9e-8231-c15d817eeaac {
  margin: 0 !important;
  overflow: visible;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aced746-c926-4b9e-8231-c15d817eeaac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add background color handling */
  
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aced746-c926-4b9e-8231-c15d817eeaac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9aced746-c926-4b9e-8231-c15d817eeaac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image {
  box-sizing: border-box;
}



.s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9aced746-c926-4b9e-8231-c15d817eeaac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container {
      position: relative;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aced746-c926-4b9e-8231-c15d817eeaac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4-root {
    text-align: center;
  }


#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4-root {
    text-align: center;
  }


#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4-root {
    text-align: center;
  }


#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4-root {
    text-align: center;
  }


#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4-root {
    text-align: center;
  }


#s-2df17d4b-f7ae-48ee-b910-85c5f3ec78b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-dd56e014-1cee-489a-af5e-6ab6af14859c {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd56e014-1cee-489a-af5e-6ab6af14859c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd56e014-1cee-489a-af5e-6ab6af14859c.shg-box.shg-c {
  justify-content: center;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  margin: 0 !important;
  overflow: visible;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add background color handling */
  
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
  box-sizing: border-box;
}



.s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-522238c3-1e82-4ecb-ba08-02be50048e49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
      position: relative;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  margin: 0 !important;
  overflow: visible;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add background color handling */
  
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
  box-sizing: border-box;
}



.s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-522238c3-1e82-4ecb-ba08-02be50048e49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
      position: relative;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  margin: 0 !important;
  overflow: visible;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add background color handling */
  
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
  box-sizing: border-box;
}



.s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-522238c3-1e82-4ecb-ba08-02be50048e49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
      position: relative;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  margin: 0 !important;
  overflow: visible;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add background color handling */
  
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
  box-sizing: border-box;
}



.s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-522238c3-1e82-4ecb-ba08-02be50048e49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
      position: relative;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  margin: 0 !important;
  overflow: visible;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-522238c3-1e82-4ecb-ba08-02be50048e49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add background color handling */
  
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522238c3-1e82-4ecb-ba08-02be50048e49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-522238c3-1e82-4ecb-ba08-02be50048e49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image {
  box-sizing: border-box;
}



.s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-522238c3-1e82-4ecb-ba08-02be50048e49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container {
      position: relative;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522238c3-1e82-4ecb-ba08-02be50048e49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-acc8cc73-ad26-4ed2-8a80-318743eb05ee-root {
    text-align: center;
  }


#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-acc8cc73-ad26-4ed2-8a80-318743eb05ee-root {
    text-align: center;
  }


#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acc8cc73-ad26-4ed2-8a80-318743eb05ee-root {
    text-align: center;
  }


#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acc8cc73-ad26-4ed2-8a80-318743eb05ee-root {
    text-align: center;
  }


#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-acc8cc73-ad26-4ed2-8a80-318743eb05ee-root {
    text-align: center;
  }


#s-acc8cc73-ad26-4ed2-8a80-318743eb05ee.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557 {
  margin-top: 15px;
margin-left: 2%;
margin-bottom: 15px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557 {
  display: none;
}
#s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557, #wrap-s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557, #wrap-content-s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557 {
  display: none;
}
#s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557, #wrap-s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557, #wrap-content-s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6841136-2ce5-4a0f-8bc8-4d1c73d39557"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-3f687f5a-7966-4284-b6b7-9e163daf11bd {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3f687f5a-7966-4284-b6b7-9e163daf11bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f687f5a-7966-4284-b6b7-9e163daf11bd.shg-box.shg-c {
  justify-content: center;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
  box-sizing: border-box;
}



.s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e574b27-06da-4c1a-a284-422c781f6900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
      position: relative;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-2e574b27-06da-4c1a-a284-422c781f6900 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
  box-sizing: border-box;
}



.s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e574b27-06da-4c1a-a284-422c781f6900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
      position: relative;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2e574b27-06da-4c1a-a284-422c781f6900 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
  box-sizing: border-box;
}



.s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e574b27-06da-4c1a-a284-422c781f6900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
      position: relative;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2e574b27-06da-4c1a-a284-422c781f6900 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
  box-sizing: border-box;
}



.s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e574b27-06da-4c1a-a284-422c781f6900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
      position: relative;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-2e574b27-06da-4c1a-a284-422c781f6900 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e574b27-06da-4c1a-a284-422c781f6900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e574b27-06da-4c1a-a284-422c781f6900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2e574b27-06da-4c1a-a284-422c781f6900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image {
  box-sizing: border-box;
}



.s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e574b27-06da-4c1a-a284-422c781f6900 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container {
      position: relative;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e574b27-06da-4c1a-a284-422c781f6900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4-root {
    text-align: center;
  }


#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4-root {
    text-align: center;
  }


#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4-root {
    text-align: center;
  }


#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4-root {
    text-align: center;
  }


#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4-root {
    text-align: center;
  }


#s-aa1dc0de-db50-4e29-81fc-4a82e683a1b4.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-a38733d9-3421-4d1d-b460-e77a7d9e644d {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a38733d9-3421-4d1d-b460-e77a7d9e644d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a38733d9-3421-4d1d-b460-e77a7d9e644d.shg-box.shg-c {
  justify-content: center;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  margin: 0 !important;
  overflow: visible;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add background color handling */
  
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
  box-sizing: border-box;
}



.s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
      position: relative;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  margin: 0 !important;
  overflow: visible;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add background color handling */
  
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
  box-sizing: border-box;
}



.s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
      position: relative;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  margin: 0 !important;
  overflow: visible;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add background color handling */
  
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
  box-sizing: border-box;
}



.s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
      position: relative;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  margin: 0 !important;
  overflow: visible;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add background color handling */
  
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
  box-sizing: border-box;
}



.s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
      position: relative;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  margin: 0 !important;
  overflow: visible;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add background color handling */
  
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-de05f28e-b047-40b6-8ddf-bbb80c077497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image {
  box-sizing: border-box;
}



.s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container {
      position: relative;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de05f28e-b047-40b6-8ddf-bbb80c077497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-2687f45a-a11c-496f-8470-10012e0afe0c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-2687f45a-a11c-496f-8470-10012e0afe0c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2687f45a-a11c-496f-8470-10012e0afe0c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2687f45a-a11c-496f-8470-10012e0afe0c-root {
    text-align: center;
  }


#s-2687f45a-a11c-496f-8470-10012e0afe0c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2687f45a-a11c-496f-8470-10012e0afe0c-root {
    text-align: center;
  }


#s-2687f45a-a11c-496f-8470-10012e0afe0c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2687f45a-a11c-496f-8470-10012e0afe0c-root {
    text-align: center;
  }


#s-2687f45a-a11c-496f-8470-10012e0afe0c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2687f45a-a11c-496f-8470-10012e0afe0c-root {
    text-align: center;
  }


#s-2687f45a-a11c-496f-8470-10012e0afe0c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2687f45a-a11c-496f-8470-10012e0afe0c-root {
    text-align: center;
  }


#s-2687f45a-a11c-496f-8470-10012e0afe0c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-672ebd2f-9a3a-43d5-a181-f87285a4d886 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-672ebd2f-9a3a-43d5-a181-f87285a4d886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-672ebd2f-9a3a-43d5-a181-f87285a4d886.shg-box.shg-c {
  justify-content: center;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 {
  margin: 0 !important;
  overflow: visible;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add background color handling */
  
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
  box-sizing: border-box;
}



.s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2541f277-7f76-468c-a22a-e9657e467b59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
      position: relative;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-2541f277-7f76-468c-a22a-e9657e467b59 {
  margin: 0 !important;
  overflow: visible;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add background color handling */
  
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
  box-sizing: border-box;
}



.s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2541f277-7f76-468c-a22a-e9657e467b59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
      position: relative;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2541f277-7f76-468c-a22a-e9657e467b59 {
  margin: 0 !important;
  overflow: visible;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add background color handling */
  
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
  box-sizing: border-box;
}



.s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2541f277-7f76-468c-a22a-e9657e467b59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
      position: relative;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2541f277-7f76-468c-a22a-e9657e467b59 {
  margin: 0 !important;
  overflow: visible;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add background color handling */
  
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
  box-sizing: border-box;
}



.s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2541f277-7f76-468c-a22a-e9657e467b59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
      position: relative;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-2541f277-7f76-468c-a22a-e9657e467b59 {
  margin: 0 !important;
  overflow: visible;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2541f277-7f76-468c-a22a-e9657e467b59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add background color handling */
  
}

#s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2541f277-7f76-468c-a22a-e9657e467b59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-2541f277-7f76-468c-a22a-e9657e467b59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image {
  box-sizing: border-box;
}



.s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2541f277-7f76-468c-a22a-e9657e467b59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container {
      position: relative;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2541f277-7f76-468c-a22a-e9657e467b59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-10e509db-6018-472d-983d-e758332c1411 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-10e509db-6018-472d-983d-e758332c1411:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-10e509db-6018-472d-983d-e758332c1411:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-10e509db-6018-472d-983d-e758332c1411-root {
    text-align: center;
  }


#s-10e509db-6018-472d-983d-e758332c1411.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10e509db-6018-472d-983d-e758332c1411-root {
    text-align: center;
  }


#s-10e509db-6018-472d-983d-e758332c1411.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10e509db-6018-472d-983d-e758332c1411-root {
    text-align: center;
  }


#s-10e509db-6018-472d-983d-e758332c1411.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10e509db-6018-472d-983d-e758332c1411-root {
    text-align: center;
  }


#s-10e509db-6018-472d-983d-e758332c1411.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10e509db-6018-472d-983d-e758332c1411-root {
    text-align: center;
  }


#s-10e509db-6018-472d-983d-e758332c1411.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-0278325a-7f8d-48da-951a-f08f7d0f5eb4 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0278325a-7f8d-48da-951a-f08f7d0f5eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0278325a-7f8d-48da-951a-f08f7d0f5eb4.shg-box.shg-c {
  justify-content: center;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  margin: 0 !important;
  overflow: visible;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add background color handling */
  
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
  box-sizing: border-box;
}



.s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95d0ea67-e59d-41fb-9251-94c488760b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
      position: relative;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  margin: 0 !important;
  overflow: visible;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add background color handling */
  
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
  box-sizing: border-box;
}



.s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95d0ea67-e59d-41fb-9251-94c488760b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
      position: relative;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  margin: 0 !important;
  overflow: visible;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add background color handling */
  
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
  box-sizing: border-box;
}



.s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95d0ea67-e59d-41fb-9251-94c488760b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
      position: relative;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  margin: 0 !important;
  overflow: visible;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add background color handling */
  
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
  box-sizing: border-box;
}



.s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95d0ea67-e59d-41fb-9251-94c488760b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
      position: relative;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  margin: 0 !important;
  overflow: visible;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d0ea67-e59d-41fb-9251-94c488760b14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add background color handling */
  
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95d0ea67-e59d-41fb-9251-94c488760b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95d0ea67-e59d-41fb-9251-94c488760b14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image {
  box-sizing: border-box;
}



.s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95d0ea67-e59d-41fb-9251-94c488760b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container {
      position: relative;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95d0ea67-e59d-41fb-9251-94c488760b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13-root {
    text-align: center;
  }


#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13-root {
    text-align: center;
  }


#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13-root {
    text-align: center;
  }


#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13-root {
    text-align: center;
  }


#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13-root {
    text-align: center;
  }


#s-d67033fb-53ef-4bb6-8d3f-47f9cbef6d13.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-02c77330-6442-44ae-9006-976346552c48 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02c77330-6442-44ae-9006-976346552c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02c77330-6442-44ae-9006-976346552c48.shg-box.shg-c {
  justify-content: center;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
  box-sizing: border-box;
}



.s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
      position: relative;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
  box-sizing: border-box;
}



.s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
      position: relative;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
  box-sizing: border-box;
}



.s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
      position: relative;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
  box-sizing: border-box;
}



.s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
      position: relative;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0e265539-b83c-4e70-b98f-aa8d784f9550 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image {
  box-sizing: border-box;
}



.s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container {
      position: relative;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e265539-b83c-4e70-b98f-aa8d784f9550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-04ed71c7-83b9-4488-a77b-693a9b004039 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-04ed71c7-83b9-4488-a77b-693a9b004039:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-04ed71c7-83b9-4488-a77b-693a9b004039:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-04ed71c7-83b9-4488-a77b-693a9b004039-root {
    text-align: center;
  }


#s-04ed71c7-83b9-4488-a77b-693a9b004039.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04ed71c7-83b9-4488-a77b-693a9b004039-root {
    text-align: center;
  }


#s-04ed71c7-83b9-4488-a77b-693a9b004039.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04ed71c7-83b9-4488-a77b-693a9b004039-root {
    text-align: center;
  }


#s-04ed71c7-83b9-4488-a77b-693a9b004039.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04ed71c7-83b9-4488-a77b-693a9b004039-root {
    text-align: center;
  }


#s-04ed71c7-83b9-4488-a77b-693a9b004039.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04ed71c7-83b9-4488-a77b-693a9b004039-root {
    text-align: center;
  }


#s-04ed71c7-83b9-4488-a77b-693a9b004039.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-635f2775-b409-47af-a1f5-83b84ffc32cf {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-635f2775-b409-47af-a1f5-83b84ffc32cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-635f2775-b409-47af-a1f5-83b84ffc32cf"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-635f2775-b409-47af-a1f5-83b84ffc32cf"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-635f2775-b409-47af-a1f5-83b84ffc32cf"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-29bf2a5c-b9f9-4a4b-bfe4-0e7789fb0829 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-29bf2a5c-b9f9-4a4b-bfe4-0e7789fb0829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29bf2a5c-b9f9-4a4b-bfe4-0e7789fb0829 {
  cursor: pointer;
}#s-29bf2a5c-b9f9-4a4b-bfe4-0e7789fb0829.shg-box.shg-c {
  justify-content: center;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
  box-sizing: border-box;
}



.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
      position: relative;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
  box-sizing: border-box;
}



.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
      position: relative;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
  box-sizing: border-box;
}



.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
      position: relative;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
  box-sizing: border-box;
}



.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
      position: relative;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image {
  box-sizing: border-box;
}



.s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container {
      position: relative;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed9d5f85-7a7b-4071-b9b0-d7d50953abe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f-root {
    text-align: center;
  }


#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f-root {
    text-align: center;
  }


#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f-root {
    text-align: center;
  }


#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f-root {
    text-align: center;
  }


#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f-root {
    text-align: center;
  }


#s-3eaed4e7-d1c5-4354-af59-0b6b9f44bd1f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-924e21e4-1d58-4825-b7aa-617278bc9b07 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-924e21e4-1d58-4825-b7aa-617278bc9b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-924e21e4-1d58-4825-b7aa-617278bc9b07 {
  cursor: pointer;
}#s-924e21e4-1d58-4825-b7aa-617278bc9b07.shg-box.shg-c {
  justify-content: center;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  margin: 0 !important;
  overflow: visible;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add background color handling */
  
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
  box-sizing: border-box;
}



.s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
      position: relative;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  margin: 0 !important;
  overflow: visible;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add background color handling */
  
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
  box-sizing: border-box;
}



.s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
      position: relative;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  margin: 0 !important;
  overflow: visible;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add background color handling */
  
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
  box-sizing: border-box;
}



.s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
      position: relative;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  margin: 0 !important;
  overflow: visible;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add background color handling */
  
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
  box-sizing: border-box;
}



.s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
      position: relative;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  margin: 0 !important;
  overflow: visible;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add background color handling */
  
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-059bceb6-f40e-433f-9027-40ca2c78eb8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image {
  box-sizing: border-box;
}



.s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container {
      position: relative;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bceb6-f40e-433f-9027-40ca2c78eb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-59389d98-fb00-4e64-927b-a9d74ebe7c99 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-59389d98-fb00-4e64-927b-a9d74ebe7c99:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-59389d98-fb00-4e64-927b-a9d74ebe7c99:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-59389d98-fb00-4e64-927b-a9d74ebe7c99-root {
    text-align: center;
  }


#s-59389d98-fb00-4e64-927b-a9d74ebe7c99.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-59389d98-fb00-4e64-927b-a9d74ebe7c99-root {
    text-align: center;
  }


#s-59389d98-fb00-4e64-927b-a9d74ebe7c99.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59389d98-fb00-4e64-927b-a9d74ebe7c99-root {
    text-align: center;
  }


#s-59389d98-fb00-4e64-927b-a9d74ebe7c99.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59389d98-fb00-4e64-927b-a9d74ebe7c99-root {
    text-align: center;
  }


#s-59389d98-fb00-4e64-927b-a9d74ebe7c99.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-59389d98-fb00-4e64-927b-a9d74ebe7c99-root {
    text-align: center;
  }


#s-59389d98-fb00-4e64-927b-a9d74ebe7c99.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-ab5e56fc-a3a3-409a-8124-8c08d78f95c4 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ab5e56fc-a3a3-409a-8124-8c08d78f95c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab5e56fc-a3a3-409a-8124-8c08d78f95c4 {
  cursor: pointer;
}#s-ab5e56fc-a3a3-409a-8124-8c08d78f95c4.shg-box.shg-c {
  justify-content: center;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
  box-sizing: border-box;
}



.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
      position: relative;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
  box-sizing: border-box;
}



.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
      position: relative;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
  box-sizing: border-box;
}



.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
      position: relative;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
  box-sizing: border-box;
}



.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
      position: relative;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image {
  box-sizing: border-box;
}



.s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container {
      position: relative;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db4e178-d9a5-426f-b9e3-7eb02a4dd4dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-7de69888-0661-414b-b470-dff7b58ab410 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-7de69888-0661-414b-b470-dff7b58ab410:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7de69888-0661-414b-b470-dff7b58ab410:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7de69888-0661-414b-b470-dff7b58ab410-root {
    text-align: center;
  }


#s-7de69888-0661-414b-b470-dff7b58ab410.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7de69888-0661-414b-b470-dff7b58ab410-root {
    text-align: center;
  }


#s-7de69888-0661-414b-b470-dff7b58ab410.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7de69888-0661-414b-b470-dff7b58ab410-root {
    text-align: center;
  }


#s-7de69888-0661-414b-b470-dff7b58ab410.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7de69888-0661-414b-b470-dff7b58ab410-root {
    text-align: center;
  }


#s-7de69888-0661-414b-b470-dff7b58ab410.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7de69888-0661-414b-b470-dff7b58ab410-root {
    text-align: center;
  }


#s-7de69888-0661-414b-b470-dff7b58ab410.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-5fce3945-8ea7-472d-a8d1-8e505490635f {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5fce3945-8ea7-472d-a8d1-8e505490635f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fce3945-8ea7-472d-a8d1-8e505490635f {
  cursor: pointer;
}#s-5fce3945-8ea7-472d-a8d1-8e505490635f.shg-box.shg-c {
  justify-content: center;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d {
  margin: 0 !important;
  overflow: visible;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add background color handling */
  
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-content {
  
    justify-content: center;
  
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
  box-sizing: border-box;
}



.s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09548541-881c-4df0-8482-7cd76bffd13d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
      position: relative;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-09548541-881c-4df0-8482-7cd76bffd13d {
  margin: 0 !important;
  overflow: visible;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add background color handling */
  
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-content {
  
    justify-content: center;
  
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
  box-sizing: border-box;
}



.s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09548541-881c-4df0-8482-7cd76bffd13d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
      position: relative;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09548541-881c-4df0-8482-7cd76bffd13d {
  margin: 0 !important;
  overflow: visible;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add background color handling */
  
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-content {
  
    justify-content: center;
  
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
  box-sizing: border-box;
}



.s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09548541-881c-4df0-8482-7cd76bffd13d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
      position: relative;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09548541-881c-4df0-8482-7cd76bffd13d {
  margin: 0 !important;
  overflow: visible;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add background color handling */
  
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-content {
  
    justify-content: center;
  
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
  box-sizing: border-box;
}



.s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09548541-881c-4df0-8482-7cd76bffd13d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
      position: relative;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-09548541-881c-4df0-8482-7cd76bffd13d {
  margin: 0 !important;
  overflow: visible;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09548541-881c-4df0-8482-7cd76bffd13d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add background color handling */
  
}

#s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09548541-881c-4df0-8482-7cd76bffd13d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-09548541-881c-4df0-8482-7cd76bffd13d .shogun-image-content {
  
    justify-content: center;
  
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image {
  box-sizing: border-box;
}



.s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09548541-881c-4df0-8482-7cd76bffd13d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container {
      position: relative;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09548541-881c-4df0-8482-7cd76bffd13d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-82522302-f166-4a92-9f71-f657fa4c84c7 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-82522302-f166-4a92-9f71-f657fa4c84c7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-82522302-f166-4a92-9f71-f657fa4c84c7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-82522302-f166-4a92-9f71-f657fa4c84c7-root {
    text-align: center;
  }


#s-82522302-f166-4a92-9f71-f657fa4c84c7.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-82522302-f166-4a92-9f71-f657fa4c84c7-root {
    text-align: center;
  }


#s-82522302-f166-4a92-9f71-f657fa4c84c7.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82522302-f166-4a92-9f71-f657fa4c84c7-root {
    text-align: center;
  }


#s-82522302-f166-4a92-9f71-f657fa4c84c7.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82522302-f166-4a92-9f71-f657fa4c84c7-root {
    text-align: center;
  }


#s-82522302-f166-4a92-9f71-f657fa4c84c7.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-82522302-f166-4a92-9f71-f657fa4c84c7-root {
    text-align: center;
  }


#s-82522302-f166-4a92-9f71-f657fa4c84c7.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-2284434d-8cf7-47fa-b5ac-3a49882068f7 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2284434d-8cf7-47fa-b5ac-3a49882068f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2284434d-8cf7-47fa-b5ac-3a49882068f7 {
  cursor: pointer;
}#s-2284434d-8cf7-47fa-b5ac-3a49882068f7.shg-box.shg-c {
  justify-content: center;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
  box-sizing: border-box;
}



.s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0925e792-0df1-4333-bc89-081f569e39d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
      position: relative;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-0925e792-0df1-4333-bc89-081f569e39d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
  box-sizing: border-box;
}



.s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0925e792-0df1-4333-bc89-081f569e39d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
      position: relative;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0925e792-0df1-4333-bc89-081f569e39d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
  box-sizing: border-box;
}



.s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0925e792-0df1-4333-bc89-081f569e39d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
      position: relative;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0925e792-0df1-4333-bc89-081f569e39d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
  box-sizing: border-box;
}



.s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0925e792-0df1-4333-bc89-081f569e39d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
      position: relative;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-0925e792-0df1-4333-bc89-081f569e39d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0925e792-0df1-4333-bc89-081f569e39d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0925e792-0df1-4333-bc89-081f569e39d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0925e792-0df1-4333-bc89-081f569e39d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image {
  box-sizing: border-box;
}



.s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0925e792-0df1-4333-bc89-081f569e39d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container {
      position: relative;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0925e792-0df1-4333-bc89-081f569e39d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-fe241498-96f8-432b-81e8-aeb4157ab418 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-fe241498-96f8-432b-81e8-aeb4157ab418:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe241498-96f8-432b-81e8-aeb4157ab418:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe241498-96f8-432b-81e8-aeb4157ab418-root {
    text-align: center;
  }


#s-fe241498-96f8-432b-81e8-aeb4157ab418.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe241498-96f8-432b-81e8-aeb4157ab418-root {
    text-align: center;
  }


#s-fe241498-96f8-432b-81e8-aeb4157ab418.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe241498-96f8-432b-81e8-aeb4157ab418-root {
    text-align: center;
  }


#s-fe241498-96f8-432b-81e8-aeb4157ab418.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe241498-96f8-432b-81e8-aeb4157ab418-root {
    text-align: center;
  }


#s-fe241498-96f8-432b-81e8-aeb4157ab418.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe241498-96f8-432b-81e8-aeb4157ab418-root {
    text-align: center;
  }


#s-fe241498-96f8-432b-81e8-aeb4157ab418.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-598edb95-507e-4c1f-b557-b455f4e095ed {
  margin-top: 15px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-598edb95-507e-4c1f-b557-b455f4e095ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-598edb95-507e-4c1f-b557-b455f4e095ed"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-598edb95-507e-4c1f-b557-b455f4e095ed"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-598edb95-507e-4c1f-b557-b455f4e095ed"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-6c35dbc3-8ba0-4f7f-9130-c3da23a1d399 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c35dbc3-8ba0-4f7f-9130-c3da23a1d399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c35dbc3-8ba0-4f7f-9130-c3da23a1d399 {
  cursor: pointer;
}#s-6c35dbc3-8ba0-4f7f-9130-c3da23a1d399.shg-box.shg-c {
  justify-content: center;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
  box-sizing: border-box;
}



.s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
      position: relative;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
  box-sizing: border-box;
}



.s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
      position: relative;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
  box-sizing: border-box;
}



.s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
      position: relative;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
  box-sizing: border-box;
}



.s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
      position: relative;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0dca8afa-c423-486d-af83-b4dafc97c5bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image {
  box-sizing: border-box;
}



.s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container {
      position: relative;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dca8afa-c423-486d-af83-b4dafc97c5bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-ce6b3541-b145-4695-9577-440f489240f3 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-ce6b3541-b145-4695-9577-440f489240f3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce6b3541-b145-4695-9577-440f489240f3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ce6b3541-b145-4695-9577-440f489240f3-root {
    text-align: center;
  }


#s-ce6b3541-b145-4695-9577-440f489240f3.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce6b3541-b145-4695-9577-440f489240f3-root {
    text-align: center;
  }


#s-ce6b3541-b145-4695-9577-440f489240f3.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce6b3541-b145-4695-9577-440f489240f3-root {
    text-align: center;
  }


#s-ce6b3541-b145-4695-9577-440f489240f3.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce6b3541-b145-4695-9577-440f489240f3-root {
    text-align: center;
  }


#s-ce6b3541-b145-4695-9577-440f489240f3.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce6b3541-b145-4695-9577-440f489240f3-root {
    text-align: center;
  }


#s-ce6b3541-b145-4695-9577-440f489240f3.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-4a740556-46c5-44f5-8cfc-5802a5bca9b2 {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a740556-46c5-44f5-8cfc-5802a5bca9b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a740556-46c5-44f5-8cfc-5802a5bca9b2 {
  cursor: pointer;
}#s-4a740556-46c5-44f5-8cfc-5802a5bca9b2.shg-box.shg-c {
  justify-content: center;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
  box-sizing: border-box;
}



.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
      position: relative;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
  box-sizing: border-box;
}



.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
      position: relative;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
  box-sizing: border-box;
}



.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
      position: relative;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
  box-sizing: border-box;
}



.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
      position: relative;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image {
  box-sizing: border-box;
}



.s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container {
      position: relative;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488bfbd4-67cb-4c7c-bfe4-e022d2168f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-d06e6bff-be19-4840-806e-e55b11394f8c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-d06e6bff-be19-4840-806e-e55b11394f8c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d06e6bff-be19-4840-806e-e55b11394f8c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d06e6bff-be19-4840-806e-e55b11394f8c-root {
    text-align: center;
  }


#s-d06e6bff-be19-4840-806e-e55b11394f8c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d06e6bff-be19-4840-806e-e55b11394f8c-root {
    text-align: center;
  }


#s-d06e6bff-be19-4840-806e-e55b11394f8c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d06e6bff-be19-4840-806e-e55b11394f8c-root {
    text-align: center;
  }


#s-d06e6bff-be19-4840-806e-e55b11394f8c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d06e6bff-be19-4840-806e-e55b11394f8c-root {
    text-align: center;
  }


#s-d06e6bff-be19-4840-806e-e55b11394f8c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d06e6bff-be19-4840-806e-e55b11394f8c-root {
    text-align: center;
  }


#s-d06e6bff-be19-4840-806e-e55b11394f8c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-1b2378ca-de25-4d3c-93e0-43aad278d6fb {
  box-shadow:1px 1px 4px 1px rgba(181, 181, 181, 0.29);
margin-left: 1%;
margin-right: 1%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.65);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1b2378ca-de25-4d3c-93e0-43aad278d6fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b2378ca-de25-4d3c-93e0-43aad278d6fb {
  cursor: pointer;
}#s-1b2378ca-de25-4d3c-93e0-43aad278d6fb.shg-box.shg-c {
  justify-content: center;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  margin: 0 !important;
  overflow: visible;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add background color handling */
  
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
  box-sizing: border-box;
}



.s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
      position: relative;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  margin: 0 !important;
  overflow: visible;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add background color handling */
  
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
  box-sizing: border-box;
}



.s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
      position: relative;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  margin: 0 !important;
  overflow: visible;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add background color handling */
  
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
  box-sizing: border-box;
}



.s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
      position: relative;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  margin: 0 !important;
  overflow: visible;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add background color handling */
  
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
  box-sizing: border-box;
}



.s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
      position: relative;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  margin: 0 !important;
  overflow: visible;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add background color handling */
  
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-794ae114-ea06-4f81-85ed-c488eb2abe84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image {
  box-sizing: border-box;
}



.s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container {
      position: relative;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-794ae114-ea06-4f81-85ed-c488eb2abe84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-08dc8693-d6b7-4482-a209-7ef0d1277514 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 133, 133, 0.53);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
line-height: 1em;
letter-spacing: 0.1px;
}
#s-08dc8693-d6b7-4482-a209-7ef0d1277514:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(173, 19, 19, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-08dc8693-d6b7-4482-a209-7ef0d1277514:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(133, 133, 133, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-08dc8693-d6b7-4482-a209-7ef0d1277514-root {
    text-align: center;
  }


#s-08dc8693-d6b7-4482-a209-7ef0d1277514.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08dc8693-d6b7-4482-a209-7ef0d1277514-root {
    text-align: center;
  }


#s-08dc8693-d6b7-4482-a209-7ef0d1277514.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08dc8693-d6b7-4482-a209-7ef0d1277514-root {
    text-align: center;
  }


#s-08dc8693-d6b7-4482-a209-7ef0d1277514.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08dc8693-d6b7-4482-a209-7ef0d1277514-root {
    text-align: center;
  }


#s-08dc8693-d6b7-4482-a209-7ef0d1277514.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08dc8693-d6b7-4482-a209-7ef0d1277514-root {
    text-align: center;
  }


#s-08dc8693-d6b7-4482-a209-7ef0d1277514.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Archivo Narrow;
  display:  block ;
}
}
#s-65811297-5a9a-4c46-8b06-5c1e5bdb7015 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-65811297-5a9a-4c46-8b06-5c1e5bdb7015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65811297-5a9a-4c46-8b06-5c1e5bdb7015.shg-box.shg-c {
  justify-content: center;
}

#s-cd7b6f28-71aa-4311-a15a-8600fc887ae1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cd7b6f28-71aa-4311-a15a-8600fc887ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd7b6f28-71aa-4311-a15a-8600fc887ae1.shg-box.shg-c {
  justify-content: center;
}

#s-d0ff760e-abdd-4244-b761-c17191f4924c {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-d0ff760e-abdd-4244-b761-c17191f4924c {
  padding-left: 1%;
padding-right: 1%;
}
}







#s-d0ff760e-abdd-4244-b761-c17191f4924c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ff760e-abdd-4244-b761-c17191f4924c.shg-box.shg-c {
  justify-content: center;
}

#s-e77955c9-6c7a-4e05-a7a0-d0162e8a063d {
  background-attachment: fixed;
margin-left: 2%;
margin-right: 2%;
padding-left: 4%;
padding-right: 4%;
}








#s-e77955c9-6c7a-4e05-a7a0-d0162e8a063d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e77955c9-6c7a-4e05-a7a0-d0162e8a063d.shg-box.shg-c {
  justify-content: center;
}

#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
text-align: center;
}
@media (min-width: 1200px){#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa {
  display: none;
}
#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa, #wrap-s-3319a7da-0ac9-4351-9295-cd14f09ab4fa, #wrap-content-s-3319a7da-0ac9-4351-9295-cd14f09ab4fa { display: none !important; }}@media (max-width: 767px){#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa {
  display: none;
}
#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa, #wrap-s-3319a7da-0ac9-4351-9295-cd14f09ab4fa, #wrap-content-s-3319a7da-0ac9-4351-9295-cd14f09ab4fa { display: none !important; }}
#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa .shogun-heading-component h1 {
  color: rgba(173, 19, 19, 1);
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 29px;
  line-height: 0.9em;
  
  
}


@media (min-width: 1200px){#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa .shogun-heading-component h1 {
  color: rgba(173, 19, 19, 1);
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 42px;
  line-height: 0.9em;
  
  
}


}@media (max-width: 767px){#s-3319a7da-0ac9-4351-9295-cd14f09ab4fa .shogun-heading-component h1 {
  color: rgba(173, 19, 19, 1);
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.9em;
  
  
}


}
#s-337b9fbd-0d8b-4d60-955e-9046370f1b7a {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}