.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-c68ebbab-dc91-4e9a-a815-efdc588babbe {
  min-height: 50px;
}








#s-c68ebbab-dc91-4e9a-a815-efdc588babbe > .shg-box-overlay {
  background-color: rgba(40, 73, 110, 1);
  opacity: 0;
  display: block;
}#s-c68ebbab-dc91-4e9a-a815-efdc588babbe.shg-box.shg-c {
  justify-content: center;
}

#s-9d7996a6-8792-4098-a066-7855057a3eed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d7996a6-8792-4098-a066-7855057a3eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d7996a6-8792-4098-a066-7855057a3eed.shg-box.shg-c {
  justify-content: center;
}

#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 725px;
background-position: left 1px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  margin-right: 1.5em;
}
}@media (max-width: 767px){#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  display: none;
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10, #wrap-s-03c3f525-9037-42e8-8cdb-2083300e5e10 { display: none !important; }}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/480x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/960x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/768x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/1536x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/1024x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/2048x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/1200x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/cb9e81f5-97ee-48ef-b688-4e820ce86fdc/-/resize/2048x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-03c3f525-9037-42e8-8cdb-2083300e5e10 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-03c3f525-9037-42e8-8cdb-2083300e5e10 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-03c3f525-9037-42e8-8cdb-2083300e5e10 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shg-box.shg-c {
  justify-content: flex-end;
}
}
.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-c5e87a72-145c-429c-a5ee-b59c435b6770 {
  margin-left: 4em;
margin-right: 3em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c5e87a72-145c-429c-a5ee-b59c435b6770 {
  margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5e87a72-145c-429c-a5ee-b59c435b6770 {
  margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5e87a72-145c-429c-a5ee-b59c435b6770 {
  text-align: center;
}
}@media (max-width: 767px){#s-c5e87a72-145c-429c-a5ee-b59c435b6770 {
  display: none;
}
#s-c5e87a72-145c-429c-a5ee-b59c435b6770, #wrap-s-c5e87a72-145c-429c-a5ee-b59c435b6770 { display: none !important; }}
#s-c5e87a72-145c-429c-a5ee-b59c435b6770 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.1em;
  
  
}



.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-87eacf1f-420b-4a54-8d3a-55921301c2c0 {
  margin-left: 4em;
margin-right: 35%;
}
@media (min-width: 1200px){#s-87eacf1f-420b-4a54-8d3a-55921301c2c0 {
  margin-left: 4em;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87eacf1f-420b-4a54-8d3a-55921301c2c0 {
  margin-bottom: 1em;
margin-right: 10em;
}
}
.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-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  margin-left: 4em;
margin-right: auto;
}
@media (min-width: 1200px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  margin-left: 4em;
margin-right: 4em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  display: none;
}
#s-ed493eb5-b26f-4017-b1f1-385352abf8ea, #wrap-s-ed493eb5-b26f-4017-b1f1-385352abf8ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  display: none;
}
#s-ed493eb5-b26f-4017-b1f1-385352abf8ea, #wrap-s-ed493eb5-b26f-4017-b1f1-385352abf8ea { display: none !important; }}@media (max-width: 767px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  display: none;
}
#s-ed493eb5-b26f-4017-b1f1-385352abf8ea, #wrap-s-ed493eb5-b26f-4017-b1f1-385352abf8ea { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-6f596688-fc81-4043-b65f-1d3f1280378d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDVmOTgwNTItZDIyNi00Y2U3LWEyYTMtZTQxMTIzNjBiZjJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NWY5ODA1Mi1kMjI2LTRjZTctYTJhMy1lNDExMjM2MGJmMmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 0.5em;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6f596688-fc81-4043-b65f-1d3f1280378d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f596688-fc81-4043-b65f-1d3f1280378d:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWZjZGU2YmItOWQ0NS00OTViLTg2NzgtNjE4MjAxYjA2YTFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZmNkZTZiYi05ZDQ1LTQ5NWItODY3OC02MTgyMDFiMDZhMWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-6f596688-fc81-4043-b65f-1d3f1280378d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f596688-fc81-4043-b65f-1d3f1280378d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  text-align: center;
}
}

  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-85e87918-80b8-4010-8845-77f37fbbd191 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(211, 21, 44, 1);
}
#s-85e87918-80b8-4010-8845-77f37fbbd191:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
color: rgba(211, 21, 44, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-85e87918-80b8-4010-8845-77f37fbbd191:active {background-color: rgba(123, 107, 80, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-85e87918-80b8-4010-8845-77f37fbbd191 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
color: rgba(18, 82, 153, 1);
}
#s-85e87918-80b8-4010-8845-77f37fbbd191:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(67, 177, 221, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-85e87918-80b8-4010-8845-77f37fbbd191:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-85e87918-80b8-4010-8845-77f37fbbd191 {
  padding-left: 20px;
padding-right: 20px;
}
}

  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(18, 82, 153, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  margin-left: 4em;
margin-right: auto;
}
@media (min-width: 1200px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  display: none;
}
#s-0c509fec-92c1-4363-bd51-613c376bf970, #wrap-s-0c509fec-92c1-4363-bd51-613c376bf970 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  
}
}@media (max-width: 767px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  display: none;
}
#s-0c509fec-92c1-4363-bd51-613c376bf970, #wrap-s-0c509fec-92c1-4363-bd51-613c376bf970 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzRjMTExZTgtYTYxYS00MjdjLWE4MGEtMDE4NmZlYmI4NDMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNGMxMTFlOC1hNjFhLTQyN2MtYTgwYS0wMTg2ZmViYjg0MzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 0.5em;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjkxYjExNmEtYjI4Mi00YmUyLWFhNzEtN2EyY2M2NDdmNGVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOTFiMTE2YS1iMjgyLTRiZTItYWE3MS03YTJjYzY0N2Y0ZWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-right: 2em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjMxNTIwNzItZDVlMi00MmQxLWIyNjMtMjdkZjQ1NWQxYjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzE1MjA3Mi1kNWUyLTQyZDEtYjI2My0yN2RmNDU1ZDFiNzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(211, 21, 44, 1);
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
color: rgba(211, 21, 44, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:active {background-color: rgba(123, 107, 80, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1 {
  margin-right: 2em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
color: rgba(18, 82, 153, 1);
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:hover {background-color: rgba(67, 177, 221, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1 {
  color: rgba(18, 82, 153, 1);
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:hover {background-color: rgba(67, 177, 221, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(18, 82, 153, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(18, 82, 153, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: auto;
}
@media (min-width: 1200px){#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  display: none;
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4, #wrap-s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  display: none;
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4, #wrap-s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  display: none;
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4, #wrap-s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 { display: none !important; }}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-41bd0dc2-b070-46ab-b007-409976bc647a {
  margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41bd0dc2-b070-46ab-b007-409976bc647a .shogun-heading-component h3 {
  
  font-weight:  300 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-406d5ace-d0dc-4c29-a73a-233b81666bd7 {
  text-align: left;
}

#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  display: none;
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f, #wrap-s-99ee3e1f-92a3-48d5-8435-81810c886d1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  display: none;
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f, #wrap-s-99ee3e1f-92a3-48d5-8435-81810c886d1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  display: none;
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f, #wrap-s-99ee3e1f-92a3-48d5-8435-81810c886d1f { display: none !important; }}@media (max-width: 767px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  background-image: url(https://i.shgcdn.com/6d918cec-aaf9-43d6-b60c-1c55740c9834/);
}








#s-99ee3e1f-92a3-48d5-8435-81810c886d1f > .shg-box-overlay {
  background-color: rgba(62, 62, 62, 1);
  opacity: 0.1;
  display: block;
}#s-99ee3e1f-92a3-48d5-8435-81810c886d1f.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-99ee3e1f-92a3-48d5-8435-81810c886d1f > .shg-box-overlay {
  background-color: rgba(62, 62, 62, 1);
  opacity: 0.3;
  display: block;
}#s-99ee3e1f-92a3-48d5-8435-81810c886d1f.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  display: none;
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6, #wrap-s-d3c68a3b-e883-42f2-888b-402759c901c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  display: none;
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6, #wrap-s-d3c68a3b-e883-42f2-888b-402759c901c6 { display: none !important; }}@media (max-width: 767px){#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  margin-bottom: 0px;
}
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: center;
}



#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  display: none;
}
#s-06187bd9-3440-4343-9029-1c500b8cf488, #wrap-s-06187bd9-3440-4343-9029-1c500b8cf488 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  display: none;
}
#s-06187bd9-3440-4343-9029-1c500b8cf488, #wrap-s-06187bd9-3440-4343-9029-1c500b8cf488 { display: none !important; }}@media (max-width: 767px){#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  display: none;
}
#s-06187bd9-3440-4343-9029-1c500b8cf488, #wrap-s-06187bd9-3440-4343-9029-1c500b8cf488 { display: none !important; }}
#s-1543917a-4866-4aaa-bc2e-d27cc36ebc25 {
  margin-left: 2em;
margin-right: 2em;
}
@media (max-width: 767px){#s-1543917a-4866-4aaa-bc2e-d27cc36ebc25 {
  margin-bottom: -15px;
}
}
#s-fba73744-2da5-418d-9c57-467b66f7d9b3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5ZjFhZGItYzZkYy00MGI2LWFiNWUtYTliMjViNGEzZWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjlmMWFkYi1jNmRjLTQwYjYtYWI1ZS1hOWIyNWI0YTNlZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-fba73744-2da5-418d-9c57-467b66f7d9b3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-fba73744-2da5-418d-9c57-467b66f7d9b3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY1MzUzZTEtNWQyZS00ZjQzLTg5M2UtNjQ0ZWM2NjBkZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjUzNTNlMS01ZDJlLTRmNDMtODkzZS02NDRlYzY2MGRkZjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (max-width: 767px){#s-fba73744-2da5-418d-9c57-467b66f7d9b3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDQzMGM5YzQtZDg2Yy00N2I0LWI0MDEtNmEwMDZhNTA4MmQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNDMwYzljNC1kODZjLTQ3YjQtYjQwMS02YTAwNmE1MDgyZDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-fba73744-2da5-418d-9c57-467b66f7d9b3:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fba73744-2da5-418d-9c57-467b66f7d9b3:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-ef35ba86-9f65-41ed-add3-c843a175c4c2 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#289049"}, {"id"=>2, "pos"=>1, "color"=>"#0f5d28"}];
hover-type: gradient;
color: rgba(211, 21, 44, 1);
letter-spacing: 1px;
}
#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhiNDhlNjgtNDRjMC00NzUxLWFkNTQtY2YyZTQxYjg3NGQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGI0OGU2OC00NGMwLTQ3NTEtYWQ1NC1jZjJlNDFiODc0ZDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (max-width: 767px){#s-ef35ba86-9f65-41ed-add3-c843a175c4c2 {
  margin-top: 1em;
margin-bottom: 3em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
color: rgba(18, 82, 153, 1);
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:hover {background-color: rgba(67, 177, 221, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(18, 82, 153, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  box-shadow:0px 0px 0px 0px rgba(32, 32, 32, 0);
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (max-width: 767px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  padding-left: 0em;
padding-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-842572d2-14a3-4c74-87e1-c30628b411e6 {
  margin-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-842572d2-14a3-4c74-87e1-c30628b411e6 img.shogun-image,
  #s-842572d2-14a3-4c74-87e1-c30628b411e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-842572d2-14a3-4c74-87e1-c30628b411e6 {
    width: 100%;
    height: auto;
  }



  #s-842572d2-14a3-4c74-87e1-c30628b411e6 img.shogun-image {
    

    
    
    
  }


#s-842572d2-14a3-4c74-87e1-c30628b411e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-d2bf230a-fa74-45c2-8347-9d5daf406eaf img.shogun-image,
  #s-d2bf230a-fa74-45c2-8347-9d5daf406eaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2bf230a-fa74-45c2-8347-9d5daf406eaf {
    width: 100%;
    height: auto;
  }



  #s-d2bf230a-fa74-45c2-8347-9d5daf406eaf img.shogun-image {
    

    
    
    
  }


#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf .shogun-image-content {
  
    align-items: center;
  
}

#s-2ddbc145-791c-43ab-aeea-baff3cf6242c {
  margin-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-2ddbc145-791c-43ab-aeea-baff3cf6242c img.shogun-image,
  #s-2ddbc145-791c-43ab-aeea-baff3cf6242c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ddbc145-791c-43ab-aeea-baff3cf6242c {
    width: 100%;
    height: auto;
  }



  #s-2ddbc145-791c-43ab-aeea-baff3cf6242c img.shogun-image {
    

    
    
    
  }


#s-2ddbc145-791c-43ab-aeea-baff3cf6242c .shogun-image-content {
  
    align-items: center;
  
}

#s-218b120b-6262-4d51-938f-67943a27f7fd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-218b120b-6262-4d51-938f-67943a27f7fd img.shogun-image,
  #s-218b120b-6262-4d51-938f-67943a27f7fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-218b120b-6262-4d51-938f-67943a27f7fd {
    width: 100%;
    height: auto;
  }



  #s-218b120b-6262-4d51-938f-67943a27f7fd img.shogun-image {
    

    
    
    
  }


#s-218b120b-6262-4d51-938f-67943a27f7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-12b6f07e-de12-4d82-91bb-320b4cba4f6d img.shogun-image,
  #s-12b6f07e-de12-4d82-91bb-320b4cba4f6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12b6f07e-de12-4d82-91bb-320b4cba4f6d {
    width: 100%;
    height: auto;
  }



  #s-12b6f07e-de12-4d82-91bb-320b4cba4f6d img.shogun-image {
    

    
    
    
  }


#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-84282bfc-9990-44ca-bd82-a26b683b7791 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-84282bfc-9990-44ca-bd82-a26b683b7791 img.shogun-image,
  #s-84282bfc-9990-44ca-bd82-a26b683b7791 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84282bfc-9990-44ca-bd82-a26b683b7791 {
    width: 100%;
    height: auto;
  }



  #s-84282bfc-9990-44ca-bd82-a26b683b7791 img.shogun-image {
    

    
    
    
  }


#s-84282bfc-9990-44ca-bd82-a26b683b7791 .shogun-image-content {
  
    align-items: center;
  
}

#s-953b1b52-f804-4ebf-b032-a3a394096dc9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center -5em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-953b1b52-f804-4ebf-b032-a3a394096dc9 {
  display: none;
}
#s-953b1b52-f804-4ebf-b032-a3a394096dc9, #wrap-s-953b1b52-f804-4ebf-b032-a3a394096dc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-953b1b52-f804-4ebf-b032-a3a394096dc9 {
  display: none;
}
#s-953b1b52-f804-4ebf-b032-a3a394096dc9, #wrap-s-953b1b52-f804-4ebf-b032-a3a394096dc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-953b1b52-f804-4ebf-b032-a3a394096dc9 {
  margin-top: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-953b1b52-f804-4ebf-b032-a3a394096dc9, #wrap-s-953b1b52-f804-4ebf-b032-a3a394096dc9 { display: none !important; }}@media (max-width: 767px){#s-953b1b52-f804-4ebf-b032-a3a394096dc9 {
  margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
