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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-7a3a323c-38b1-4d78-8f27-c35a81ecb943 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-7a3a323c-38b1-4d78-8f27-c35a81ecb943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a3a323c-38b1-4d78-8f27-c35a81ecb943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-8d5bff89-d8bf-4c3f-a2d5-5f9987c7e445 {
  margin-top: 55px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-8d5bff89-d8bf-4c3f-a2d5-5f9987c7e445 {
  margin-top: 0px;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd {
  display: none;
}
#s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd, #wrap-s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd { display: none !important; }}
@media (min-width: 0px) {
[id="s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9dfd3cd0-ed82-456e-ba56-dbf343a7fcfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  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-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-1604f8f1-685b-4bef-9396-30b1f555921c {
  display: none;
}
#s-1604f8f1-685b-4bef-9396-30b1f555921c, #wrap-s-1604f8f1-685b-4bef-9396-30b1f555921c { display: none !important; }}


.shg-image-margin-container-s-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-content {
  
    align-items: center;
  
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1604f8f1-685b-4bef-9396-30b1f555921c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
      position: relative;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1604f8f1-685b-4bef-9396-30b1f555921c {
  
  
  
  
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-content {
  
    align-items: center;
  
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1604f8f1-685b-4bef-9396-30b1f555921c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
      position: relative;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-1604f8f1-685b-4bef-9396-30b1f555921c {
  
  
  
  
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-content {
  
    align-items: center;
  
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1604f8f1-685b-4bef-9396-30b1f555921c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
      position: relative;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-1604f8f1-685b-4bef-9396-30b1f555921c {
  
  
  
  
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-content {
  
    align-items: center;
  
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1604f8f1-685b-4bef-9396-30b1f555921c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
      position: relative;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-1604f8f1-685b-4bef-9396-30b1f555921c {
  
  
  
  
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1604f8f1-685b-4bef-9396-30b1f555921c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1604f8f1-685b-4bef-9396-30b1f555921c .shogun-image-content {
  
    align-items: center;
  
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1604f8f1-685b-4bef-9396-30b1f555921c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container {
      position: relative;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1604f8f1-685b-4bef-9396-30b1f555921c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-b06f78d3-da1e-4606-a69a-87242f650948 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b06f78d3-da1e-4606-a69a-87242f650948"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b06f78d3-da1e-4606-a69a-87242f650948"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b06f78d3-da1e-4606-a69a-87242f650948"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b06f78d3-da1e-4606-a69a-87242f650948"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
      position: relative;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  
  
  
  
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
      position: relative;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  
  
  
  
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
      position: relative;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  
  
  
  
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
      position: relative;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  
  
  
  
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-f620d400-b769-4fb9-b66f-9e2561f73ff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container {
      position: relative;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f620d400-b769-4fb9-b66f-9e2561f73ff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  
}
}


.shg-image-margin-container-s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79fb390-2230-4de1-b94b-10df7d985be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
      position: relative;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  
  
  
  
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79fb390-2230-4de1-b94b-10df7d985be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
      position: relative;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  
  
  
  
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79fb390-2230-4de1-b94b-10df7d985be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
      position: relative;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  
  
  
  
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79fb390-2230-4de1-b94b-10df7d985be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
      position: relative;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  
  
  
  
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b79fb390-2230-4de1-b94b-10df7d985be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-b79fb390-2230-4de1-b94b-10df7d985be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79fb390-2230-4de1-b94b-10df7d985be4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container {
      position: relative;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79fb390-2230-4de1-b94b-10df7d985be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-78205ba6-f85d-4822-9524-5dda842df585 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-78205ba6-f85d-4822-9524-5dda842df585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78205ba6-f85d-4822-9524-5dda842df585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-78205ba6-f85d-4822-9524-5dda842df585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-78205ba6-f85d-4822-9524-5dda842df585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-content {
  
    align-items: center;
  
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
      position: relative;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  
  
  
  
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-content {
  
    align-items: center;
  
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
      position: relative;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  
  
  
  
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-content {
  
    align-items: center;
  
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
      position: relative;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  
  
  
  
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-content {
  
    align-items: center;
  
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
      position: relative;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  
  
  
  
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e72a5e18-01e7-4b44-abe1-4266384b6562 .shogun-image-content {
  
    align-items: center;
  
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container {
      position: relative;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e72a5e18-01e7-4b44-abe1-4266384b6562 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
      position: relative;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  
  
  
  
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
      position: relative;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  
  
  
  
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
      position: relative;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  
  
  
  
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
      position: relative;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  
  
  
  
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d .shogun-image-content {
  
    align-items: center;
  
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container {
      position: relative;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec20681-477f-4ebe-9212-f3f7979c7b1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-2d9ec16c-f2d5-4d89-9cd8-4e32dd283684 {
  margin-top: 55px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-2d9ec16c-f2d5-4d89-9cd8-4e32dd283684 {
  display: none;
}
#s-2d9ec16c-f2d5-4d89-9cd8-4e32dd283684, #wrap-s-2d9ec16c-f2d5-4d89-9cd8-4e32dd283684 { display: none !important; }}
#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb {
  display: none;
}
#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb, #wrap-s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb {
  display: none;
}
#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb, #wrap-s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb {
  display: none;
}
#s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb, #wrap-s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb { display: none !important; }}
@media (min-width: 0px) {
[id="s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb0c7232-4b5f-4c2b-89af-cae3e2048abb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  display: none;
}
#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b, #wrap-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  display: none;
}
#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b, #wrap-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  display: none;
}
#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b, #wrap-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b { display: none !important; }}@media (max-width: 767px){#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  
}
}


.shg-image-margin-container-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
      position: relative;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  
  
  
  
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
      position: relative;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  
  
  
  
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
      position: relative;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  
  
  
  
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
      position: relative;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  
  
  
  
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container {
      position: relative;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e7ccfb7-22dc-4b49-a78b-cd4030896d4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  display: none;
}
#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae, #wrap-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  display: none;
}
#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae, #wrap-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  display: none;
}
#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae, #wrap-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae { display: none !important; }}


.shg-image-margin-container-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-content {
  
    align-items: center;
  
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
      position: relative;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  
  
  
  
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-content {
  
    align-items: center;
  
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
      position: relative;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  
  
  
  
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-content {
  
    align-items: center;
  
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
      position: relative;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  
  
  
  
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-content {
  
    align-items: center;
  
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
      position: relative;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  
  
  
  
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae .shogun-image-content {
  
    align-items: center;
  
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container {
      position: relative;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aacd4f2d-1d0a-452d-a9d3-a707492e09ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-6d49c355-0897-4f60-9418-b0a637f7fffa {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}
@media (min-width: 1200px){#s-6d49c355-0897-4f60-9418-b0a637f7fffa {
  display: none;
}
#s-6d49c355-0897-4f60-9418-b0a637f7fffa, #wrap-s-6d49c355-0897-4f60-9418-b0a637f7fffa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d49c355-0897-4f60-9418-b0a637f7fffa {
  display: none;
}
#s-6d49c355-0897-4f60-9418-b0a637f7fffa, #wrap-s-6d49c355-0897-4f60-9418-b0a637f7fffa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d49c355-0897-4f60-9418-b0a637f7fffa {
  display: none;
}
#s-6d49c355-0897-4f60-9418-b0a637f7fffa, #wrap-s-6d49c355-0897-4f60-9418-b0a637f7fffa { display: none !important; }}
@media (min-width: 0px) {
[id="s-6d49c355-0897-4f60-9418-b0a637f7fffa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6d49c355-0897-4f60-9418-b0a637f7fffa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6d49c355-0897-4f60-9418-b0a637f7fffa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d49c355-0897-4f60-9418-b0a637f7fffa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  display: none;
}
#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4, #wrap-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  display: none;
}
#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4, #wrap-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  display: none;
}
#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4, #wrap-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 { display: none !important; }}


.shg-image-margin-container-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
      position: relative;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  
  
  
  
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
      position: relative;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  
  
  
  
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
      position: relative;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  
  
  
  
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
      position: relative;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  
  
  
  
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }



  img.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container {
      position: relative;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-083055d9-6a57-4e97-94bf-3e73aa6cdda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  display: none;
}
#s-e99490c4-85ec-4f19-818a-49f3af87372f, #wrap-s-e99490c4-85ec-4f19-818a-49f3af87372f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  display: none;
}
#s-e99490c4-85ec-4f19-818a-49f3af87372f, #wrap-s-e99490c4-85ec-4f19-818a-49f3af87372f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  display: none;
}
#s-e99490c4-85ec-4f19-818a-49f3af87372f, #wrap-s-e99490c4-85ec-4f19-818a-49f3af87372f { display: none !important; }}


.shg-image-margin-container-s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-content {
  
    align-items: center;
  
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e99490c4-85ec-4f19-818a-49f3af87372f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
      position: relative;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e99490c4-85ec-4f19-818a-49f3af87372f {
  
  
  
  
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-content {
  
    align-items: center;
  
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e99490c4-85ec-4f19-818a-49f3af87372f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
      position: relative;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-e99490c4-85ec-4f19-818a-49f3af87372f {
  
  
  
  
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-content {
  
    align-items: center;
  
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e99490c4-85ec-4f19-818a-49f3af87372f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
      position: relative;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-e99490c4-85ec-4f19-818a-49f3af87372f {
  
  
  
  
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-content {
  
    align-items: center;
  
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e99490c4-85ec-4f19-818a-49f3af87372f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
      position: relative;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

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

.shg-image-margin-container-s-e99490c4-85ec-4f19-818a-49f3af87372f {
  
  
  
  
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99490c4-85ec-4f19-818a-49f3af87372f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 720px;
  }




.s-e99490c4-85ec-4f19-818a-49f3af87372f .shogun-image-content {
  
    align-items: center;
  
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e99490c4-85ec-4f19-818a-49f3af87372f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container {
      position: relative;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99490c4-85ec-4f19-818a-49f3af87372f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-2f49d8f9-139f-4161-9ac7-39294b498efd {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-2f49d8f9-139f-4161-9ac7-39294b498efd {
  display: none;
}
#s-2f49d8f9-139f-4161-9ac7-39294b498efd, #wrap-s-2f49d8f9-139f-4161-9ac7-39294b498efd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f49d8f9-139f-4161-9ac7-39294b498efd {
  display: none;
}
#s-2f49d8f9-139f-4161-9ac7-39294b498efd, #wrap-s-2f49d8f9-139f-4161-9ac7-39294b498efd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f49d8f9-139f-4161-9ac7-39294b498efd {
  display: none;
}
#s-2f49d8f9-139f-4161-9ac7-39294b498efd, #wrap-s-2f49d8f9-139f-4161-9ac7-39294b498efd { display: none !important; }}
#s-061534b7-9b56-4fbe-944b-dcd67398bb61 {
  margin-left: 12%;
margin-bottom: 55px;
margin-right: 12%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-061534b7-9b56-4fbe-944b-dcd67398bb61 {
  display: none;
}
#s-061534b7-9b56-4fbe-944b-dcd67398bb61, #wrap-s-061534b7-9b56-4fbe-944b-dcd67398bb61 { display: none !important; }}
@media (min-width: 0px) {
[id="s-061534b7-9b56-4fbe-944b-dcd67398bb61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-061534b7-9b56-4fbe-944b-dcd67398bb61"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-061534b7-9b56-4fbe-944b-dcd67398bb61"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-061534b7-9b56-4fbe-944b-dcd67398bb61"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
      position: relative;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  
  
  
  
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
      position: relative;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  
  
  
  
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
      position: relative;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  
  
  
  
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
      position: relative;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  
  
  
  
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container {
      position: relative;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c60ecb-442b-4c0e-bd18-20d3cb885293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-6048aabe-6490-4d37-892b-7e942e497af9 {
  margin-left: auto;
margin-right: auto;
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
      position: relative;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  
  
  
  
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
      position: relative;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  
  
  
  
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
      position: relative;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  
  
  
  
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
      position: relative;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  
  
  
  
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container {
      position: relative;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee580c2-de45-45f7-ab6b-d6c5d61b398a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-c7d99bb8-80b3-4a21-b475-8784dad0c4df {
  margin-left: auto;
margin-right: auto;
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
      position: relative;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  
  
  
  
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
      position: relative;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  
  
  
  
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
      position: relative;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  
  
  
  
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
      position: relative;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  
  
  
  
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container {
      position: relative;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac43cd24-e038-4132-ae33-3f7d0d0e7851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-4b069a0b-87f6-4e66-8126-a9e0670b743e {
  margin-left: auto;
margin-right: auto;
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b81611-795e-4933-bd5a-b34c8ace3641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
      position: relative;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  
  
  
  
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b81611-795e-4933-bd5a-b34c8ace3641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
      position: relative;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  
  
  
  
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b81611-795e-4933-bd5a-b34c8ace3641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
      position: relative;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  
  
  
  
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b81611-795e-4933-bd5a-b34c8ace3641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
      position: relative;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  
  
  
  
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b81611-795e-4933-bd5a-b34c8ace3641 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-22b81611-795e-4933-bd5a-b34c8ace3641 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b81611-795e-4933-bd5a-b34c8ace3641 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container {
      position: relative;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b81611-795e-4933-bd5a-b34c8ace3641 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-57ce0407-744b-4b55-a3b3-c3905b03e40f {
  margin-left: auto;
margin-right: auto;
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-content {
  
    align-items: center;
  
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd18d35f-5e50-4620-a667-ceef845269cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
      position: relative;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dd18d35f-5e50-4620-a667-ceef845269cc {
  
  
  
  
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-content {
  
    align-items: center;
  
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd18d35f-5e50-4620-a667-ceef845269cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
      position: relative;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-dd18d35f-5e50-4620-a667-ceef845269cc {
  
  
  
  
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-content {
  
    align-items: center;
  
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd18d35f-5e50-4620-a667-ceef845269cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
      position: relative;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-dd18d35f-5e50-4620-a667-ceef845269cc {
  
  
  
  
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-content {
  
    align-items: center;
  
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd18d35f-5e50-4620-a667-ceef845269cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
      position: relative;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-dd18d35f-5e50-4620-a667-ceef845269cc {
  
  
  
  
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd18d35f-5e50-4620-a667-ceef845269cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-dd18d35f-5e50-4620-a667-ceef845269cc .shogun-image-content {
  
    align-items: center;
  
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd18d35f-5e50-4620-a667-ceef845269cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container {
      position: relative;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd18d35f-5e50-4620-a667-ceef845269cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-0ddbdf5c-720e-4c66-a22f-a2ebd0a942df {
  margin-left: auto;
margin-right: auto;
}

#s-1c209c48-c129-4912-8b1a-7781cf3e2a45 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-1c209c48-c129-4912-8b1a-7781cf3e2a45 {
  display: none;
}
#s-1c209c48-c129-4912-8b1a-7781cf3e2a45, #wrap-s-1c209c48-c129-4912-8b1a-7781cf3e2a45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c209c48-c129-4912-8b1a-7781cf3e2a45 {
  display: none;
}
#s-1c209c48-c129-4912-8b1a-7781cf3e2a45, #wrap-s-1c209c48-c129-4912-8b1a-7781cf3e2a45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c209c48-c129-4912-8b1a-7781cf3e2a45 {
  display: none;
}
#s-1c209c48-c129-4912-8b1a-7781cf3e2a45, #wrap-s-1c209c48-c129-4912-8b1a-7781cf3e2a45 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1c209c48-c129-4912-8b1a-7781cf3e2a45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1c209c48-c129-4912-8b1a-7781cf3e2a45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1c209c48-c129-4912-8b1a-7781cf3e2a45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c209c48-c129-4912-8b1a-7781cf3e2a45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
      position: relative;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  
  
  
  
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
      position: relative;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  
  
  
  
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
      position: relative;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  
  
  
  
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
      position: relative;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  
  
  
  
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container {
      position: relative;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b060f8c7-33af-463f-8d8b-d4f2709a3d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-92dcb474-ac3f-4bab-a5a2-9d3102dbbdee {
  margin-left: auto;
margin-right: auto;
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-content {
  
    align-items: center;
  
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
      position: relative;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  
  
  
  
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-content {
  
    align-items: center;
  
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
      position: relative;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  
  
  
  
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-content {
  
    align-items: center;
  
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
      position: relative;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  
  
  
  
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-content {
  
    align-items: center;
  
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
      position: relative;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  
  
  
  
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-f2b6adf3-13e9-44ba-8731-d52753aef31a .shogun-image-content {
  
    align-items: center;
  
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container {
      position: relative;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2b6adf3-13e9-44ba-8731-d52753aef31a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-5738541b-497a-4b4f-9280-ccfca78aba77 {
  margin-left: auto;
margin-right: auto;
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
      position: relative;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  
  
  
  
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
      position: relative;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  
  
  
  
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
      position: relative;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  
  
  
  
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
      position: relative;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  
  
  
  
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-da3b4f48-7c94-4d48-b030-998590bc1d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container {
      position: relative;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da3b4f48-7c94-4d48-b030-998590bc1d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-936f2ec0-f3b3-480c-bc14-d2040701cc27 {
  margin-left: auto;
margin-right: auto;
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
      position: relative;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  
  
  
  
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
      position: relative;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  
  
  
  
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
      position: relative;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  
  
  
  
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
      position: relative;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

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

.shg-image-margin-container-s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  
  
  
  
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container {
      position: relative;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f3dfc11-0d8a-49e0-abfd-5b4ce055a21d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-332fafc1-608b-4080-b140-5537bc1a318b {
  margin-left: auto;
margin-right: auto;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  display: none;
}
#s-0245475c-87f7-48ae-a62f-10a44e595103, #wrap-s-0245475c-87f7-48ae-a62f-10a44e595103 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  display: none;
}
#s-0245475c-87f7-48ae-a62f-10a44e595103, #wrap-s-0245475c-87f7-48ae-a62f-10a44e595103 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  display: none;
}
#s-0245475c-87f7-48ae-a62f-10a44e595103, #wrap-s-0245475c-87f7-48ae-a62f-10a44e595103 { display: none !important; }}


.shg-image-margin-container-s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin: 0 !important;
}






.s-0245475c-87f7-48ae-a62f-10a44e595103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0245475c-87f7-48ae-a62f-10a44e595103 {
  
  
  
  
}

#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin: 0 !important;
}






.s-0245475c-87f7-48ae-a62f-10a44e595103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0245475c-87f7-48ae-a62f-10a44e595103 {
  
  
  
  
}

#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin: 0 !important;
}






.s-0245475c-87f7-48ae-a62f-10a44e595103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0245475c-87f7-48ae-a62f-10a44e595103 {
  
  
  
  
}

#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin: 0 !important;
}






.s-0245475c-87f7-48ae-a62f-10a44e595103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0245475c-87f7-48ae-a62f-10a44e595103 {
  
  
  
  
}

#s-0245475c-87f7-48ae-a62f-10a44e595103 {
  margin: 0 !important;
}






.s-0245475c-87f7-48ae-a62f-10a44e595103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0245475c-87f7-48ae-a62f-10a44e595103.shogun-image {
  box-sizing: border-box;
}




}
#s-c6d73351-0369-4482-8802-cf33dd85690e {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-c6d73351-0369-4482-8802-cf33dd85690e {
  display: none;
}
#s-c6d73351-0369-4482-8802-cf33dd85690e, #wrap-s-c6d73351-0369-4482-8802-cf33dd85690e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6d73351-0369-4482-8802-cf33dd85690e {
  display: none;
}
#s-c6d73351-0369-4482-8802-cf33dd85690e, #wrap-s-c6d73351-0369-4482-8802-cf33dd85690e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6d73351-0369-4482-8802-cf33dd85690e {
  display: none;
}
#s-c6d73351-0369-4482-8802-cf33dd85690e, #wrap-s-c6d73351-0369-4482-8802-cf33dd85690e { display: none !important; }}@media (max-width: 767px){#s-c6d73351-0369-4482-8802-cf33dd85690e {
  margin-top: 20px;
}
}
#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  display: none;
}
#s-75a74d2f-e8ce-4456-a9b2-300f55454b64, #wrap-s-75a74d2f-e8ce-4456-a9b2-300f55454b64 { display: none !important; }}


.shg-image-margin-container-s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin: 0 !important;
}






.s-75a74d2f-e8ce-4456-a9b2-300f55454b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  
  
  
  
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin: 0 !important;
}






.s-75a74d2f-e8ce-4456-a9b2-300f55454b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  
  
  
  
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin: 0 !important;
}






.s-75a74d2f-e8ce-4456-a9b2-300f55454b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  
  
  
  
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin: 0 !important;
}






.s-75a74d2f-e8ce-4456-a9b2-300f55454b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  
  
  
  
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64 {
  margin: 0 !important;
}






.s-75a74d2f-e8ce-4456-a9b2-300f55454b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a74d2f-e8ce-4456-a9b2-300f55454b64.shogun-image {
  box-sizing: border-box;
}




}
#s-0542c008-1b4f-4b65-9cf1-9e6fd837b1aa {
  margin-top: 55px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (max-width: 767px){#s-0542c008-1b4f-4b65-9cf1-9e6fd837b1aa {
  display: none;
}
#s-0542c008-1b4f-4b65-9cf1-9e6fd837b1aa, #wrap-s-0542c008-1b4f-4b65-9cf1-9e6fd837b1aa { display: none !important; }}
#s-3f5d26d8-c00e-4cb5-8457-139330742592 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
}
@media (max-width: 767px){#s-3f5d26d8-c00e-4cb5-8457-139330742592 {
  display: none;
}
#s-3f5d26d8-c00e-4cb5-8457-139330742592, #wrap-s-3f5d26d8-c00e-4cb5-8457-139330742592 { display: none !important; }}
#s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d, #wrap-s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d1f6b3d-fb15-47c5-a7c6-d406089bf76d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin: 0 !important;
}





  img.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-252c52dd-f98c-46b5-b77f-62f8261a906f .shogun-image-content {
  
    align-items: center;
  
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  
  
  
  
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin: 0 !important;
}





  img.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-252c52dd-f98c-46b5-b77f-62f8261a906f .shogun-image-content {
  
    align-items: center;
  
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  
  
  
  
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin: 0 !important;
}





  img.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-252c52dd-f98c-46b5-b77f-62f8261a906f .shogun-image-content {
  
    align-items: center;
  
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  
  
  
  
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin: 0 !important;
}





  img.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-252c52dd-f98c-46b5-b77f-62f8261a906f .shogun-image-content {
  
    align-items: center;
  
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  
  
  
  
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f {
  margin: 0 !important;
}





  img.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-252c52dd-f98c-46b5-b77f-62f8261a906f .shogun-image-content {
  
    align-items: center;
  
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252c52dd-f98c-46b5-b77f-62f8261a906f.shogun-image {
  box-sizing: border-box;
}




}
#s-5cc77fc7-ac55-4114-bb3d-a4deca200caa {
  margin-left: auto;
margin-right: auto;
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin: 0 !important;
}





  img.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-901379fa-683b-4f59-a6ed-5a2a599c7efa .shogun-image-content {
  
    align-items: center;
  
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  
  
  
  
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin: 0 !important;
}





  img.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-901379fa-683b-4f59-a6ed-5a2a599c7efa .shogun-image-content {
  
    align-items: center;
  
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  
  
  
  
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin: 0 !important;
}





  img.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-901379fa-683b-4f59-a6ed-5a2a599c7efa .shogun-image-content {
  
    align-items: center;
  
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  
  
  
  
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin: 0 !important;
}





  img.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-901379fa-683b-4f59-a6ed-5a2a599c7efa .shogun-image-content {
  
    align-items: center;
  
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  
  
  
  
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa {
  margin: 0 !important;
}





  img.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-901379fa-683b-4f59-a6ed-5a2a599c7efa .shogun-image-content {
  
    align-items: center;
  
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-901379fa-683b-4f59-a6ed-5a2a599c7efa.shogun-image {
  box-sizing: border-box;
}




}
#s-6da1218e-a2f3-4095-b774-1507f1aeca66 {
  margin-left: auto;
margin-right: auto;
}

#s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin: 0 !important;
}





  img.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-256f2642-ab95-43d1-889e-96d178221d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-256f2642-ab95-43d1-889e-96d178221d2d {
  
  
  
  
}

#s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin: 0 !important;
}





  img.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-256f2642-ab95-43d1-889e-96d178221d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-256f2642-ab95-43d1-889e-96d178221d2d {
  
  
  
  
}

#s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin: 0 !important;
}





  img.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-256f2642-ab95-43d1-889e-96d178221d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-256f2642-ab95-43d1-889e-96d178221d2d {
  
  
  
  
}

#s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin: 0 !important;
}





  img.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-256f2642-ab95-43d1-889e-96d178221d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-256f2642-ab95-43d1-889e-96d178221d2d {
  
  
  
  
}

#s-256f2642-ab95-43d1-889e-96d178221d2d {
  margin: 0 !important;
}





  img.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-256f2642-ab95-43d1-889e-96d178221d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256f2642-ab95-43d1-889e-96d178221d2d.shogun-image {
  box-sizing: border-box;
}




}
#s-63650884-f8c8-4dfc-9320-16576ecd7354 {
  margin-left: auto;
margin-right: auto;
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin: 0 !important;
}





  img.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48448235-66a7-47d1-ad32-50f17fadd3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  
  
  
  
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin: 0 !important;
}





  img.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48448235-66a7-47d1-ad32-50f17fadd3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  
  
  
  
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin: 0 !important;
}





  img.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48448235-66a7-47d1-ad32-50f17fadd3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  
  
  
  
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin: 0 !important;
}





  img.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48448235-66a7-47d1-ad32-50f17fadd3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  
  
  
  
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8 {
  margin: 0 !important;
}





  img.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48448235-66a7-47d1-ad32-50f17fadd3b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48448235-66a7-47d1-ad32-50f17fadd3b8.shogun-image {
  box-sizing: border-box;
}




}
#s-8e7458f1-3ae6-4443-bf80-640092f7a6b3 {
  margin-left: auto;
margin-right: auto;
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin: 0 !important;
}





  img.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e9bd43d0-623c-4c98-b0db-13033dfcf247 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  
  
  
  
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin: 0 !important;
}





  img.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e9bd43d0-623c-4c98-b0db-13033dfcf247 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  
  
  
  
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin: 0 !important;
}





  img.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e9bd43d0-623c-4c98-b0db-13033dfcf247 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  
  
  
  
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin: 0 !important;
}





  img.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e9bd43d0-623c-4c98-b0db-13033dfcf247 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  
  
  
  
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247 {
  margin: 0 !important;
}





  img.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-e9bd43d0-623c-4c98-b0db-13033dfcf247 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bd43d0-623c-4c98-b0db-13033dfcf247.shogun-image {
  box-sizing: border-box;
}




}
#s-c9919a25-c6f2-42a1-9ede-c5ac8a21fe1b {
  margin-left: auto;
margin-right: auto;
}

#s-d8ddd441-4cce-4939-afa8-1386a02ded4d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d8ddd441-4cce-4939-afa8-1386a02ded4d {
  display: none;
}
#s-d8ddd441-4cce-4939-afa8-1386a02ded4d, #wrap-s-d8ddd441-4cce-4939-afa8-1386a02ded4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8ddd441-4cce-4939-afa8-1386a02ded4d {
  display: none;
}
#s-d8ddd441-4cce-4939-afa8-1386a02ded4d, #wrap-s-d8ddd441-4cce-4939-afa8-1386a02ded4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8ddd441-4cce-4939-afa8-1386a02ded4d {
  display: none;
}
#s-d8ddd441-4cce-4939-afa8-1386a02ded4d, #wrap-s-d8ddd441-4cce-4939-afa8-1386a02ded4d { display: none !important; }}
#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 {
  display: none;
}
#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6, #wrap-s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 {
  display: none;
}
#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6, #wrap-s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 {
  display: none;
}
#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6, #wrap-s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 { display: none !important; }}@media (max-width: 767px){#s-28c2bd6c-32b3-4936-afd3-106ab35c19a6 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-28c2bd6c-32b3-4936-afd3-106ab35c19a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-28c2bd6c-32b3-4936-afd3-106ab35c19a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-28c2bd6c-32b3-4936-afd3-106ab35c19a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-28c2bd6c-32b3-4936-afd3-106ab35c19a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin: 0 !important;
}





  img.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-741c200b-30c4-4c42-95b6-f84b92cd1095 .shogun-image-content {
  
    align-items: center;
  
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  
  
  
  
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin: 0 !important;
}





  img.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-741c200b-30c4-4c42-95b6-f84b92cd1095 .shogun-image-content {
  
    align-items: center;
  
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  
  
  
  
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin: 0 !important;
}





  img.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-741c200b-30c4-4c42-95b6-f84b92cd1095 .shogun-image-content {
  
    align-items: center;
  
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  
  
  
  
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin: 0 !important;
}





  img.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-741c200b-30c4-4c42-95b6-f84b92cd1095 .shogun-image-content {
  
    align-items: center;
  
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  
  
  
  
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095 {
  margin: 0 !important;
}





  img.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-741c200b-30c4-4c42-95b6-f84b92cd1095 .shogun-image-content {
  
    align-items: center;
  
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741c200b-30c4-4c42-95b6-f84b92cd1095.shogun-image {
  box-sizing: border-box;
}




}
#s-40af1da8-862d-4237-83e0-dbc1d8e26ea3 {
  margin-left: auto;
margin-right: auto;
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin: 0 !important;
}





  img.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  
  
  
  
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin: 0 !important;
}





  img.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  
  
  
  
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin: 0 !important;
}





  img.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  
  
  
  
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin: 0 !important;
}





  img.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  
  
  
  
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 {
  margin: 0 !important;
}





  img.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2ed598-7ae6-4dbe-bb4b-f47488f747c5.shogun-image {
  box-sizing: border-box;
}




}
#s-d950a72d-8ba9-4d41-8b79-73e721761284 {
  margin-left: auto;
margin-right: auto;
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin: 0 !important;
}





  img.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  
  
  
  
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin: 0 !important;
}





  img.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  
  
  
  
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin: 0 !important;
}





  img.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  
  
  
  
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin: 0 !important;
}





  img.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  
  
  
  
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 {
  margin: 0 !important;
}





  img.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3e7b9-61e1-4693-9294-4aeca3ed59e5.shogun-image {
  box-sizing: border-box;
}




}
#s-35329c28-3832-47db-a5a7-36ac5ac978cf {
  margin-left: auto;
margin-right: auto;
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin: 0 !important;
}





  img.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 .shogun-image-content {
  
    align-items: center;
  
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  
  
  
  
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin: 0 !important;
}





  img.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 .shogun-image-content {
  
    align-items: center;
  
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  
  
  
  
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin: 0 !important;
}





  img.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 .shogun-image-content {
  
    align-items: center;
  
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  
  
  
  
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin: 0 !important;
}





  img.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 .shogun-image-content {
  
    align-items: center;
  
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  
  
  
  
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 {
  margin: 0 !important;
}





  img.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45 .shogun-image-content {
  
    align-items: center;
  
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d11d60eb-33b1-4c8a-b1ff-ae7a2ab66f45.shogun-image {
  box-sizing: border-box;
}




}
#s-32f806f9-049e-4fd9-af09-dc64872edceb {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