min-height: 500px;
}
}







#s-953b1b52-f804-4ebf-b032-a3a394096dc9 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-953b1b52-f804-4ebf-b032-a3a394096dc9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-953b1b52-f804-4ebf-b032-a3a394096dc9 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-953b1b52-f804-4ebf-b032-a3a394096dc9.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-c791ba62-c472-4049-87a5-7922dde22362 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-c791ba62-c472-4049-87a5-7922dde22362 {
  text-align: right;
}
}@media (max-width: 767px){#s-c791ba62-c472-4049-87a5-7922dde22362 {
  margin-top: 0em;
margin-bottom: 0px;
margin-right: 1.5em;
padding-top: 0em;
padding-bottom: 0.5em;
text-align: center;
}
}
#s-c791ba62-c472-4049-87a5-7922dde22362 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c791ba62-c472-4049-87a5-7922dde22362 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-c791ba62-c472-4049-87a5-7922dde22362 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}
#s-56c5a63e-57a0-4a0b-a540-8ae382c24fe2 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-56c5a63e-57a0-4a0b-a540-8ae382c24fe2 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-56c5a63e-57a0-4a0b-a540-8ae382c24fe2 {
  margin-bottom: -2em;
}
}
#s-bbd3fb57-9bac-4109-81c5-c9a2413ddb26 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bbd3fb57-9bac-4109-81c5-c9a2413ddb26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbd3fb57-9bac-4109-81c5-c9a2413ddb26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbd3fb57-9bac-4109-81c5-c9a2413ddb26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbd3fb57-9bac-4109-81c5-c9a2413ddb26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 {
  display: none;
}
#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4, #wrap-s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 {
  display: none;
}
#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4, #wrap-s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTVkYjAzOGEtMjkwOC00YTdiLTkyY2MtN2I4YTAxZWNiYmMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NWRiMDM4YS0yOTA4LTRhN2ItOTJjYy03YjhhMDFlY2JiYzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 0em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGExMjlhYTMtN2U0Mi00Njg5LWFlNmMtMTExMDFjNjIyZjYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYTEyOWFhMy03ZTQyLTQ2ODktYWU2Yy0xMTEwMWM2MjJmNjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 0em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4-root {
    text-align: center;
  }


#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4-root {
    text-align: center;
  }


#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4-root {
    text-align: center;
  }


#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4-root {
    text-align: center;
  }


#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4-root {
    text-align: center;
  }


#s-cca40fc7-04b9-44ee-96cc-ed90fea6d5c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d {
  display: none;
}
#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d, #wrap-s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d {
  display: none;
}
#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d, #wrap-s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTIxZDM0YzgtOTFhYS00YThiLWFmNjgtOTIxYzljNDU3MDgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjFkMzRjOC05MWFhLTRhOGItYWY2OC05MjFjOWM0NTcwODEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 0em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjdhZTFmNjMtNTY3ZC00YTY4LTgzZDAtMDM5NmVlYTJkMzk4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmN2FlMWY2My01NjdkLTRhNjgtODNkMC0wMzk2ZWVhMmQzOTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: -1em;
padding-top: 15px;
padding-bottom: 15px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d-root {
    text-align: center;
  }


#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d-root {
    text-align: center;
  }


#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d-root {
    text-align: center;
  }


#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d-root {
    text-align: center;
  }


#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d-root {
    text-align: center;
  }


#s-c5bbd1e5-c71a-45bb-9eaf-57baf1c1400d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-394925f0-a8de-4efb-9301-a266c1dec15a {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-394925f0-a8de-4efb-9301-a266c1dec15a {
  display: none;
}
#s-394925f0-a8de-4efb-9301-a266c1dec15a, #wrap-s-394925f0-a8de-4efb-9301-a266c1dec15a { display: none !important; }}@media (max-width: 767px){#s-394925f0-a8de-4efb-9301-a266c1dec15a {
  display: none;
}
#s-394925f0-a8de-4efb-9301-a266c1dec15a, #wrap-s-394925f0-a8de-4efb-9301-a266c1dec15a { display: none !important; }}
@media (min-width: 0px) {
[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-394925f0-a8de-4efb-9301-a266c1dec15a"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb-root {
    text-align: center;
  }


#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb-root {
    text-align: center;
  }


#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb-root {
    text-align: center;
  }


#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb-root {
    text-align: center;
  }


#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb-root {
    text-align: center;
  }


#s-3e45e256-4da3-4fb9-9987-dc908f9ebeeb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-0ae390f4-e91d-436d-b463-e38bc097a00d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ae390f4-e91d-436d-b463-e38bc097a00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae390f4-e91d-436d-b463-e38bc097a00d.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
opacity: 0.91;
}
@media (min-width: 1200px){#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  display: none;
}
#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef, #wrap-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  display: none;
}
#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef, #wrap-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef { display: none !important; }}@media (max-width: 767px){#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  display: none;
}
#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef, #wrap-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-prev,
#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-prev svg,
#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}



.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
      position: relative;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
      position: relative;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
      position: relative;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
      position: relative;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
      position: relative;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}



.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
      position: relative;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
      position: relative;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
      position: relative;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
      position: relative;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
      position: relative;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}



.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
      position: relative;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
      position: relative;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
      position: relative;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
      position: relative;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
      position: relative;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5741aa29-30f1-48ea-9e35-58ff05e5a730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}



.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92aea7ea-9233-48b2-9c11-78485e6c039f {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
      position: relative;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92aea7ea-9233-48b2-9c11-78485e6c039f {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
      position: relative;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92aea7ea-9233-48b2-9c11-78485e6c039f {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
      position: relative;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92aea7ea-9233-48b2-9c11-78485e6c039f {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
      position: relative;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92aea7ea-9233-48b2-9c11-78485e6c039f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92aea7ea-9233-48b2-9c11-78485e6c039f {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
      position: relative;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92aea7ea-9233-48b2-9c11-78485e6c039f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}



.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
      position: relative;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
      position: relative;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
      position: relative;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
      position: relative;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
      position: relative;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 1000px;
aspect-ratio: 450/800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  max-width: 1000px;
aspect-ratio: 450/800;
}
}


.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
      position: relative;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
      position: relative;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
      position: relative;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
      position: relative;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
      position: relative;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e0182b0-0c22-4462-8ff1-a98d38035a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  display: none;
}
#s-87fbc212-0cd9-4f44-aaf0-acba92914239, #wrap-s-87fbc212-0cd9-4f44-aaf0-acba92914239 { display: none !important; }}@media (max-width: 767px){#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  display: none;
}
#s-87fbc212-0cd9-4f44-aaf0-acba92914239, #wrap-s-87fbc212-0cd9-4f44-aaf0-acba92914239 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  --swiper-pagination-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-prev,
#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-prev svg,
#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
aspect-ratio: 450/800;
text-align: center;
}
@media (min-width: 1200px){#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  max-width: 600px;
aspect-ratio: 450/800;
}
}


.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
      position: relative;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
      position: relative;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
      position: relative;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
      position: relative;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
      position: relative;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dd1398e-c90f-4812-b22e-14cf48345c12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-bde350b1-bbb9-435f-a4b4-1debd7e4c0eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}





  img.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}





  img.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}





  img.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}





  img.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}





  img.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




}
#s-e81bbf09-51ad-4850-9a3f-0936abd88938 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
aspect-ratio: 450/800;
text-align: center;
}
@media (min-width: 1200px){#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  max-width: 600px;
aspect-ratio: 450/800;
}
}


.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
      position: relative;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
      position: relative;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
      position: relative;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
      position: relative;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
      position: relative;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18b13a92-ec3e-49de-ba05-af7209f4fe76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-2deb5841-2796-497e-a4f1-2403d7198b3b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
aspect-ratio: 450/800;
text-align: center;
}
@media (min-width: 1200px){#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  max-width: 600px;
aspect-ratio: 450/800;
}
}


.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
      position: relative;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
      position: relative;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
      position: relative;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
      position: relative;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
      position: relative;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04be78de-9c80-4522-a76a-05cc14cc92b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-8d28075a-c942-4857-994f-cdecd600fc30 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
aspect-ratio: 450/800;
text-align: center;
}
@media (min-width: 1200px){#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  max-width: 600px;
aspect-ratio: 450/800;
}
}


.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da434f60-908c-4148-a8b3-1e4adfdab327 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
      position: relative;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da434f60-908c-4148-a8b3-1e4adfdab327 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
      position: relative;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da434f60-908c-4148-a8b3-1e4adfdab327 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
      position: relative;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da434f60-908c-4148-a8b3-1e4adfdab327 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
      position: relative;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da434f60-908c-4148-a8b3-1e4adfdab327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da434f60-908c-4148-a8b3-1e4adfdab327 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
      position: relative;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da434f60-908c-4148-a8b3-1e4adfdab327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-5c74adaa-41e4-40f8-9f2f-51a182ca4dcd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 1000px;
aspect-ratio: 450/800;
text-align: center;
}
@media (min-width: 1200px){#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  max-width: 1000px;
aspect-ratio: 450/800;
}
}


.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1858e564-68b7-443e-a815-0ebcebc81262 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
      position: relative;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1858e564-68b7-443e-a815-0ebcebc81262 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
      position: relative;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1858e564-68b7-443e-a815-0ebcebc81262 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
      position: relative;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1858e564-68b7-443e-a815-0ebcebc81262 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
      position: relative;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }

    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-link {
      aspect-ratio: 450/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1858e564-68b7-443e-a815-0ebcebc81262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1858e564-68b7-443e-a815-0ebcebc81262 {
      --shg-aspect-ratio: calc(450/800); 
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
      position: relative;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1858e564-68b7-443e-a815-0ebcebc81262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-5fbdf8ff-960a-4c0a-8884-0e85490b20f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (min-width: 1200px){#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  display: none;
}
#s-17d7c342-7eeb-437b-a562-38a1dd774229, #wrap-s-17d7c342-7eeb-437b-a562-38a1dd774229 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  display: none;
}
#s-17d7c342-7eeb-437b-a562-38a1dd774229, #wrap-s-17d7c342-7eeb-437b-a562-38a1dd774229 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  display: none;
}
#s-17d7c342-7eeb-437b-a562-38a1dd774229, #wrap-s-17d7c342-7eeb-437b-a562-38a1dd774229 { display: none !important; }}

  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (max-width: 767px){
  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(27, 164, 193, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-8f44dbd8-2bf7-4c7e-a459-14cc2bf9449d {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-8f44dbd8-2bf7-4c7e-a459-14cc2bf9449d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f44dbd8-2bf7-4c7e-a459-14cc2bf9449d.shg-box.shg-c {
  justify-content: center;
}

#s-4c4fda98-4e14-4db1-9d43-70f137b0b09a {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-prev,
#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-prev svg,
#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
      position: relative;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
      position: relative;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
      position: relative;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
      position: relative;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
      position: relative;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb7ae272-d8be-406b-97b6-fc88d43960a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
      position: relative;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
      position: relative;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
      position: relative;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
      position: relative;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
      position: relative;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96cca9d-2bdf-4d7e-a380-e01849150c5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67df6929-f29d-4627-89da-de8741e96555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
      position: relative;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67df6929-f29d-4627-89da-de8741e96555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
      position: relative;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67df6929-f29d-4627-89da-de8741e96555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
      position: relative;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67df6929-f29d-4627-89da-de8741e96555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
      position: relative;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67df6929-f29d-4627-89da-de8741e96555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67df6929-f29d-4627-89da-de8741e96555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
      position: relative;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67df6929-f29d-4627-89da-de8741e96555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e4c391d-b806-469d-a98d-bb5f3778476f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
      position: relative;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e4c391d-b806-469d-a98d-bb5f3778476f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
      position: relative;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e4c391d-b806-469d-a98d-bb5f3778476f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
      position: relative;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e4c391d-b806-469d-a98d-bb5f3778476f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
      position: relative;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e4c391d-b806-469d-a98d-bb5f3778476f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e4c391d-b806-469d-a98d-bb5f3778476f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
      position: relative;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e4c391d-b806-469d-a98d-bb5f3778476f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
      position: relative;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
      position: relative;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
      position: relative;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
      position: relative;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
      position: relative;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b29112d-5cba-4a2e-ae08-242445a69ea9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
      position: relative;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
      position: relative;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
      position: relative;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
      position: relative;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
      position: relative;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
      position: relative;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
      position: relative;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
      position: relative;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
      position: relative;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
      position: relative;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c40f1ad0-63bf-46ae-916b-c59278182d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acaa8ad1-9624-474c-84e5-4f294c328752 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
      position: relative;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acaa8ad1-9624-474c-84e5-4f294c328752 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
      position: relative;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acaa8ad1-9624-474c-84e5-4f294c328752 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
      position: relative;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acaa8ad1-9624-474c-84e5-4f294c328752 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
      position: relative;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acaa8ad1-9624-474c-84e5-4f294c328752 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acaa8ad1-9624-474c-84e5-4f294c328752 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
      position: relative;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acaa8ad1-9624-474c-84e5-4f294c328752 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-822cfb42-9dc8-42e2-9dec-fe42e78b560d {
  margin-left: 0em;
margin-right: 0em;
}

#s-72a01efa-1679-4b31-9187-96d5dbb225e3 {
  margin-left: 0em;
margin-right: 0em;
}

#s-357359af-14c1-46d3-95a2-54fc9e2a7a04 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5bdf9ddf-0feb-4a29-acdd-5e41c57a3e09 {
  margin-left: 0em;
margin-right: 0em;
}

#s-703c382b-4b4a-4550-8296-e194c99a89f1 {
  margin-left: 0em;
margin-right: 0em;
}

#s-eafe0907-22c0-4c5b-aaa2-7ef03dac9d71 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e08831f2-daf4-469f-9ede-4049feee3aca {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce0341e3-2b2d-47af-9714-bd03476bd4f8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-374ff504-9e6a-4b5a-9a29-c2c9312a481e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center -12em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 {
  display: none;
}
#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271, #wrap-s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 {
  display: none;
}
#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271, #wrap-s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 {
  margin-top: 0.5em;
padding-top: 50px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 {
  margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
min-height: 500px;
display: none;
}
#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271, #wrap-s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 { display: none !important; }}







#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-6c9b3fd1-2d9d-44b8-9441-6163262b8271.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-eb8c3321-beb5-44fa-8bf1-58882efbde8c {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb8c3321-beb5-44fa-8bf1-58882efbde8c {
  text-align: right;
}
}@media (max-width: 767px){#s-eb8c3321-beb5-44fa-8bf1-58882efbde8c {
  margin-top: 0em;
margin-bottom: 0px;
margin-right: 1.5em;
padding-top: 0em;
padding-bottom: 0.5em;
text-align: center;
}
}
#s-eb8c3321-beb5-44fa-8bf1-58882efbde8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-eb8c3321-beb5-44fa-8bf1-58882efbde8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-eb8c3321-beb5-44fa-8bf1-58882efbde8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}
#s-2816e811-a9cf-4015-b679-f31c02455753 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-2816e811-a9cf-4015-b679-f31c02455753 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-2816e811-a9cf-4015-b679-f31c02455753 {
  margin-bottom: -2em;
}
}
#s-5145a6a7-bc5c-4b7d-92df-54ede8f11288 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-5145a6a7-bc5c-4b7d-92df-54ede8f11288 {
  margin-bottom: -15em;
}
}
@media (min-width: 0px) {
[id="s-5145a6a7-bc5c-4b7d-92df-54ede8f11288"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5145a6a7-bc5c-4b7d-92df-54ede8f11288"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5145a6a7-bc5c-4b7d-92df-54ede8f11288"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5145a6a7-bc5c-4b7d-92df-54ede8f11288"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-46c8c7cc-5855-4cda-a703-c44cb3bff637 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-46c8c7cc-5855-4cda-a703-c44cb3bff637:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46c8c7cc-5855-4cda-a703-c44cb3bff637:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-46c8c7cc-5855-4cda-a703-c44cb3bff637 {
  display: none;
}
#s-46c8c7cc-5855-4cda-a703-c44cb3bff637, #wrap-s-46c8c7cc-5855-4cda-a703-c44cb3bff637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46c8c7cc-5855-4cda-a703-c44cb3bff637 {
  display: none;
}
#s-46c8c7cc-5855-4cda-a703-c44cb3bff637, #wrap-s-46c8c7cc-5855-4cda-a703-c44cb3bff637 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46c8c7cc-5855-4cda-a703-c44cb3bff637 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGUxNzQ0OGEtYWZlMS00NGE3LThiNzktN2EzYjdlODk4ZTI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZTE3NDQ4YS1hZmUxLTQ0YTctOGI3OS03YTNiN2U4OThlMjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: -1.5em;
margin-bottom: 0em;
padding-left: 30px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-46c8c7cc-5855-4cda-a703-c44cb3bff637:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46c8c7cc-5855-4cda-a703-c44cb3bff637:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-46c8c7cc-5855-4cda-a703-c44cb3bff637 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWRkMTQ3YmUtZGZkYS00ZmZjLWIxYWYtYWQxOTcwNjhhYmM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZGQxNDdiZS1kZmRhLTRmZmMtYjFhZi1hZDE5NzA2OGFiYzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 0em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-46c8c7cc-5855-4cda-a703-c44cb3bff637:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46c8c7cc-5855-4cda-a703-c44cb3bff637:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-46c8c7cc-5855-4cda-a703-c44cb3bff637-root {
    text-align: center;
  }


#s-46c8c7cc-5855-4cda-a703-c44cb3bff637.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46c8c7cc-5855-4cda-a703-c44cb3bff637-root {
    text-align: center;
  }


#s-46c8c7cc-5855-4cda-a703-c44cb3bff637.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46c8c7cc-5855-4cda-a703-c44cb3bff637-root {
    text-align: center;
  }


#s-46c8c7cc-5855-4cda-a703-c44cb3bff637.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46c8c7cc-5855-4cda-a703-c44cb3bff637-root {
    text-align: center;
  }


#s-46c8c7cc-5855-4cda-a703-c44cb3bff637.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46c8c7cc-5855-4cda-a703-c44cb3bff637-root {
    text-align: center;
  }


#s-46c8c7cc-5855-4cda-a703-c44cb3bff637.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-45bf214c-8542-44b4-8d6e-e3997d694e4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-45bf214c-8542-44b4-8d6e-e3997d694e4d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-45bf214c-8542-44b4-8d6e-e3997d694e4d:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-45bf214c-8542-44b4-8d6e-e3997d694e4d {
  display: none;
}
#s-45bf214c-8542-44b4-8d6e-e3997d694e4d, #wrap-s-45bf214c-8542-44b4-8d6e-e3997d694e4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45bf214c-8542-44b4-8d6e-e3997d694e4d {
  display: none;
}
#s-45bf214c-8542-44b4-8d6e-e3997d694e4d, #wrap-s-45bf214c-8542-44b4-8d6e-e3997d694e4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45bf214c-8542-44b4-8d6e-e3997d694e4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDkzNTlkODItOWEyMC00MzgyLTg2ODktN2ZhNTdkNGU3ZDNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOTM1OWQ4Mi05YTIwLTQzODItODY4OS03ZmE1N2Q0ZTdkM2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: -0.5em;
margin-bottom: 0em;
margin-right: 1.5em;
padding-left: 30px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-45bf214c-8542-44b4-8d6e-e3997d694e4d:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-45bf214c-8542-44b4-8d6e-e3997d694e4d:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-45bf214c-8542-44b4-8d6e-e3997d694e4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjdhZTFmNjMtNTY3ZC00YTY4LTgzZDAtMDM5NmVlYTJkMzk4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmN2FlMWY2My01NjdkLTRhNjgtODNkMC0wMzk2ZWVhMmQzOTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: -1em;
padding-top: 15px;
padding-bottom: 15px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-45bf214c-8542-44b4-8d6e-e3997d694e4d:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-45bf214c-8542-44b4-8d6e-e3997d694e4d:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-45bf214c-8542-44b4-8d6e-e3997d694e4d-root {
    text-align: center;
  }


#s-45bf214c-8542-44b4-8d6e-e3997d694e4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45bf214c-8542-44b4-8d6e-e3997d694e4d-root {
    text-align: center;
  }


#s-45bf214c-8542-44b4-8d6e-e3997d694e4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45bf214c-8542-44b4-8d6e-e3997d694e4d-root {
    text-align: center;
  }


#s-45bf214c-8542-44b4-8d6e-e3997d694e4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45bf214c-8542-44b4-8d6e-e3997d694e4d-root {
    text-align: center;
  }


#s-45bf214c-8542-44b4-8d6e-e3997d694e4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45bf214c-8542-44b4-8d6e-e3997d694e4d-root {
    text-align: center;
  }


#s-45bf214c-8542-44b4-8d6e-e3997d694e4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f {
  display: none;
}
#s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f, #wrap-s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f { display: none !important; }}@media (max-width: 767px){#s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f {
  display: none;
}
#s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f, #wrap-s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-d98fcc9c-e74b-4f7e-8b79-b46743e5068f"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-a27a54e6-f184-48af-9a29-a0eab47ce79a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-a27a54e6-f184-48af-9a29-a0eab47ce79a:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a27a54e6-f184-48af-9a29-a0eab47ce79a:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a27a54e6-f184-48af-9a29-a0eab47ce79a-root {
    text-align: center;
  }


#s-a27a54e6-f184-48af-9a29-a0eab47ce79a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a27a54e6-f184-48af-9a29-a0eab47ce79a-root {
    text-align: center;
  }


#s-a27a54e6-f184-48af-9a29-a0eab47ce79a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a27a54e6-f184-48af-9a29-a0eab47ce79a-root {
    text-align: center;
  }


#s-a27a54e6-f184-48af-9a29-a0eab47ce79a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a27a54e6-f184-48af-9a29-a0eab47ce79a-root {
    text-align: center;
  }


#s-a27a54e6-f184-48af-9a29-a0eab47ce79a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a27a54e6-f184-48af-9a29-a0eab47ce79a-root {
    text-align: center;
  }


#s-a27a54e6-f184-48af-9a29-a0eab47ce79a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center -7em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  margin-top: 0.5em;
margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  margin-top: 0.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-left: 50px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  display: none;
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e, #wrap-s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e { display: none !important; }}@media (max-width: 767px){#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  margin-left: 1em;
margin-right: 1em;
min-height: 600px;
display: none;
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e, #wrap-s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e { display: none !important; }}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/480x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/960x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/768x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/1536x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/1024x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/2048x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/1200x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e {
  background-image: url(https://i.shgcdn.com/e3655b58-453a-4576-904b-ee7d51f3129e/-/resize/2048x/);
}
#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-2b2de1a7-cbc8-402c-abe1-ba2bcb287d2e.shg-box.shg-c {
  justify-content: center;
}
}
#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e {
  margin-left: 3em;
margin-right: 0%;
padding-bottom: 0px;
text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e {
  margin-top: 1em;
margin-left: 0em;
}
}
#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}@media (max-width: 767px){#s-8d26ddda-71e9-4c88-9bf6-84bf6e7a0a3e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 44.1px;
  
  
  
}


}
#s-e281c4b1-3a99-4b7f-86da-7610ae1fe2d0 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e281c4b1-3a99-4b7f-86da-7610ae1fe2d0 {
  margin-left: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e281c4b1-3a99-4b7f-86da-7610ae1fe2d0 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-e281c4b1-3a99-4b7f-86da-7610ae1fe2d0 {
  display: none;
}
#s-e281c4b1-3a99-4b7f-86da-7610ae1fe2d0, #wrap-s-e281c4b1-3a99-4b7f-86da-7610ae1fe2d0 { display: none !important; }}
#s-a256d977-063d-4f98-8b55-a5d3bfa14b9b {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a256d977-063d-4f98-8b55-a5d3bfa14b9b {
  margin-left: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a256d977-063d-4f98-8b55-a5d3bfa14b9b {
  display: none;
}
#s-a256d977-063d-4f98-8b55-a5d3bfa14b9b, #wrap-s-a256d977-063d-4f98-8b55-a5d3bfa14b9b { display: none !important; }}@media (max-width: 767px){#s-a256d977-063d-4f98-8b55-a5d3bfa14b9b {
  display: none;
}
#s-a256d977-063d-4f98-8b55-a5d3bfa14b9b, #wrap-s-a256d977-063d-4f98-8b55-a5d3bfa14b9b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a256d977-063d-4f98-8b55-a5d3bfa14b9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-a256d977-063d-4f98-8b55-a5d3bfa14b9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-a256d977-063d-4f98-8b55-a5d3bfa14b9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-a256d977-063d-4f98-8b55-a5d3bfa14b9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

}

#s-c0049946-0f2f-4be8-9d40-fcee84a770db {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c0049946-0f2f-4be8-9d40-fcee84a770db:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0049946-0f2f-4be8-9d40-fcee84a770db:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c0049946-0f2f-4be8-9d40-fcee84a770db {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhlOWYyNzMtZjEzOS00ODhlLTkxZmUtMjYwNDAxMDBjY2EzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOGU5ZjI3My1mMTM5LTQ4OGUtOTFmZS0yNjA0MDEwMGNjYTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-c0049946-0f2f-4be8-9d40-fcee84a770db:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0049946-0f2f-4be8-9d40-fcee84a770db:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-c0049946-0f2f-4be8-9d40-fcee84a770db {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTY3ZTUyNGQtZjk3OC00ZDBmLWFkNmYtMzlhMGU1Y2Q3ODY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjdlNTI0ZC1mOTc4LTRkMGYtYWQ2Zi0zOWEwZTVjZDc4NjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 1.5em;
padding-top: 13px;
padding-left: 40px;
padding-bottom: 13px;
padding-right: 40px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-c0049946-0f2f-4be8-9d40-fcee84a770db:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0049946-0f2f-4be8-9d40-fcee84a770db:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c0049946-0f2f-4be8-9d40-fcee84a770db-root {
    text-align: center;
  }


#s-c0049946-0f2f-4be8-9d40-fcee84a770db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0049946-0f2f-4be8-9d40-fcee84a770db-root {
    text-align: center;
  }


#s-c0049946-0f2f-4be8-9d40-fcee84a770db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0049946-0f2f-4be8-9d40-fcee84a770db-root {
    text-align: center;
  }


#s-c0049946-0f2f-4be8-9d40-fcee84a770db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0049946-0f2f-4be8-9d40-fcee84a770db-root {
    text-align: center;
  }


#s-c0049946-0f2f-4be8-9d40-fcee84a770db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0049946-0f2f-4be8-9d40-fcee84a770db-root {
    text-align: center;
  }


#s-c0049946-0f2f-4be8-9d40-fcee84a770db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-a52cb09d-1596-4265-be41-468c8ac75f14 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-a52cb09d-1596-4265-be41-468c8ac75f14:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a52cb09d-1596-4265-be41-468c8ac75f14:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a52cb09d-1596-4265-be41-468c8ac75f14 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2I5ZWUzNmQtNjcxZC00MzY5LWFjYTUtMGE0ZWI1NWY5MDgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYjllZTM2ZC02NzFkLTQzNjktYWNhNS0wYTRlYjU1ZjkwODEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-a52cb09d-1596-4265-be41-468c8ac75f14:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a52cb09d-1596-4265-be41-468c8ac75f14:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-a52cb09d-1596-4265-be41-468c8ac75f14 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdkY2IyMGQtMTIxNi00Zjg1LWE3MzctMjM0N2E3MGJkN2NhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjc5OGQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2Q1OGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyN2RjYjIwZC0xMjE2LTRmODUtYTczNy0yMzQ3YTcwYmQ3Y2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 1.5em;
padding-top: 13px;
padding-left: 40px;
padding-bottom: 13px;
padding-right: 40px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f798d6"}, {"id"=>2, "pos"=>1, "color"=>"#cd58a4"}];
}
#s-a52cb09d-1596-4265-be41-468c8ac75f14:hover {background-color: rgba(205, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a52cb09d-1596-4265-be41-468c8ac75f14:active {background-color: rgba(206, 60, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a52cb09d-1596-4265-be41-468c8ac75f14-root {
    text-align: center;
  }


#s-a52cb09d-1596-4265-be41-468c8ac75f14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a52cb09d-1596-4265-be41-468c8ac75f14-root {
    text-align: center;
  }


#s-a52cb09d-1596-4265-be41-468c8ac75f14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a52cb09d-1596-4265-be41-468c8ac75f14-root {
    text-align: center;
  }


#s-a52cb09d-1596-4265-be41-468c8ac75f14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a52cb09d-1596-4265-be41-468c8ac75f14-root {
    text-align: center;
  }


#s-a52cb09d-1596-4265-be41-468c8ac75f14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a52cb09d-1596-4265-be41-468c8ac75f14-root {
    text-align: center;
  }


#s-a52cb09d-1596-4265-be41-468c8ac75f14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  
}
}@media (max-width: 767px){#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  display: none;
}
#s-d6740335-aaa9-4ad2-b7cd-be204f480964, #wrap-s-d6740335-aaa9-4ad2-b7cd-be204f480964 { display: none !important; }}

  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(67, 177, 221, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(67, 177, 221, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-bf7c44fe-1ae8-4f97-927d-a571604c2373 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-bf7c44fe-1ae8-4f97-927d-a571604c2373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf7c44fe-1ae8-4f97-927d-a571604c2373.shg-box.shg-c {
  justify-content: center;
}

#s-d63d3fee-522e-4b73-8613-daf3d2e7929a {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-prev,
#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-prev svg,
#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-065bf462-6a38-4c40-bb11-33fb2026454b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
      position: relative;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-065bf462-6a38-4c40-bb11-33fb2026454b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
      position: relative;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-065bf462-6a38-4c40-bb11-33fb2026454b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
      position: relative;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-065bf462-6a38-4c40-bb11-33fb2026454b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
      position: relative;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-065bf462-6a38-4c40-bb11-33fb2026454b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-065bf462-6a38-4c40-bb11-33fb2026454b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
      position: relative;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-065bf462-6a38-4c40-bb11-33fb2026454b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d904f-487d-4114-818f-041b44f9b9bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
      position: relative;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d904f-487d-4114-818f-041b44f9b9bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
      position: relative;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d904f-487d-4114-818f-041b44f9b9bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
      position: relative;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d904f-487d-4114-818f-041b44f9b9bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
      position: relative;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d904f-487d-4114-818f-041b44f9b9bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d904f-487d-4114-818f-041b44f9b9bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
      position: relative;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d904f-487d-4114-818f-041b44f9b9bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
      position: relative;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
      position: relative;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
      position: relative;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
      position: relative;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
      position: relative;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c3b863-7103-4a0b-b555-9a34e80ad606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
      position: relative;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
      position: relative;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
      position: relative;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
      position: relative;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
      position: relative;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
      position: relative;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
      position: relative;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
      position: relative;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
      position: relative;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
      position: relative;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe08a30-ce50-493f-a78e-75d762f67e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7114bc4-3f99-406d-8d20-991504312914 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
      position: relative;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7114bc4-3f99-406d-8d20-991504312914 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
      position: relative;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7114bc4-3f99-406d-8d20-991504312914 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
      position: relative;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7114bc4-3f99-406d-8d20-991504312914 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
      position: relative;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7114bc4-3f99-406d-8d20-991504312914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7114bc4-3f99-406d-8d20-991504312914 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
      position: relative;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7114bc4-3f99-406d-8d20-991504312914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
      position: relative;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
      position: relative;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
      position: relative;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
      position: relative;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
      position: relative;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f76275ec-174e-4afd-bf3f-3120e1e605e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4202800d-2393-42de-a6b3-f24443f150eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
      position: relative;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4202800d-2393-42de-a6b3-f24443f150eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
      position: relative;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4202800d-2393-42de-a6b3-f24443f150eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
      position: relative;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4202800d-2393-42de-a6b3-f24443f150eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
      position: relative;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4202800d-2393-42de-a6b3-f24443f150eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4202800d-2393-42de-a6b3-f24443f150eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
      position: relative;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4202800d-2393-42de-a6b3-f24443f150eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e583661e-b661-4d92-93f9-41a8dd11ec3c {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-e583661e-b661-4d92-93f9-41a8dd11ec3c {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-a8f0b01d-5ff5-43e9-a214-5e150c15165e {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-a8f0b01d-5ff5-43e9-a214-5e150c15165e {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-b058b40f-c58b-4056-a24b-0d49b0b4b226 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e27c9f23-1498-4c7d-8a8e-8aa99d834521 {
  margin-left: 1em;
margin-right: 1em;
}

#s-f7f89656-523f-47a4-bc93-b0207f70a1f9 {
  margin-left: 1em;
margin-right: 1em;
}

#s-de208e45-373b-4d6c-995c-c1dc2e8909f8 {
  margin-left: 1em;
margin-right: 1em;
}

#s-2a1346ea-48a9-4f92-94a4-2b6dfc8f74aa {
  margin-left: 1em;
margin-right: 1em;
}

#s-24b316e2-262e-4eea-8102-aaa65c03f271 {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-24b316e2-262e-4eea-8102-aaa65c03f271 {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-64e376f9-0c9d-410c-94cd-4e7e4b8fc5ba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  display: none;
}
#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87, #wrap-s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-46a249e5-ea21-45c9-9149-2a2ff991c061 {
  margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46a249e5-ea21-45c9-9149-2a2ff991c061 .shogun-heading-component h3 {
  
  font-weight:  300 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-748d67be-af32-4831-b7d0-78272308bcc0 {
  text-align: left;
}

#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: -11em center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa360957-0645-404a-a843-9c73e48eca53 {
  display: none;
}
#s-fa360957-0645-404a-a843-9c73e48eca53, #wrap-s-fa360957-0645-404a-a843-9c73e48eca53 { display: none !important; }}@media (max-width: 767px){#s-fa360957-0645-404a-a843-9c73e48eca53 {
  display: none;
}
#s-fa360957-0645-404a-a843-9c73e48eca53, #wrap-s-fa360957-0645-404a-a843-9c73e48eca53 { display: none !important; }}
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/480x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/960x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/768x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/1536x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/1024x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/2048x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/1200x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fa360957-0645-404a-a843-9c73e48eca53 {
  background-image: url(https://i.shgcdn.com/2f844320-0e00-46ea-a96c-fbfa04f04378/-/resize/2048x/);
}
#s-fa360957-0645-404a-a843-9c73e48eca53.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-fa360957-0645-404a-a843-9c73e48eca53 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-fa360957-0645-404a-a843-9c73e48eca53.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-fa360957-0645-404a-a843-9c73e48eca53 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-fa360957-0645-404a-a843-9c73e48eca53.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-fa360957-0645-404a-a843-9c73e48eca53 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-fa360957-0645-404a-a843-9c73e48eca53.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-0fb11bb3-3cbf-43dc-91ce-ee989fce3982 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-0fb11bb3-3cbf-43dc-91ce-ee989fce3982 {
  margin-right: 1.5em;
text-align: center;
}
}
#s-0fb11bb3-3cbf-43dc-91ce-ee989fce3982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-0fb11bb3-3cbf-43dc-91ce-ee989fce3982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0fb11bb3-3cbf-43dc-91ce-ee989fce3982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-0fb11bb3-3cbf-43dc-91ce-ee989fce3982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-5071b896-c0e1-4253-a8a7-d3641f3bc403 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-5071b896-c0e1-4253-a8a7-d3641f3bc403 {
  display: none;
}
#s-5071b896-c0e1-4253-a8a7-d3641f3bc403, #wrap-s-5071b896-c0e1-4253-a8a7-d3641f3bc403 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5071b896-c0e1-4253-a8a7-d3641f3bc403 {
  display: none;
}
#s-5071b896-c0e1-4253-a8a7-d3641f3bc403, #wrap-s-5071b896-c0e1-4253-a8a7-d3641f3bc403 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5071b896-c0e1-4253-a8a7-d3641f3bc403 {
  display: none;
}
#s-5071b896-c0e1-4253-a8a7-d3641f3bc403, #wrap-s-5071b896-c0e1-4253-a8a7-d3641f3bc403 { display: none !important; }}
#s-46148ae0-9470-4659-bdfa-370d86d0de30 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-46148ae0-9470-4659-bdfa-370d86d0de30 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-46148ae0-9470-4659-bdfa-370d86d0de30 {
  display: none;
}
#s-46148ae0-9470-4659-bdfa-370d86d0de30, #wrap-s-46148ae0-9470-4659-bdfa-370d86d0de30 { display: none !important; }}
#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBkZDMyNzgtNDY3NC00N2QzLTlhODItMzllOGU0Y2YxMzhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGRkMzI3OC00Njc0LTQ3ZDMtOWE4Mi0zOWU4ZTRjZjEzOGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3 {
  display: none;
}
#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3, #wrap-s-4e24bd59-a2e4-435c-964e-16da9dccd8e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3 {
  display: none;
}
#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3, #wrap-s-4e24bd59-a2e4-435c-964e-16da9dccd8e3 { display: none !important; }}

  #s-4e24bd59-a2e4-435c-964e-16da9dccd8e3-root {
    text-align: center;
  }


#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e24bd59-a2e4-435c-964e-16da9dccd8e3-root {
    text-align: center;
  }


#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e24bd59-a2e4-435c-964e-16da9dccd8e3-root {
    text-align: center;
  }


#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e24bd59-a2e4-435c-964e-16da9dccd8e3-root {
    text-align: center;
  }


#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e24bd59-a2e4-435c-964e-16da9dccd8e3-root {
    text-align: center;
  }


#s-4e24bd59-a2e4-435c-964e-16da9dccd8e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e4fc369c-e346-4580-8627-2f619bbd5b06 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4fc369c-e346-4580-8627-2f619bbd5b06 {
  display: none;
}
#s-e4fc369c-e346-4580-8627-2f619bbd5b06, #wrap-s-e4fc369c-e346-4580-8627-2f619bbd5b06 { display: none !important; }}@media (max-width: 767px){#s-e4fc369c-e346-4580-8627-2f619bbd5b06 {
  display: none;
}
#s-e4fc369c-e346-4580-8627-2f619bbd5b06, #wrap-s-e4fc369c-e346-4580-8627-2f619bbd5b06 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-e4fc369c-e346-4580-8627-2f619bbd5b06"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzhiNTM5MGUtMjllZS00MTI5LTk5MGUtYTMzYzY5MjVkMTQ1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OGI1MzkwZS0yOWVlLTQxMjktOTkwZS1hMzNjNjkyNWQxNDUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjg0NDlhZGUtMGViMy00NzY3LWJhOWItM2U4Njg1Y2FiYTg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmODQ0OWFkZS0wZWIzLTQ3NjctYmE5Yi0zZTg2ODVjYWJhODQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd-root {
    text-align: center;
  }


#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd-root {
    text-align: center;
  }


#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd-root {
    text-align: center;
  }


#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd-root {
    text-align: center;
  }


#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd-root {
    text-align: center;
  }


#s-8d8b76c1-e2f7-4faf-bb67-02cc82d057dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  display: none;
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77, #wrap-s-29568f73-69e0-47f1-ad93-379384cfbe77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  display: none;
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77, #wrap-s-29568f73-69e0-47f1-ad93-379384cfbe77 { display: none !important; }}@media (max-width: 767px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}







#s-29568f73-69e0-47f1-ad93-379384cfbe77 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-29568f73-69e0-47f1-ad93-379384cfbe77.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-29568f73-69e0-47f1-ad93-379384cfbe77 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-29568f73-69e0-47f1-ad93-379384cfbe77.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-22af9ddf-d214-4685-924f-55963886bf3a {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-22af9ddf-d214-4685-924f-55963886bf3a {
  margin-right: 1.5em;
text-align: center;
}
}
#s-22af9ddf-d214-4685-924f-55963886bf3a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-22af9ddf-d214-4685-924f-55963886bf3a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-22af9ddf-d214-4685-924f-55963886bf3a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  display: none;
}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa, #wrap-s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  display: none;
}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa, #wrap-s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  display: none;
}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa, #wrap-s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa { display: none !important; }}@media (max-width: 767px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  margin-bottom: 1em;
}
}
#s-8d93e1ed-c667-44ba-a1b4-693704b83401 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d93e1ed-c667-44ba-a1b4-693704b83401 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-8d93e1ed-c667-44ba-a1b4-693704b83401 {
  display: none;
}
#s-8d93e1ed-c667-44ba-a1b4-693704b83401, #wrap-s-8d93e1ed-c667-44ba-a1b4-693704b83401 { display: none !important; }}
#s-ed512512-86e5-47df-a120-3281dd387b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-ed512512-86e5-47df-a120-3281dd387b8c:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed512512-86e5-47df-a120-3281dd387b8c:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  display: none;
}
#s-ed512512-86e5-47df-a120-3281dd387b8c, #wrap-s-ed512512-86e5-47df-a120-3281dd387b8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  display: none;
}
#s-ed512512-86e5-47df-a120-3281dd387b8c, #wrap-s-ed512512-86e5-47df-a120-3281dd387b8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjUxYmU0MjAtYWE1MS00ZmY3LWIyOTAtMjU0YzY3ZDhmYWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NTFiZTQyMC1hYTUxLTRmZjctYjI5MC0yNTRjNjdkOGZhZTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-ed512512-86e5-47df-a120-3281dd387b8c:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed512512-86e5-47df-a120-3281dd387b8c:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjkwMDE5NzItYTJmZi00Mjc2LWFjZDUtODRlYjIxMjFmZGEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOTAwMTk3Mi1hMmZmLTQyNzYtYWNkNS04NGViMjEyMWZkYTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-ed512512-86e5-47df-a120-3281dd387b8c:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed512512-86e5-47df-a120-3281dd387b8c:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 {
  display: none;
}
#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0, #wrap-s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 { display: none !important; }}@media (max-width: 767px){#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 {
  display: none;
}
#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0, #wrap-s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-563eec8a-dad4-4976-9165-5f16daa12a10 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-563eec8a-dad4-4976-9165-5f16daa12a10:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-563eec8a-dad4-4976-9165-5f16daa12a10:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-f9e60984-a2ce-40e7-9d0a-228d0a852459 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-f9e60984-a2ce-40e7-9d0a-228d0a852459 {
  display: none;
}
#s-f9e60984-a2ce-40e7-9d0a-228d0a852459, #wrap-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 {
  --swiper-pagination-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-prev,
#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-prev svg,
#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-fcf00052-02b0-4cb3-a0f4-e13826402e34 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-fcf00052-02b0-4cb3-a0f4-e13826402e34 img.shogun-image,
  #s-fcf00052-02b0-4cb3-a0f4-e13826402e34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcf00052-02b0-4cb3-a0f4-e13826402e34 {
    width: 100%;
    height: auto;
  }



  #s-fcf00052-02b0-4cb3-a0f4-e13826402e34 img.shogun-image {
    

    
    
    
  }


#s-fcf00052-02b0-4cb3-a0f4-e13826402e34 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e0c92dd-8217-4aeb-b8ea-37239a503429 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-0e0c92dd-8217-4aeb-b8ea-37239a503429 img.shogun-image,
  #s-0e0c92dd-8217-4aeb-b8ea-37239a503429 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e0c92dd-8217-4aeb-b8ea-37239a503429 {
    width: 100%;
    height: auto;
  }



  #s-0e0c92dd-8217-4aeb-b8ea-37239a503429 img.shogun-image {
    

    
    
    
  }


#s-0e0c92dd-8217-4aeb-b8ea-37239a503429 .shogun-image-content {
  
    align-items: center;
  
}

#s-461994d3-1611-4a77-8215-42928ae219bd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-461994d3-1611-4a77-8215-42928ae219bd img.shogun-image,
  #s-461994d3-1611-4a77-8215-42928ae219bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-461994d3-1611-4a77-8215-42928ae219bd {
    width: 100%;
    height: auto;
  }



  #s-461994d3-1611-4a77-8215-42928ae219bd img.shogun-image {
    

    
    
    
  }


#s-461994d3-1611-4a77-8215-42928ae219bd .shogun-image-content {
  
    align-items: center;
  
}

#s-8932a2ad-b5d1-432f-9359-d262dbc02d63 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-8932a2ad-b5d1-432f-9359-d262dbc02d63 img.shogun-image,
  #s-8932a2ad-b5d1-432f-9359-d262dbc02d63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8932a2ad-b5d1-432f-9359-d262dbc02d63 {
    width: 100%;
    height: auto;
  }



  #s-8932a2ad-b5d1-432f-9359-d262dbc02d63 img.shogun-image {
    

    
    
    
  }


#s-8932a2ad-b5d1-432f-9359-d262dbc02d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-b423a71d-605a-47e4-be85-1b25adcded67 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-b423a71d-605a-47e4-be85-1b25adcded67 img.shogun-image,
  #s-b423a71d-605a-47e4-be85-1b25adcded67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b423a71d-605a-47e4-be85-1b25adcded67 {
    width: 100%;
    height: auto;
  }



  #s-b423a71d-605a-47e4-be85-1b25adcded67 img.shogun-image {
    

    
    
    
  }


#s-b423a71d-605a-47e4-be85-1b25adcded67 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce406e6a-9c3c-47f0-8e06-588deefc9125 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-ce406e6a-9c3c-47f0-8e06-588deefc9125 img.shogun-image,
  #s-ce406e6a-9c3c-47f0-8e06-588deefc9125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce406e6a-9c3c-47f0-8e06-588deefc9125 {
    width: 100%;
    height: auto;
  }



  #s-ce406e6a-9c3c-47f0-8e06-588deefc9125 img.shogun-image {
    

    
    
    
  }


#s-ce406e6a-9c3c-47f0-8e06-588deefc9125 .shogun-image-content {
  
    align-items: center;
  
}

#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (max-width: 767px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  --swiper-pagination-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev,
#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev svg,
#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 img.shogun-image,
  #s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 {
    width: 100%;
    height: auto;
  }



  #s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 img.shogun-image {
    

    
    
    
  }


#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-17c52842-61c1-4e9b-854e-50a7dcde54ab {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-17c52842-61c1-4e9b-854e-50a7dcde54ab img.shogun-image,
  #s-17c52842-61c1-4e9b-854e-50a7dcde54ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17c52842-61c1-4e9b-854e-50a7dcde54ab {
    width: 100%;
    height: auto;
  }



  #s-17c52842-61c1-4e9b-854e-50a7dcde54ab img.shogun-image {
    

    
    
    
  }


#s-17c52842-61c1-4e9b-854e-50a7dcde54ab .shogun-image-content {
  
    align-items: center;
  
}

#s-32155151-644c-46bb-b672-7b72380ea850 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-32155151-644c-46bb-b672-7b72380ea850 img.shogun-image,
  #s-32155151-644c-46bb-b672-7b72380ea850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32155151-644c-46bb-b672-7b72380ea850 {
    width: 100%;
    height: auto;
  }



  #s-32155151-644c-46bb-b672-7b72380ea850 img.shogun-image {
    

    
    
    
  }


#s-32155151-644c-46bb-b672-7b72380ea850 .shogun-image-content {
  
    align-items: center;
  
}

#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-5de3d462-e7d1-4d60-aacf-b340547b7a38 img.shogun-image,
  #s-5de3d462-e7d1-4d60-aacf-b340547b7a38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5de3d462-e7d1-4d60-aacf-b340547b7a38 {
    width: 100%;
    height: auto;
  }



  #s-5de3d462-e7d1-4d60-aacf-b340547b7a38 img.shogun-image {
    

    
    
    
  }


#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 .shogun-image-content {
  
    align-items: center;
  
}

#s-91503fa2-1d29-40e4-a6eb-471b125baee4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-91503fa2-1d29-40e4-a6eb-471b125baee4 img.shogun-image,
  #s-91503fa2-1d29-40e4-a6eb-471b125baee4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91503fa2-1d29-40e4-a6eb-471b125baee4 {
    width: 100%;
    height: auto;
  }



  #s-91503fa2-1d29-40e4-a6eb-471b125baee4 img.shogun-image {
    

    
    
    
  }


#s-91503fa2-1d29-40e4-a6eb-471b125baee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed32dd43-a0f3-4632-9993-224e8400216b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-ed32dd43-a0f3-4632-9993-224e8400216b img.shogun-image,
  #s-ed32dd43-a0f3-4632-9993-224e8400216b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed32dd43-a0f3-4632-9993-224e8400216b {
    width: 100%;
    height: auto;
  }



  #s-ed32dd43-a0f3-4632-9993-224e8400216b img.shogun-image {
    

    
    
    
  }


#s-ed32dd43-a0f3-4632-9993-224e8400216b .shogun-image-content {
  
    align-items: center;
  
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (max-width: 767px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}

  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-8358f341-9abd-49db-be34-27b0f5a203a1 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-8358f341-9abd-49db-be34-27b0f5a203a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8358f341-9abd-49db-be34-27b0f5a203a1.shg-box.shg-c {
  justify-content: center;
}

#s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev,
#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev svg,
#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
      position: relative;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
      position: relative;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
      position: relative;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
      position: relative;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
      position: relative;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
      position: relative;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
      position: relative;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
      position: relative;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
      position: relative;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
      position: relative;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
      position: relative;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
      position: relative;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
      position: relative;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
      position: relative;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
      position: relative;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41f107c-de53-4455-a0db-344838112aa9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
      position: relative;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41f107c-de53-4455-a0db-344838112aa9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
      position: relative;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41f107c-de53-4455-a0db-344838112aa9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
      position: relative;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41f107c-de53-4455-a0db-344838112aa9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
      position: relative;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41f107c-de53-4455-a0db-344838112aa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41f107c-de53-4455-a0db-344838112aa9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
      position: relative;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
      position: relative;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
      position: relative;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
      position: relative;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
      position: relative;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
      position: relative;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
      position: relative;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
      position: relative;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
      position: relative;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
      position: relative;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
      position: relative;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
      position: relative;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
      position: relative;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
      position: relative;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
      position: relative;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
      position: relative;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 842px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4817b417-8c5e-4593-8a06-77e2943f1303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
      position: relative;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4817b417-8c5e-4593-8a06-77e2943f1303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
      position: relative;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4817b417-8c5e-4593-8a06-77e2943f1303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
      position: relative;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4817b417-8c5e-4593-8a06-77e2943f1303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
      position: relative;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4817b417-8c5e-4593-8a06-77e2943f1303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4817b417-8c5e-4593-8a06-77e2943f1303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
      position: relative;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}
#s-230bd65f-0736-4087-94ee-8c80ef32f598 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e33e42da-e701-446f-a8e1-8b35c923a50b {
  margin-left: 1em;
margin-right: 1em;
}

#s-0b1ed557-7d51-49cb-badf-a4e8f3a46a8e {
  margin-left: 1em;
margin-right: 1em;
}

#s-3f3907d5-06c8-49b0-bda6-0aaf70afa31c {
  margin-left: 0em;
margin-right: 0em;
}

#s-d597b2ea-6c05-4fa4-bf79-6c5162ab190c {
  margin-left: 1em;
margin-right: 1em;
}

#s-e4a95e0c-43c9-461b-a144-f8e597428c3e {
  margin-left: 1em;
margin-right: 1em;
}

#s-e2fab97e-149f-4690-a9a1-86389e605eb8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-623b8918-eab8-4ebe-999d-4948734e8258 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76.shg-box.shg-c {
  justify-content: center;
}

#s-dc6cb210-84cc-43e5-9e9c-157e95913a8c {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev,
#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev svg,
#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
      position: relative;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
      position: relative;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
      position: relative;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
      position: relative;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
      position: relative;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0eb25c7-e593-4867-b82d-27d8863db46d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
      position: relative;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0eb25c7-e593-4867-b82d-27d8863db46d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
      position: relative;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0eb25c7-e593-4867-b82d-27d8863db46d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
      position: relative;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0eb25c7-e593-4867-b82d-27d8863db46d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
      position: relative;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0eb25c7-e593-4867-b82d-27d8863db46d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0eb25c7-e593-4867-b82d-27d8863db46d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
      position: relative;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
      position: relative;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
      position: relative;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
      position: relative;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
      position: relative;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
      position: relative;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
      position: relative;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
      position: relative;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
      position: relative;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
      position: relative;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
      position: relative;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
      position: relative;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
      position: relative;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
      position: relative;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
      position: relative;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
      position: relative;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9948716-29c9-4db9-88c5-db695662e5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
      position: relative;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9948716-29c9-4db9-88c5-db695662e5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
      position: relative;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9948716-29c9-4db9-88c5-db695662e5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
      position: relative;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9948716-29c9-4db9-88c5-db695662e5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
      position: relative;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9948716-29c9-4db9-88c5-db695662e5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9948716-29c9-4db9-88c5-db695662e5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
      position: relative;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
      position: relative;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
      position: relative;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
      position: relative;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
      position: relative;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
      position: relative;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
      position: relative;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
      position: relative;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
      position: relative;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
      position: relative;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
      position: relative;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-8d5439d3-cb58-4251-94b5-cfdb11900537 {
  margin-left: 0em;
margin-right: 0em;
}

#s-83d58259-eca0-4f47-8b16-fdf18b1e925f {
  margin-left: 0em;
margin-right: 0em;
}

#s-8dc716d3-7295-4537-9b59-9ff3ab4e50eb {
  margin-left: 0em;
margin-right: 0em;
}

#s-9b773bf7-bcb0-407e-a1db-4e798c804d30 {
  margin-left: 0em;
margin-right: 0em;
}

#s-edd6aab9-63cd-4573-8985-1f88079a4c6c {
  margin-left: 0em;
margin-right: 0em;
}

#s-aa89c27b-56c9-4f06-84f8-a7cf69261c6d {
  margin-left: 0em;
margin-right: 0em;
}

#s-4b6005ea-e8fd-49bb-af95-918b08b96695 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6c0f33bc-9d87-46ae-a793-1eb010e96d20 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26.shg-box.shg-c {
  justify-content: center;
}

#s-5cda502b-7b6b-4ab8-a567-c713a954da72 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev,
#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev svg,
#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin: 0 !important;
}





  img.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8970b294-810a-4b93-ab6a-506293bf3d6a .shogun-image-content {
  
    align-items: center;
  
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  
  
  
  
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin: 0 !important;
}





  img.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8970b294-810a-4b93-ab6a-506293bf3d6a .shogun-image-content {
  
    align-items: center;
  
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  
  
  
  
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin: 0 !important;
}





  img.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8970b294-810a-4b93-ab6a-506293bf3d6a .shogun-image-content {
  
    align-items: center;
  
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  
  
  
  
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin: 0 !important;
}





  img.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8970b294-810a-4b93-ab6a-506293bf3d6a .shogun-image-content {
  
    align-items: center;
  
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  
  
  
  
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a {
  margin: 0 !important;
}





  img.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8970b294-810a-4b93-ab6a-506293bf3d6a .shogun-image-content {
  
    align-items: center;
  
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8970b294-810a-4b93-ab6a-506293bf3d6a.shogun-image {
  box-sizing: border-box;
}




}
#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
      position: relative;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
      position: relative;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
      position: relative;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
      position: relative;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
      position: relative;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba0708a4-db90-4a67-a980-522d2cc395eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
      position: relative;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba0708a4-db90-4a67-a980-522d2cc395eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
      position: relative;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba0708a4-db90-4a67-a980-522d2cc395eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
      position: relative;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba0708a4-db90-4a67-a980-522d2cc395eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
      position: relative;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba0708a4-db90-4a67-a980-522d2cc395eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba0708a4-db90-4a67-a980-522d2cc395eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
      position: relative;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
      position: relative;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
      position: relative;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
      position: relative;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
      position: relative;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
      position: relative;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
      position: relative;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
      position: relative;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
      position: relative;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
      position: relative;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
      position: relative;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
      position: relative;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
      position: relative;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
      position: relative;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
      position: relative;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
      position: relative;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
      position: relative;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
      position: relative;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
      position: relative;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
      position: relative;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
      position: relative;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e928319-c48c-460c-9e39-b295fd79e31d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
      position: relative;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e928319-c48c-460c-9e39-b295fd79e31d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
      position: relative;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e928319-c48c-460c-9e39-b295fd79e31d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
      position: relative;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e928319-c48c-460c-9e39-b295fd79e31d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
      position: relative;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e928319-c48c-460c-9e39-b295fd79e31d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e928319-c48c-460c-9e39-b295fd79e31d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
      position: relative;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
      position: relative;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
      position: relative;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
      position: relative;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
      position: relative;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
      position: relative;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-f98756ea-7721-47d7-ac4c-9214af849554 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f81805d9-7738-4175-a4a0-1448f9fd2346 {
  margin-left: 0em;
margin-right: 0em;
}

#s-c18aa92d-104c-4e12-bb1b-f8e8b59ab183 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ba8dc2d1-98dd-49ed-824e-22e549b297b1 {
  margin-left: 0em;
margin-right: 0em;
}

#s-0d429ed4-9279-44f1-8273-8c65c4c8102e {
  margin-left: 0em;
margin-right: 0em;
}

#s-bbf68827-9108-433f-89b0-be5875a3c03a {
  margin-left: 0em;
margin-right: 0em;
}

#s-b006ec4d-1a3d-47b4-9beb-3f90d778d6b9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6e93a8e2-a6ea-4483-abfa-14ea54fc172a {
  margin-left: 0em;
margin-right: 0em;
}

#s-1455e0c4-9a86-40c4-8874-af52aae753ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  
}
}@media (max-width: 767px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  display: none;
}
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a, #wrap-s-8f6396f8-edc0-473a-82f0-5aca56a2df5a { display: none !important; }}

  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-c62ac0d3-52bd-4b06-b313-c230200ab430 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-c62ac0d3-52bd-4b06-b313-c230200ab430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c62ac0d3-52bd-4b06-b313-c230200ab430.shg-box.shg-c {
  justify-content: center;
}

#s-4bc0da05-d684-463c-bb4e-797d059d2048 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev,
#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev svg,
#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
      position: relative;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
      position: relative;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
      position: relative;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
      position: relative;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
      position: relative;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
      position: relative;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
      position: relative;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
      position: relative;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
      position: relative;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
      position: relative;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f8454b8-85c0-4718-a402-0015a5c0749f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
      position: relative;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f8454b8-85c0-4718-a402-0015a5c0749f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
      position: relative;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f8454b8-85c0-4718-a402-0015a5c0749f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
      position: relative;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f8454b8-85c0-4718-a402-0015a5c0749f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
      position: relative;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f8454b8-85c0-4718-a402-0015a5c0749f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f8454b8-85c0-4718-a402-0015a5c0749f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
      position: relative;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d847b57-2305-434c-aacc-11472f635636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
      position: relative;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d847b57-2305-434c-aacc-11472f635636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
      position: relative;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d847b57-2305-434c-aacc-11472f635636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
      position: relative;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d847b57-2305-434c-aacc-11472f635636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
      position: relative;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d847b57-2305-434c-aacc-11472f635636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d847b57-2305-434c-aacc-11472f635636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
      position: relative;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
      position: relative;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
      position: relative;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
      position: relative;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
      position: relative;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
      position: relative;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
      position: relative;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
      position: relative;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
      position: relative;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
      position: relative;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
      position: relative;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
      position: relative;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
      position: relative;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
      position: relative;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
      position: relative;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
      position: relative;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 842px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
      position: relative;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
      position: relative;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
      position: relative;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
      position: relative;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 842px;
  }



  img.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
    
    
    
    max-height: 842px;
  }


.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
      position: relative;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 842px;
    }
  }

}
#s-07329842-f561-4dae-a140-f1a670eecc8e {
  margin-left: 1em;
margin-right: 1em;
}

#s-24721098-ee0c-4eb9-8b21-ed612a46a828 {
  margin-left: 1em;
margin-right: 1em;
}

#s-a5bb3c29-c077-4ea0-8658-658d503a350d {
  margin-left: 1em;
margin-right: 1em;
}

#s-1374e2db-1e27-42ea-8cb3-06a83d638798 {
  margin-left: 0em;
margin-right: 0em;
}

#s-8114c200-fc44-49bf-a97b-d3d3fa2b8f10 {
  margin-left: 1em;
margin-right: 1em;
}

#s-b14d1f65-7c15-44a7-b3a9-ec298edd3b4b {
  margin-left: 1em;
margin-right: 1em;
}

#s-8ed5660c-b4d6-45d3-a0ec-a97202e76a05 {
  margin-left: 0em;
margin-right: 0em;
}

#s-d53883c6-642f-4067-bf51-5edaa4eeaa89 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0.shg-box.shg-c {
  justify-content: center;
}

#s-5e6b87b7-badb-4791-ba64-e009e59ccccb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev,
#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev svg,
#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
      position: relative;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
      position: relative;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
      position: relative;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
      position: relative;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
      position: relative;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
      position: relative;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
      position: relative;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
      position: relative;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
      position: relative;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
      position: relative;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
      position: relative;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
      position: relative;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
      position: relative;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
      position: relative;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
      position: relative;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3db48837-41da-41a3-b037-f9a123579035 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
      position: relative;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3db48837-41da-41a3-b037-f9a123579035 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
      position: relative;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3db48837-41da-41a3-b037-f9a123579035 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
      position: relative;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3db48837-41da-41a3-b037-f9a123579035 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
      position: relative;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db48837-41da-41a3-b037-f9a123579035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3db48837-41da-41a3-b037-f9a123579035 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
      position: relative;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
      position: relative;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
      position: relative;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
      position: relative;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
      position: relative;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
      position: relative;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
      position: relative;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
      position: relative;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
      position: relative;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
      position: relative;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
      position: relative;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
      position: relative;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
      position: relative;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
      position: relative;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
      position: relative;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
      position: relative;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-575df37b-3d42-4762-b27a-115abaff9632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
      position: relative;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-575df37b-3d42-4762-b27a-115abaff9632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
      position: relative;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-575df37b-3d42-4762-b27a-115abaff9632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
      position: relative;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-575df37b-3d42-4762-b27a-115abaff9632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
      position: relative;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-575df37b-3d42-4762-b27a-115abaff9632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-575df37b-3d42-4762-b27a-115abaff9632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
      position: relative;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-0ba8a82b-7a06-4e22-a4f2-27d25ce8b017 {
  margin-left: 0em;
margin-right: 0em;
}

#s-a6b75d51-1d57-46a7-ab4a-5cbb325293b2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5693e745-f90c-4d40-8e63-4295fbdafff9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-b13df2a8-36e3-4aac-a645-fd3bcb0552ef {
  margin-left: 0em;
margin-right: 0em;
}

#s-30d2d898-f4e8-47a3-a2e6-ee7413792c62 {
  margin-left: 0em;
margin-right: 0em;
}

#s-07b1f49c-a20b-4306-8bf7-31a2c72ef94d {
  margin-left: 0em;
margin-right: 0em;
}

#s-6512ea6b-c233-48a6-ac0b-08a5be1cf1ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-9eddf187-3beb-4de7-9ff5-de442d3ac4b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b.shg-box.shg-c {
  justify-content: center;
}

#s-de56029d-ba10-49b5-960c-4838d9416ce2 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev,
#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev svg,
#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin: 0 !important;
}





  img.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e6051c-b20b-4f6c-a315-a141db40363e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  
  
  
  
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin: 0 !important;
}





  img.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e6051c-b20b-4f6c-a315-a141db40363e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  
  
  
  
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin: 0 !important;
}





  img.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e6051c-b20b-4f6c-a315-a141db40363e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  
  
  
  
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin: 0 !important;
}





  img.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e6051c-b20b-4f6c-a315-a141db40363e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  
  
  
  
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e {
  margin: 0 !important;
}





  img.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e6051c-b20b-4f6c-a315-a141db40363e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e6051c-b20b-4f6c-a315-a141db40363e.shogun-image {
  box-sizing: border-box;
}




}
#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af884d04-153e-4c4b-b940-747ddcefde21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
      position: relative;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af884d04-153e-4c4b-b940-747ddcefde21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
      position: relative;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af884d04-153e-4c4b-b940-747ddcefde21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
      position: relative;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af884d04-153e-4c4b-b940-747ddcefde21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
      position: relative;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af884d04-153e-4c4b-b940-747ddcefde21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af884d04-153e-4c4b-b940-747ddcefde21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
      position: relative;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
      position: relative;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
      position: relative;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
      position: relative;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
      position: relative;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
      position: relative;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d31a469-985c-4b8a-99d2-25b511795216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
      position: relative;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d31a469-985c-4b8a-99d2-25b511795216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
      position: relative;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d31a469-985c-4b8a-99d2-25b511795216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
      position: relative;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d31a469-985c-4b8a-99d2-25b511795216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
      position: relative;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d31a469-985c-4b8a-99d2-25b511795216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d31a469-985c-4b8a-99d2-25b511795216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
      position: relative;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
      position: relative;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
      position: relative;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
      position: relative;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
      position: relative;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
      position: relative;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-915214f6-9987-43c9-b2b0-7278592c706f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
      position: relative;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-915214f6-9987-43c9-b2b0-7278592c706f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
      position: relative;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-915214f6-9987-43c9-b2b0-7278592c706f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
      position: relative;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-915214f6-9987-43c9-b2b0-7278592c706f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
      position: relative;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-915214f6-9987-43c9-b2b0-7278592c706f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-915214f6-9987-43c9-b2b0-7278592c706f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
      position: relative;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
      position: relative;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
      position: relative;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
      position: relative;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
      position: relative;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
      position: relative;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
      position: relative;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
      position: relative;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
      position: relative;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
      position: relative;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
      position: relative;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
      position: relative;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
      position: relative;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
      position: relative;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
      position: relative;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
      position: relative;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-d46a6533-d644-4e77-9d14-813e172478c2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6eaa57bb-4972-417e-ba0f-3654770a8923 {
  margin-left: 0em;
margin-right: 0em;
}

#s-905db424-090a-49f0-ac85-54c02cfbf88c {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a0e1311-fd70-4152-9295-a87067ee626d {
  margin-left: 0em;
margin-right: 0em;
}

#s-8b75d2db-15a0-44d6-b066-14c5a3325288 {
  margin-left: 0em;
margin-right: 0em;
}

#s-17678a38-b7d2-47b4-b2b2-b967595e8cba {
  margin-left: 0em;
margin-right: 0em;
}

#s-3149d746-e6a4-4475-8aee-ef44bf1238ae {
  margin-left: 0em;
margin-right: 0em;
}

#s-a0d551ee-415a-485b-8dd4-548352145e04 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ac92d4a3-12ac-4506-b4e9-d545779240fe {
  margin-left: 0em;
margin-right: 0em;
}

#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: left center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  display: none;
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 { display: none !important; }}@media (max-width: 767px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  display: none;
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 { display: none !important; }}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/480x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/960x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/768x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/1536x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/1024x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/2048x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/1200x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/2ea876bd-df43-46a6-bf87-5677bb4d3f53/-/resize/2048x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 1200px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-right: 3em;
padding-top: 10em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-right: 3em;
text-align: right;
}
}@media (max-width: 767px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-left: 1.5em;
text-align: center;
}
}
#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 3em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0%;
}
}@media (max-width: 767px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b, #wrap-s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b { display: none !important; }}
#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (max-width: 767px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 3em;
}
}
#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  display: none;
}
#s-98e3adfc-bb32-425c-a836-df4682919ff9, #wrap-s-98e3adfc-bb32-425c-a836-df4682919ff9 { display: none !important; }}@media (max-width: 767px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  display: none;
}
#s-98e3adfc-bb32-425c-a836-df4682919ff9, #wrap-s-98e3adfc-bb32-425c-a836-df4682919ff9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-8c60f104-0971-495e-a767-d2abad82f081 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ2NjhmZmEtMTcxZC00MWQyLTliZDEtZDdjYWIyNzEyZTRiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDY2OGZmYS0xNzFkLTQxZDItOWJkMS1kN2NhYjI3MTJlNGIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-8c60f104-0971-495e-a767-d2abad82f081:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c60f104-0971-495e-a767-d2abad82f081:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8c60f104-0971-495e-a767-d2abad82f081 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTNkZTE1NWMtMDg1NS00OWIwLWFlYzAtMjRkNjc0YWJlOTg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1M2RlMTU1Yy0wODU1LTQ5YjAtYWVjMC0yNGQ2NzRhYmU5ODkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 4%;
margin-right: 4%;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-8c60f104-0971-495e-a767-d2abad82f081:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c60f104-0971-495e-a767-d2abad82f081:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-8c60f104-0971-495e-a767-d2abad82f081 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTI5NzU3ODEtYTVhYS00YWE4LTliOGMtZjlhMDc4NDk0NjI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMjk3NTc4MS1hNWFhLTRhYTgtOWI4Yy1mOWEwNzg0OTQ2MjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-8c60f104-0971-495e-a767-d2abad82f081:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c60f104-0971-495e-a767-d2abad82f081:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJmM2JlNTMtYTg2YS00MjRiLTk1YmUtMWViYjVlZjQwYjczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYmYzYmU1My1hODZhLTQyNGItOTViZS0xZWJiNWVmNDBiNzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-03bbfce8-c7da-4d84-a548-77a5203966df:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  display: none;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-s-03bbfce8-c7da-4d84-a548-77a5203966df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  display: none;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-s-03bbfce8-c7da-4d84-a548-77a5203966df { display: none !important; }}

  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (max-width: 767px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0%;
padding-right: 0%;
}
}







#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 0em;
margin-right: 3em;
padding-top: 6em;
text-align: right;
}
}@media (max-width: 767px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 1.5em;
text-align: center;
}
}
#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 768px) and (max-width: 991px){#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-top: 0px;
margin-right: 3em;
padding-top: 4px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-98690c98-79f8-4b51-b40b-efcb9136e56c, #wrap-s-98690c98-79f8-4b51-b40b-efcb9136e56c { display: none !important; }}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (max-width: 767px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  margin-left: 1.5em;
margin-bottom: -1em;
margin-right: 1.5em;
}
}
#s-112b8939-b551-4305-8ffa-d488881b0420 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-112b8939-b551-4305-8ffa-d488881b0420 {
  display: none;
}
#s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-s-112b8939-b551-4305-8ffa-d488881b0420 { display: none !important; }}@media (max-width: 767px){#s-112b8939-b551-4305-8ffa-d488881b0420 {
  display: none;
}
#s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-s-112b8939-b551-4305-8ffa-d488881b0420 { display: none !important; }}
@media (min-width: 0px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNjZDhjMGQtYjQ4ZS00NTZiLTgxNjctOTY5OTBjN2I3MjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2NkOGMwZC1iNDhlLTQ1NmItODE2Ny05Njk5MGM3YjcyMmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTRmN2JhODctNzc3Ny00MThhLWE0YzctNTQwNDZlMjIwMjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NGY3YmE4Ny03Nzc3LTQxOGEtYTRjNy01NDA0NmUyMjAyNzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  display: none;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  display: none;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTcyOGQwMWYtOWI5Yy00ODlhLTllOWYtM2I5NjE4ZTYxMGNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNzI4ZDAxZi05YjljLTQ4OWEtOWU5Zi0zYjk2MThlNjEwY2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjg0Mjc5MTItZGFlYy00ZTJkLWJmNDctMWNhMjcwZTFiN2I2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiODQyNzkxMi1kYWVjLTRlMmQtYmY0Ny0xY2EyNzBlMWI3YjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-77224d59-c57e-4cb5-a23b-973fdf42bcca {
  margin-top: 1.5em;
margin-left: 3em;
margin-bottom: 1.5em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-77224d59-c57e-4cb5-a23b-973fdf42bcca {
  display: none;
}
#s-77224d59-c57e-4cb5-a23b-973fdf42bcca, #wrap-s-77224d59-c57e-4cb5-a23b-973fdf42bcca { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca {
  --swiper-pagination-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-prev,
#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-prev svg,
#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-ecf843cf-813f-48db-9790-035da65a1767 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-ecf843cf-813f-48db-9790-035da65a1767 img.shogun-image,
  #s-ecf843cf-813f-48db-9790-035da65a1767 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecf843cf-813f-48db-9790-035da65a1767 {
    width: 100%;
    height: auto;
  }



  #s-ecf843cf-813f-48db-9790-035da65a1767 img.shogun-image {
    

    
    
    
  }


#s-ecf843cf-813f-48db-9790-035da65a1767 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c0d007f-a232-4afc-9e00-df55fb25b40b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-4c0d007f-a232-4afc-9e00-df55fb25b40b img.shogun-image,
  #s-4c0d007f-a232-4afc-9e00-df55fb25b40b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c0d007f-a232-4afc-9e00-df55fb25b40b {
    width: 100%;
    height: auto;
  }



  #s-4c0d007f-a232-4afc-9e00-df55fb25b40b img.shogun-image {
    

    
    
    
  }


#s-4c0d007f-a232-4afc-9e00-df55fb25b40b .shogun-image-content {
  
    align-items: center;
  
}

#s-81c08db8-4bff-4503-84e8-f7b73b02ef53 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-81c08db8-4bff-4503-84e8-f7b73b02ef53 img.shogun-image,
  #s-81c08db8-4bff-4503-84e8-f7b73b02ef53 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81c08db8-4bff-4503-84e8-f7b73b02ef53 {
    width: 100%;
    height: auto;
  }



  #s-81c08db8-4bff-4503-84e8-f7b73b02ef53 img.shogun-image {
    

    
    
    
  }


#s-81c08db8-4bff-4503-84e8-f7b73b02ef53 .shogun-image-content {
  
    align-items: center;
  
}

#s-a19f0f56-e5ec-4dca-bd58-14859a6727fc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-a19f0f56-e5ec-4dca-bd58-14859a6727fc img.shogun-image,
  #s-a19f0f56-e5ec-4dca-bd58-14859a6727fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a19f0f56-e5ec-4dca-bd58-14859a6727fc {
    width: 100%;
    height: auto;
  }



  #s-a19f0f56-e5ec-4dca-bd58-14859a6727fc img.shogun-image {
    

    
    
    
  }


#s-a19f0f56-e5ec-4dca-bd58-14859a6727fc .shogun-image-content {
  
    align-items: center;
  
}

#s-be66a3f0-1e50-476b-8599-10b13fdba71f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-be66a3f0-1e50-476b-8599-10b13fdba71f img.shogun-image,
  #s-be66a3f0-1e50-476b-8599-10b13fdba71f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be66a3f0-1e50-476b-8599-10b13fdba71f {
    width: 100%;
    height: auto;
  }



  #s-be66a3f0-1e50-476b-8599-10b13fdba71f img.shogun-image {
    

    
    
    
  }


#s-be66a3f0-1e50-476b-8599-10b13fdba71f .shogun-image-content {
  
    align-items: center;
  
}

#s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 img.shogun-image,
  #s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 {
    width: 100%;
    height: auto;
  }



  #s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 img.shogun-image {
    

    
    
    
  }


#s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  margin-top: 1.5em;
margin-left: 1em;
margin-bottom: 1.5em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (max-width: 767px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  --swiper-pagination-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev,
#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev svg,
#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f88f24df-e641-45ff-bc3d-67e6e93da890 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-f88f24df-e641-45ff-bc3d-67e6e93da890 img.shogun-image,
  #s-f88f24df-e641-45ff-bc3d-67e6e93da890 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f88f24df-e641-45ff-bc3d-67e6e93da890 {
    width: 100%;
    height: auto;
  }



  #s-f88f24df-e641-45ff-bc3d-67e6e93da890 img.shogun-image {
    

    
    
    
  }


#s-f88f24df-e641-45ff-bc3d-67e6e93da890 .shogun-image-content {
  
    align-items: center;
  
}

#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 img.shogun-image,
  #s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 {
    width: 100%;
    height: auto;
  }



  #s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 img.shogun-image {
    

    
    
    
  }


#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-194d2a6c-8785-489c-b777-65561c5c914d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-194d2a6c-8785-489c-b777-65561c5c914d img.shogun-image,
  #s-194d2a6c-8785-489c-b777-65561c5c914d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-194d2a6c-8785-489c-b777-65561c5c914d {
    width: 100%;
    height: auto;
  }



  #s-194d2a6c-8785-489c-b777-65561c5c914d img.shogun-image {
    

    
    
    
  }


#s-194d2a6c-8785-489c-b777-65561c5c914d .shogun-image-content {
  
    align-items: center;
  
}

#s-a72c2722-2f17-4d8f-83e0-36a098ccecad {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-a72c2722-2f17-4d8f-83e0-36a098ccecad img.shogun-image,
  #s-a72c2722-2f17-4d8f-83e0-36a098ccecad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a72c2722-2f17-4d8f-83e0-36a098ccecad {
    width: 100%;
    height: auto;
  }



  #s-a72c2722-2f17-4d8f-83e0-36a098ccecad img.shogun-image {
    

    
    
    
  }


#s-a72c2722-2f17-4d8f-83e0-36a098ccecad .shogun-image-content {
  
    align-items: center;
  
}

#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 img.shogun-image,
  #s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 {
    width: 100%;
    height: auto;
  }



  #s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 img.shogun-image {
    

    
    
    
  }


#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 .shogun-image-content {
  
    align-items: center;
  
}

#s-23a15665-43cb-4b05-9feb-47e46579af80 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
aspect-ratio: 450/800;
text-align: center;
}





  #s-23a15665-43cb-4b05-9feb-47e46579af80 img.shogun-image,
  #s-23a15665-43cb-4b05-9feb-47e46579af80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23a15665-43cb-4b05-9feb-47e46579af80 {
    width: 100%;
    height: auto;
  }



  #s-23a15665-43cb-4b05-9feb-47e46579af80 img.shogun-image {
    

    
    
    
  }


#s-23a15665-43cb-4b05-9feb-47e46579af80 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  margin-top: 3em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (min-width: 1200px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (max-width: 767px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}

  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e.shg-box.shg-c {
  justify-content: center;
}

#s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev,
#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev svg,
#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
      position: relative;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
      position: relative;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
      position: relative;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
      position: relative;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
      position: relative;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edd8d996-a808-4cef-8338-3c66f9cd685a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
      position: relative;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edd8d996-a808-4cef-8338-3c66f9cd685a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
      position: relative;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edd8d996-a808-4cef-8338-3c66f9cd685a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
      position: relative;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edd8d996-a808-4cef-8338-3c66f9cd685a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
      position: relative;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edd8d996-a808-4cef-8338-3c66f9cd685a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edd8d996-a808-4cef-8338-3c66f9cd685a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
      position: relative;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
      position: relative;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
      position: relative;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
      position: relative;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
      position: relative;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
      position: relative;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
      position: relative;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
      position: relative;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
      position: relative;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
      position: relative;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
      position: relative;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
      position: relative;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
      position: relative;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
      position: relative;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
      position: relative;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
      position: relative;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
      position: relative;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
      position: relative;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
      position: relative;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
      position: relative;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
      position: relative;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
      position: relative;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
      position: relative;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
      position: relative;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
      position: relative;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
      position: relative;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
      position: relative;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
      position: relative;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
      position: relative;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
      position: relative;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
      position: relative;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-d87ced87-162c-49ec-9655-d4a81aea279d {
  margin-left: 0em;
margin-right: 0em;
}

#s-6e190c0d-7d3c-4d31-a439-7398f69941ad {
  margin-left: 0em;
margin-right: 0em;
}

#s-70820bbc-2681-43e0-8f9b-6ab00fcbbcab {
  margin-left: 0em;
margin-right: 0em;
}

#s-dd30fb26-5235-477e-93cf-dae0a0d31b14 {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a660a58-a21f-4831-ac1f-fe8caa23ad13 {
  margin-left: 0em;
margin-right: 0em;
}

#s-0ced8dd9-29bf-42f4-8b36-3c68c8371255 {
  margin-left: 0em;
margin-right: 0em;
}

#s-74f9881e-553a-4217-abf7-b0f1a7177447 {
  margin-left: 0em;
margin-right: 0em;
}

#s-efca7e43-7ecf-4b59-958a-6d4ecc8ec0e7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ff08cc84-325a-4579-9aaa-4462ff7de924 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-ff08cc84-325a-4579-9aaa-4462ff7de924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff08cc84-325a-4579-9aaa-4462ff7de924.shg-box.shg-c {
  justify-content: center;
}

#s-139ac2b3-fab6-4d68-871c-178f3c7115e5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev,
#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev svg,
#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
      position: relative;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
      position: relative;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
      position: relative;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
      position: relative;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
      position: relative;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
      position: relative;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
      position: relative;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
      position: relative;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
      position: relative;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
      position: relative;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
      position: relative;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
      position: relative;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
      position: relative;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
      position: relative;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
      position: relative;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0feee721-e729-41d8-86bd-79e50e4cb27d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
      position: relative;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0feee721-e729-41d8-86bd-79e50e4cb27d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
      position: relative;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0feee721-e729-41d8-86bd-79e50e4cb27d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
      position: relative;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0feee721-e729-41d8-86bd-79e50e4cb27d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
      position: relative;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0feee721-e729-41d8-86bd-79e50e4cb27d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0feee721-e729-41d8-86bd-79e50e4cb27d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
      position: relative;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fd2775-930d-41e4-a567-0afaa836998b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
      position: relative;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fd2775-930d-41e4-a567-0afaa836998b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
      position: relative;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fd2775-930d-41e4-a567-0afaa836998b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
      position: relative;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fd2775-930d-41e4-a567-0afaa836998b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
      position: relative;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fd2775-930d-41e4-a567-0afaa836998b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49fd2775-930d-41e4-a567-0afaa836998b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
      position: relative;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 628px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3b5b002-df74-4506-9b42-5d8a333e659a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
      position: relative;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3b5b002-df74-4506-9b42-5d8a333e659a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
      position: relative;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3b5b002-df74-4506-9b42-5d8a333e659a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
      position: relative;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3b5b002-df74-4506-9b42-5d8a333e659a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
      position: relative;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b5b002-df74-4506-9b42-5d8a333e659a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3b5b002-df74-4506-9b42-5d8a333e659a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
      position: relative;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}
#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
      position: relative;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
      position: relative;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
      position: relative;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
      position: relative;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
      position: relative;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77578730-9c2b-40d6-afad-e1d26aafe99f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
      position: relative;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77578730-9c2b-40d6-afad-e1d26aafe99f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
      position: relative;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77578730-9c2b-40d6-afad-e1d26aafe99f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
      position: relative;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77578730-9c2b-40d6-afad-e1d26aafe99f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
      position: relative;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77578730-9c2b-40d6-afad-e1d26aafe99f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77578730-9c2b-40d6-afad-e1d26aafe99f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
      position: relative;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-7b882597-99be-45d1-92f3-a4be65901606 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5548baaa-8740-44fa-a35d-b045961cd270 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e207556a-7f37-430c-b0a8-dd31fcdb88aa {
  margin-left: 0em;
margin-right: 0em;
}

#s-68842618-5a18-41dc-a5a9-85e53d17f128 {
  margin-left: 0em;
margin-right: 0em;
}

#s-1949531c-6c40-4a58-a3dd-fa723e663b0b {
  margin-left: 0em;
margin-right: 0em;
}

#s-820b205c-fb62-4b3c-8041-934374c04a6f {
  margin-left: 0em;
margin-right: 0em;
}

#s-c00e6f07-8e69-47d1-b1ef-fd45cce20908 {
  margin-left: 0em;
margin-right: 0em;
}

#s-4d112fea-cb19-4626-ae9b-e5a94ea1c8ec {
  margin-left: 0em;
margin-right: 0em;
}

#s-43b38255-b836-4fb8-adea-29b7eabb7ffc {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-43b38255-b836-4fb8-adea-29b7eabb7ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43b38255-b836-4fb8-adea-29b7eabb7ffc.shg-box.shg-c {
  justify-content: center;
}

#s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev,
#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev svg,
#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin: 0 !important;
}





  img.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-374485e0-1aa4-4221-a1a5-fbbc93018fda .shogun-image-content {
  
    align-items: center;
  
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  
  
  
  
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin: 0 !important;
}





  img.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-374485e0-1aa4-4221-a1a5-fbbc93018fda .shogun-image-content {
  
    align-items: center;
  
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  
  
  
  
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin: 0 !important;
}





  img.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-374485e0-1aa4-4221-a1a5-fbbc93018fda .shogun-image-content {
  
    align-items: center;
  
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  
  
  
  
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin: 0 !important;
}





  img.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-374485e0-1aa4-4221-a1a5-fbbc93018fda .shogun-image-content {
  
    align-items: center;
  
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  
  
  
  
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda {
  margin: 0 !important;
}





  img.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-374485e0-1aa4-4221-a1a5-fbbc93018fda .shogun-image-content {
  
    align-items: center;
  
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374485e0-1aa4-4221-a1a5-fbbc93018fda.shogun-image {
  box-sizing: border-box;
}




}
#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28afee16-69bb-4335-894a-74654985cf8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
      position: relative;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28afee16-69bb-4335-894a-74654985cf8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
      position: relative;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28afee16-69bb-4335-894a-74654985cf8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
      position: relative;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28afee16-69bb-4335-894a-74654985cf8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
      position: relative;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28afee16-69bb-4335-894a-74654985cf8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28afee16-69bb-4335-894a-74654985cf8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
      position: relative;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
      position: relative;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
      position: relative;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
      position: relative;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
      position: relative;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
      position: relative;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
      position: relative;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
      position: relative;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
      position: relative;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
      position: relative;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
      position: relative;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
      position: relative;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
      position: relative;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
      position: relative;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
      position: relative;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
      position: relative;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
      position: relative;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
      position: relative;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
      position: relative;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
      position: relative;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
      position: relative;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
      position: relative;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
      position: relative;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
      position: relative;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
      position: relative;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
      position: relative;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9060b559-228b-43bd-939d-fa18d091ee75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
      position: relative;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9060b559-228b-43bd-939d-fa18d091ee75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
      position: relative;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9060b559-228b-43bd-939d-fa18d091ee75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
      position: relative;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9060b559-228b-43bd-939d-fa18d091ee75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
      position: relative;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9060b559-228b-43bd-939d-fa18d091ee75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9060b559-228b-43bd-939d-fa18d091ee75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
      position: relative;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
      position: relative;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  
  
  
  
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
      position: relative;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  
  
  
  
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
      position: relative;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  
  
  
  
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
      position: relative;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  
  
  
  
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-3ba480c1-59dc-4bab-a969-fc0943f67a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container {
      position: relative;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba480c1-59dc-4bab-a969-fc0943f67a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-3ebef3d9-aa73-44b4-b020-10079c396d8d {
  margin-left: 0em;
margin-right: 0em;
}

#s-2a093d38-3964-4866-9c6b-d350f0bfc5aa {
  margin-left: 0em;
margin-right: 0em;
}

#s-ab1e2275-5546-4929-baad-755422003234 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce810d68-63b0-47f5-9fdc-2672f3632fcb {
  margin-left: 0em;
margin-right: 0em;
}

#s-c152e60b-c010-49a6-b945-73b34d3eb599 {
  margin-left: 0em;
margin-right: 0em;
}

#s-157bd383-c815-450d-9b8a-d0d1a84e5441 {
  margin-left: 0em;
margin-right: 0em;
}

#s-65339181-ef31-4514-96b7-1d38a1e3d641 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f989b8ce-e436-4b06-8942-f49d91c23d09 {
  margin-left: 0em;
margin-right: 0em;
}

#s-7bbbb669-e8e0-4e28-b857-11e144712b6d {
  margin-left: 0em;
margin-right: 0em;
}

#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (max-width: 767px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  margin-left: 1em;
margin-right: 1.5em;
}
}







#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 > .shg-box-overlay {
  background-color: rgba(30, 30, 30, 1);
  opacity: 0.2;
  display: block;
}#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 > .shg-box-overlay {
  background-color: rgba(30, 30, 30, 1);
  opacity: 0.2;
  display: block;
}#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  margin-left: 3em;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  
}
}@media (max-width: 767px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  margin-left: 1.5em;
}
}
#s-6879157d-e243-429b-8006-aeb1bf416d30 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d {
  margin-left: 3em;
}
@media (max-width: 767px){#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d {
  display: none;
}
#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d, #wrap-s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d { display: none !important; }}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
background-color: rgba(125, 125, 125, 0);
}
@media (min-width: 1200px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (max-width: 767px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  margin-left: 2em;
margin-bottom: 8em;
margin-right: 2em;
}
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ2NzVlMGEtMTcwYy00NzdlLWI4YTEtYTIzMmRkOTYyOTVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZDY3NWUwYS0xNzBjLTQ3N2UtYjhhMS1hMjMyZGQ5NjI5NWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 0em;
margin-right: 65%;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzQxNjM2NzEtZDkzNi00YTA2LWE2MGUtNTAxY2UzNTFkMTRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNDE2MzY3MS1kOTM2LTRhMDYtYTYwZS01MDFjZTM1MWQxNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 0px;
margin-right: 1.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  
}
}@media (max-width: 767px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  display: none;
}
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e, #wrap-s-e4887d90-9159-4683-b1f8-d9a21ebb363e { display: none !important; }}

  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-84354546-fe9a-42ae-b714-e663b00169bd {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-84354546-fe9a-42ae-b714-e663b00169bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84354546-fe9a-42ae-b714-e663b00169bd.shg-box.shg-c {
  justify-content: center;
}

#s-546c76e6-7804-4362-af01-1434f1f0ea45 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev,
#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev svg,
#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
      position: relative;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
      position: relative;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
      position: relative;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
      position: relative;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
      position: relative;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
      position: relative;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
      position: relative;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
      position: relative;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
      position: relative;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
      position: relative;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
      position: relative;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
      position: relative;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
      position: relative;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
      position: relative;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
      position: relative;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
      position: relative;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
      position: relative;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
      position: relative;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
      position: relative;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
      position: relative;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
      position: relative;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
      position: relative;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
      position: relative;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
      position: relative;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
      position: relative;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
      position: relative;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
      position: relative;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
      position: relative;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
      position: relative;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
      position: relative;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-518118a4-3fd2-40a0-a89d-9585785f82fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
      position: relative;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-518118a4-3fd2-40a0-a89d-9585785f82fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
      position: relative;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-518118a4-3fd2-40a0-a89d-9585785f82fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
      position: relative;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-518118a4-3fd2-40a0-a89d-9585785f82fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
      position: relative;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-518118a4-3fd2-40a0-a89d-9585785f82fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-518118a4-3fd2-40a0-a89d-9585785f82fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
      position: relative;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1550697-3090-4ddb-856e-8c85959bd2ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
      position: relative;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1550697-3090-4ddb-856e-8c85959bd2ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
      position: relative;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1550697-3090-4ddb-856e-8c85959bd2ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
      position: relative;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1550697-3090-4ddb-856e-8c85959bd2ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
      position: relative;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1550697-3090-4ddb-856e-8c85959bd2ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1550697-3090-4ddb-856e-8c85959bd2ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
      position: relative;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-004f3979-3e09-41e1-b45c-11c50578c9e3 {
  margin-left: 1em;
margin-right: 1em;
}

#s-cee35783-1074-4177-85f5-54cd685e813f {
  margin-left: 1em;
margin-right: 1em;
}

#s-74839fb4-41da-4968-879f-778e0ed7e227 {
  margin-left: 1em;
margin-right: 1em;
}

#s-5868e90c-6dff-4fc8-a4f8-9e0d66873d7a {
  margin-left: 1em;
margin-right: 1em;
}

#s-9f6981df-6e4a-4c1d-aa89-ef1d798d44b4 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ede7f475-fe88-4b58-92cc-1f649669cf0e {
  margin-left: 1em;
margin-right: 1em;
}

#s-2ec59483-2c53-4ac2-8a55-ee05a38bb909 {
  margin-left: 1em;
margin-right: 1em;
}

#s-4a3f144c-982c-492c-a51d-d8a3d516299b {
  margin-left: 0em;
margin-right: 0em;
}

#s-28ace082-dfd1-426a-bce2-9a9c17566dba {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-28ace082-dfd1-426a-bce2-9a9c17566dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ace082-dfd1-426a-bce2-9a9c17566dba.shg-box.shg-c {
  justify-content: center;
}

#s-6feba19e-a648-4f1c-8e63-5a2380e703cb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev,
#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev svg,
#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
      position: relative;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
      position: relative;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
      position: relative;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
      position: relative;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
      position: relative;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3af7ac-d57b-4499-be20-c145cbac8057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
      position: relative;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3af7ac-d57b-4499-be20-c145cbac8057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
      position: relative;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3af7ac-d57b-4499-be20-c145cbac8057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
      position: relative;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3af7ac-d57b-4499-be20-c145cbac8057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
      position: relative;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be3af7ac-d57b-4499-be20-c145cbac8057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be3af7ac-d57b-4499-be20-c145cbac8057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
      position: relative;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32207edb-8f8e-480f-9001-1ec98715882e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
      position: relative;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32207edb-8f8e-480f-9001-1ec98715882e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
      position: relative;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32207edb-8f8e-480f-9001-1ec98715882e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
      position: relative;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32207edb-8f8e-480f-9001-1ec98715882e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
      position: relative;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32207edb-8f8e-480f-9001-1ec98715882e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32207edb-8f8e-480f-9001-1ec98715882e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
      position: relative;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6782249b-c722-4db5-b1db-478dd736da6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
      position: relative;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6782249b-c722-4db5-b1db-478dd736da6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
      position: relative;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6782249b-c722-4db5-b1db-478dd736da6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
      position: relative;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6782249b-c722-4db5-b1db-478dd736da6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
      position: relative;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6782249b-c722-4db5-b1db-478dd736da6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6782249b-c722-4db5-b1db-478dd736da6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
      position: relative;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
      position: relative;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
      position: relative;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
      position: relative;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
      position: relative;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
      position: relative;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 628px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
      position: relative;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
      position: relative;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
      position: relative;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
      position: relative;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 628px;
  }



  img.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
    
    
    
    max-height: 628px;
  }


.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
      position: relative;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 628px;
    }
  }

}
#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c62b270-1653-443f-9a02-267341b5e8ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
      position: relative;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c62b270-1653-443f-9a02-267341b5e8ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
      position: relative;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c62b270-1653-443f-9a02-267341b5e8ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
      position: relative;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c62b270-1653-443f-9a02-267341b5e8ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
      position: relative;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c62b270-1653-443f-9a02-267341b5e8ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c62b270-1653-443f-9a02-267341b5e8ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
      position: relative;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47f425ba-a883-418f-90dc-2385ceecfc23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
      position: relative;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47f425ba-a883-418f-90dc-2385ceecfc23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
      position: relative;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47f425ba-a883-418f-90dc-2385ceecfc23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
      position: relative;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47f425ba-a883-418f-90dc-2385ceecfc23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
      position: relative;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f425ba-a883-418f-90dc-2385ceecfc23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47f425ba-a883-418f-90dc-2385ceecfc23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
      position: relative;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-2e9d0533-5400-4167-97ae-27bf8b12a99d {
  margin-left: 0em;
margin-right: 0em;
}

#s-85b40463-c262-41c9-9e34-60213f8ad7a8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-61d50061-2999-4b0a-b314-3f4768238884 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ea62e6f7-67b7-40cc-a136-747f7ea738da {
  margin-left: 0em;
margin-right: 0em;
}

#s-1c7c575d-7e2a-4312-b4d7-cda53e6c0ca5 {
  margin-left: 0em;
margin-right: 0em;
}

#s-20acf547-4c36-4128-9440-05b1678f8c32 {
  margin-left: 0em;
margin-right: 0em;
}

#s-b5b832ee-d640-4f44-af65-288401e1127e {
  margin-left: 0em;
margin-right: 0em;
}

#s-9701a25c-54d3-4706-8260-3199a82e837b {
  margin-left: 0em;
margin-right: 0em;
}

#s-bb22f56d-7301-4f97-bdd8-b26887f815c8 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-bb22f56d-7301-4f97-bdd8-b26887f815c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb22f56d-7301-4f97-bdd8-b26887f815c8.shg-box.shg-c {
  justify-content: center;
}

#s-a23fae6c-0122-4ee6-8454-9716320ae4f9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev,
#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev svg,
#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin: 0 !important;
}





  img.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-89494fb9-50c7-4831-88a9-2fc869f04929 .shogun-image-content {
  
    align-items: center;
  
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  
  
  
  
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin: 0 !important;
}





  img.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-89494fb9-50c7-4831-88a9-2fc869f04929 .shogun-image-content {
  
    align-items: center;
  
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  
  
  
  
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin: 0 !important;
}





  img.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-89494fb9-50c7-4831-88a9-2fc869f04929 .shogun-image-content {
  
    align-items: center;
  
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  
  
  
  
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin: 0 !important;
}





  img.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-89494fb9-50c7-4831-88a9-2fc869f04929 .shogun-image-content {
  
    align-items: center;
  
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  
  
  
  
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929 {
  margin: 0 !important;
}





  img.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-89494fb9-50c7-4831-88a9-2fc869f04929 .shogun-image-content {
  
    align-items: center;
  
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89494fb9-50c7-4831-88a9-2fc869f04929.shogun-image {
  box-sizing: border-box;
}




}
#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
      position: relative;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
      position: relative;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
      position: relative;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
      position: relative;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
      position: relative;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
      position: relative;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
      position: relative;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
      position: relative;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
      position: relative;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
      position: relative;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
      position: relative;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
      position: relative;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
      position: relative;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
      position: relative;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
      position: relative;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69c42cf-3e08-4409-808b-e8614c159b43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
      position: relative;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69c42cf-3e08-4409-808b-e8614c159b43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
      position: relative;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69c42cf-3e08-4409-808b-e8614c159b43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
      position: relative;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69c42cf-3e08-4409-808b-e8614c159b43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
      position: relative;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c69c42cf-3e08-4409-808b-e8614c159b43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69c42cf-3e08-4409-808b-e8614c159b43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
      position: relative;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
      position: relative;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
      position: relative;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
      position: relative;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
      position: relative;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
      position: relative;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
      position: relative;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
      position: relative;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
      position: relative;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
      position: relative;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
      position: relative;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
      position: relative;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
      position: relative;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
      position: relative;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
      position: relative;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
      position: relative;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
      position: relative;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  
  
  
  
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
      position: relative;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  
  
  
  
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
      position: relative;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  
  
  
  
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
      position: relative;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  
  
  
  
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container {
      position: relative;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c4fcd4-97fc-4872-b3fe-bd1e10ff8c5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e2ade713-d8eb-4c2e-96f5-a70f945c3f05 {
  margin-left: 0em;
margin-right: 0em;
}

#s-76f9ec4c-92e5-4c53-9d87-3a077bc381da {
  margin-left: 0em;
margin-right: 0em;
}

#s-952e60f3-7832-483a-8dba-6ab88b5469d2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ed1cd6ad-7d9e-4d06-ade2-7416afb0b0dc {
  margin-left: 0em;
margin-right: 0em;
}

#s-60457a6f-22b7-40de-95c3-366057c69136 {
  margin-left: 0em;
margin-right: 0em;
}

#s-1ccc411b-12ba-49b4-b07c-2d80e6c314b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce2c48b6-0b55-4781-ada3-8fe2bdb27220 {
  margin-left: 0em;
margin-right: 0em;
}

#s-c3a41aab-e2fe-434f-8616-d88207539223 {
  margin-left: 0em;
margin-right: 0em;
}

#s-fe0658ab-5366-4220-a9b6-5427ab152d82 {
  margin-left: 0em;
margin-right: 0em;
}

#s-a7588db7-ff30-4993-b605-d158a438bfe2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: left center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  display: none;
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-s-b58d415b-b200-45e2-9d19-deaf303a5917 { display: none !important; }}
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/480x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/960x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/768x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/1536x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/1024x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/2048x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/1200x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/2048x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-left: 3em;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  
}
}@media (max-width: 767px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-left: 1.5em;
}
}
#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}



#s-af44636d-1819-4627-861a-a60779dbe07d {
  margin-left: 3em;
}
@media (min-width: 1200px){#s-af44636d-1819-4627-861a-a60779dbe07d {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-af44636d-1819-4627-861a-a60779dbe07d {
  display: none;
}
#s-af44636d-1819-4627-861a-a60779dbe07d, #wrap-s-af44636d-1819-4627-861a-a60779dbe07d { display: none !important; }}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
}
@media (min-width: 1200px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (max-width: 767px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  margin-left: 2em;
}
}
#s-35143161-ddfc-49c8-bfc2-5a398c9fdb50 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-35143161-ddfc-49c8-bfc2-5a398c9fdb50 {
  margin-top: 0em;
margin-bottom: 5em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTU5ZWViNjktMDQxZC00NjRkLWJlMmItMjAyMzU4OTdlZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTllZWI2OS0wNDFkLTQ2NGQtYmUyYi0yMDIzNTg5N2VkNDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFmZGRkNDctZjA2YS00NjVjLWE2MjItNjY0ZGZlNmI2ZmNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWZkZGQ0Ny1mMDZhLTQ2NWMtYTYyMi02NjRkZmU2YjZmY2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdhM2RhZGEtNDBjZS00YWFhLTk3OWUtY2VhMzA1M2YyNWM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxN2EzZGFkYS00MGNlLTRhYWEtOTc5ZS1jZWEzMDUzZjI1YzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhjNjVhNGYtYzUzMi00ZTBiLThiYWQtYTgwYjljYTdjMmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGM2NWE0Zi1jNTMyLTRlMGItOGJhZC1hODBiOWNhN2MyZmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
/*
  $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}