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

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

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

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

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

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

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

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

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

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

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

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

#s-179aef8c-944d-4df5-8fa1-ce4831b28e9c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-179aef8c-944d-4df5-8fa1-ce4831b28e9c {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-179aef8c-944d-4df5-8fa1-ce4831b28e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-179aef8c-944d-4df5-8fa1-ce4831b28e9c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-dc900b14-0eae-4963-b933-f4054cca0ef7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-dc900b14-0eae-4963-b933-f4054cca0ef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc900b14-0eae-4963-b933-f4054cca0ef7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc900b14-0eae-4963-b933-f4054cca0ef7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc900b14-0eae-4963-b933-f4054cca0ef7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3163365d-78db-44de-8562-6aacb486bf3a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3163365d-78db-44de-8562-6aacb486bf3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3163365d-78db-44de-8562-6aacb486bf3a.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a6a54c8e-2d0e-4868-87ef-76fb00516df9 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6a54c8e-2d0e-4868-87ef-76fb00516df9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-a6a54c8e-2d0e-4868-87ef-76fb00516df9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-09aa63c2-0506-4b64-ba48-459dfd07aaea {
  margin-left: auto;
margin-right: auto;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1fad4dd7-9999-449a-8a93-24e9efd6cc30-root {
    text-align: center;
  }


#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fad4dd7-9999-449a-8a93-24e9efd6cc30-root {
    text-align: center;
  }


#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fad4dd7-9999-449a-8a93-24e9efd6cc30-root {
    text-align: center;
  }


#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fad4dd7-9999-449a-8a93-24e9efd6cc30-root {
    text-align: center;
  }


#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fad4dd7-9999-449a-8a93-24e9efd6cc30-root {
    text-align: center;
  }


#s-1fad4dd7-9999-449a-8a93-24e9efd6cc30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin-left: auto;
margin-right: auto;
max-width: 661px;
aspect-ratio: 661/314;
text-align: center;
}



.shg-image-margin-container-s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      aspect-ratio: 661/314;
      width: 100%;
      height: 100%;
    }

    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-link {
      aspect-ratio: 661/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
    
    
  }


.s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4145564-15a6-4702-a526-15cb90fd66a9 {
      --shg-aspect-ratio: calc(661/314); 
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
      position: relative;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  
  
  
  
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      aspect-ratio: 661/314;
      width: 100%;
      height: 100%;
    }

    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-link {
      aspect-ratio: 661/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
    
    
  }


.s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4145564-15a6-4702-a526-15cb90fd66a9 {
      --shg-aspect-ratio: calc(661/314); 
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
      position: relative;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  
  
  
  
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      aspect-ratio: 661/314;
      width: 100%;
      height: 100%;
    }

    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-link {
      aspect-ratio: 661/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
    
    
  }


.s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4145564-15a6-4702-a526-15cb90fd66a9 {
      --shg-aspect-ratio: calc(661/314); 
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
      position: relative;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  
  
  
  
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      aspect-ratio: 661/314;
      width: 100%;
      height: 100%;
    }

    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-link {
      aspect-ratio: 661/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
    
    
  }


.s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4145564-15a6-4702-a526-15cb90fd66a9 {
      --shg-aspect-ratio: calc(661/314); 
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
      position: relative;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  
  
  
  
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      aspect-ratio: 661/314;
      width: 100%;
      height: 100%;
    }

    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-link {
      aspect-ratio: 661/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4145564-15a6-4702-a526-15cb90fd66a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
    
    
  }


.s-c4145564-15a6-4702-a526-15cb90fd66a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4145564-15a6-4702-a526-15cb90fd66a9 {
      --shg-aspect-ratio: calc(661/314); 
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container {
      position: relative;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4145564-15a6-4702-a526-15cb90fd66a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-466631df-489a-45cd-a372-97d1650f102b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-466631df-489a-45cd-a372-97d1650f102b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-466631df-489a-45cd-a372-97d1650f102b.shg-box.shg-c {
  justify-content: center;
}

#s-a876a8b6-75b6-4348-aa27-a2dc649c0fb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}

#s-a876a8b6-75b6-4348-aa27-a2dc649c0fb3 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-a876a8b6-75b6-4348-aa27-a2dc649c0fb3 .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-ca96ac2f-8858-4f1e-972d-b830ca8cc52a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ca96ac2f-8858-4f1e-972d-b830ca8cc52a {
  display: none;
}
#s-ca96ac2f-8858-4f1e-972d-b830ca8cc52a, #wrap-s-ca96ac2f-8858-4f1e-972d-b830ca8cc52a { display: none !important; }}







#s-ca96ac2f-8858-4f1e-972d-b830ca8cc52a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca96ac2f-8858-4f1e-972d-b830ca8cc52a.shg-box.shg-c {
  justify-content: center;
}

#s-2e8e7c6d-d5fd-4a77-8afa-63de22e0006b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2e8e7c6d-d5fd-4a77-8afa-63de22e0006b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e8e7c6d-d5fd-4a77-8afa-63de22e0006b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2e8e7c6d-d5fd-4a77-8afa-63de22e0006b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e8e7c6d-d5fd-4a77-8afa-63de22e0006b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a5f4f51c-ac8a-40e8-9980-469991e7234c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a5f4f51c-ac8a-40e8-9980-469991e7234c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5f4f51c-ac8a-40e8-9980-469991e7234c {
  cursor: pointer;
}#s-a5f4f51c-ac8a-40e8-9980-469991e7234c.shg-box.shg-c {
  justify-content: center;
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
    
    
  }


.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-content {
  
    align-items: center;
  
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
      position: relative;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  
  
  
  
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
    
    
  }


.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-content {
  
    align-items: center;
  
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
      position: relative;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  
  
  
  
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
    
    
  }


.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-content {
  
    align-items: center;
  
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
      position: relative;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  
  
  
  
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
    
    
  }


.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-content {
  
    align-items: center;
  
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
      position: relative;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  
  
  
  
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
    
    
  }


.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 .shogun-image-content {
  
    align-items: center;
  
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container {
      position: relative;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2242c67d-2cc9-4a57-b5a3-c7a1a7702646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-08004731-5449-4b27-81c7-f9aab741eb0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08004731-5449-4b27-81c7-f9aab741eb0d .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-31883caf-0320-4314-9ec8-fde7804d44f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-31883caf-0320-4314-9ec8-fde7804d44f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31883caf-0320-4314-9ec8-fde7804d44f5 {
  cursor: pointer;
}#s-31883caf-0320-4314-9ec8-fde7804d44f5.shg-box.shg-c {
  justify-content: center;
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
    
    
  }


.s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-content {
  
    align-items: center;
  
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-549e09d3-19a3-4901-9fc5-940f10318c48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
      position: relative;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  
  
  
  
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
    
    
  }


.s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-content {
  
    align-items: center;
  
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-549e09d3-19a3-4901-9fc5-940f10318c48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
      position: relative;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  
  
  
  
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
    
    
  }


.s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-content {
  
    align-items: center;
  
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-549e09d3-19a3-4901-9fc5-940f10318c48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
      position: relative;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  
  
  
  
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
    
    
  }


.s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-content {
  
    align-items: center;
  
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-549e09d3-19a3-4901-9fc5-940f10318c48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
      position: relative;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  
  
  
  
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-549e09d3-19a3-4901-9fc5-940f10318c48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
    
    
  }


.s-549e09d3-19a3-4901-9fc5-940f10318c48 .shogun-image-content {
  
    align-items: center;
  
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-549e09d3-19a3-4901-9fc5-940f10318c48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container {
      position: relative;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-549e09d3-19a3-4901-9fc5-940f10318c48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fef28dd1-3ab6-48c6-abeb-283d265423e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fef28dd1-3ab6-48c6-abeb-283d265423e5 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-ee310927-6d6c-49b5-878f-9b255951adcb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ee310927-6d6c-49b5-878f-9b255951adcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee310927-6d6c-49b5-878f-9b255951adcb {
  cursor: pointer;
}#s-ee310927-6d6c-49b5-878f-9b255951adcb.shg-box.shg-c {
  justify-content: center;
}

#s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
    
    
  }


.s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ea43384-dbb6-4963-a636-0a919939994d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
      position: relative;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7ea43384-dbb6-4963-a636-0a919939994d {
  
  
  
  
}

#s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
    
    
  }


.s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ea43384-dbb6-4963-a636-0a919939994d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
      position: relative;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ea43384-dbb6-4963-a636-0a919939994d {
  
  
  
  
}

#s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
    
    
  }


.s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ea43384-dbb6-4963-a636-0a919939994d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
      position: relative;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ea43384-dbb6-4963-a636-0a919939994d {
  
  
  
  
}

#s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
    
    
  }


.s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ea43384-dbb6-4963-a636-0a919939994d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
      position: relative;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ea43384-dbb6-4963-a636-0a919939994d {
  
  
  
  
}

#s-7ea43384-dbb6-4963-a636-0a919939994d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ea43384-dbb6-4963-a636-0a919939994d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
    
    
  }


.s-7ea43384-dbb6-4963-a636-0a919939994d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ea43384-dbb6-4963-a636-0a919939994d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container {
      position: relative;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ea43384-dbb6-4963-a636-0a919939994d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4275aecd-b06a-4a34-bfb8-9a46ace9fd02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4275aecd-b06a-4a34-bfb8-9a46ace9fd02 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-486d5a34-b453-4395-8ea6-d0dcee3cc07c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-486d5a34-b453-4395-8ea6-d0dcee3cc07c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-486d5a34-b453-4395-8ea6-d0dcee3cc07c {
  cursor: pointer;
}#s-486d5a34-b453-4395-8ea6-d0dcee3cc07c.shg-box.shg-c {
  justify-content: center;
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
    
    
  }


.s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c91bf02-2fc1-4062-b415-ae3857805167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
      position: relative;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  
  
  
  
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
    
    
  }


.s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c91bf02-2fc1-4062-b415-ae3857805167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
      position: relative;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  
  
  
  
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
    
    
  }


.s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c91bf02-2fc1-4062-b415-ae3857805167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
      position: relative;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  
  
  
  
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
    
    
  }


.s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c91bf02-2fc1-4062-b415-ae3857805167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
      position: relative;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  
  
  
  
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c91bf02-2fc1-4062-b415-ae3857805167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
    
    
  }


.s-4c91bf02-2fc1-4062-b415-ae3857805167 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c91bf02-2fc1-4062-b415-ae3857805167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container {
      position: relative;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c91bf02-2fc1-4062-b415-ae3857805167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-728af0d7-603d-41a6-b44a-9f44cf385fbc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-728af0d7-603d-41a6-b44a-9f44cf385fbc .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-b7755f2a-5449-4d7b-a71e-f1af50a67335 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b7755f2a-5449-4d7b-a71e-f1af50a67335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7755f2a-5449-4d7b-a71e-f1af50a67335 {
  cursor: pointer;
}#s-b7755f2a-5449-4d7b-a71e-f1af50a67335.shg-box.shg-c {
  justify-content: center;
}

#s-e426669f-b89f-4457-be36-f24282a73375 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e426669f-b89f-4457-be36-f24282a73375 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e426669f-b89f-4457-be36-f24282a73375 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
    
    
  }


.s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-content {
  
    align-items: center;
  
}

.s-e426669f-b89f-4457-be36-f24282a73375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e426669f-b89f-4457-be36-f24282a73375 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
      position: relative;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e426669f-b89f-4457-be36-f24282a73375 {
  
  
  
  
}

#s-e426669f-b89f-4457-be36-f24282a73375 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
    
    
  }


.s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-content {
  
    align-items: center;
  
}

.s-e426669f-b89f-4457-be36-f24282a73375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e426669f-b89f-4457-be36-f24282a73375 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
      position: relative;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e426669f-b89f-4457-be36-f24282a73375 {
  
  
  
  
}

#s-e426669f-b89f-4457-be36-f24282a73375 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
    
    
  }


.s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-content {
  
    align-items: center;
  
}

.s-e426669f-b89f-4457-be36-f24282a73375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e426669f-b89f-4457-be36-f24282a73375 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
      position: relative;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e426669f-b89f-4457-be36-f24282a73375 {
  
  
  
  
}

#s-e426669f-b89f-4457-be36-f24282a73375 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
    
    
  }


.s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-content {
  
    align-items: center;
  
}

.s-e426669f-b89f-4457-be36-f24282a73375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e426669f-b89f-4457-be36-f24282a73375 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
      position: relative;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e426669f-b89f-4457-be36-f24282a73375 {
  
  
  
  
}

#s-e426669f-b89f-4457-be36-f24282a73375 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e426669f-b89f-4457-be36-f24282a73375 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
    
    
  }


.s-e426669f-b89f-4457-be36-f24282a73375 .shogun-image-content {
  
    align-items: center;
  
}

.s-e426669f-b89f-4457-be36-f24282a73375.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e426669f-b89f-4457-be36-f24282a73375.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e426669f-b89f-4457-be36-f24282a73375 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container {
      position: relative;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e426669f-b89f-4457-be36-f24282a73375.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e426669f-b89f-4457-be36-f24282a73375 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fc5a5acc-cdde-42f9-9bde-e147ab788b39 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc5a5acc-cdde-42f9-9bde-e147ab788b39 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-be5a856b-1b4c-4be5-af5a-559f1fc51085 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-be5a856b-1b4c-4be5-af5a-559f1fc51085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be5a856b-1b4c-4be5-af5a-559f1fc51085 {
  cursor: pointer;
}#s-be5a856b-1b4c-4be5-af5a-559f1fc51085.shg-box.shg-c {
  justify-content: center;
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
    
    
  }


.s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-content {
  
    align-items: center;
  
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
      position: relative;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  
  
  
  
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
    
    
  }


.s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-content {
  
    align-items: center;
  
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
      position: relative;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  
  
  
  
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
    
    
  }


.s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-content {
  
    align-items: center;
  
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
      position: relative;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  
  
  
  
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
    
    
  }


.s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-content {
  
    align-items: center;
  
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
      position: relative;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  
  
  
  
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
    
    
  }


.s-a20fb237-f157-4c49-a4c5-f4069d3e237b .shogun-image-content {
  
    align-items: center;
  
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container {
      position: relative;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a20fb237-f157-4c49-a4c5-f4069d3e237b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d2aab1de-be67-4462-aa46-67dfe473b66e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2aab1de-be67-4462-aa46-67dfe473b66e .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-a0897717-a329-45f9-9b20-6f4246ff5cfa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0897717-a329-45f9-9b20-6f4246ff5cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0897717-a329-45f9-9b20-6f4246ff5cfa {
  cursor: pointer;
}#s-a0897717-a329-45f9-9b20-6f4246ff5cfa.shg-box.shg-c {
  justify-content: center;
}

#s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
    
    
  }


.s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6d64200-1016-4877-a393-4beefbc74505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
      position: relative;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f6d64200-1016-4877-a393-4beefbc74505 {
  
  
  
  
}

#s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
    
    
  }


.s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6d64200-1016-4877-a393-4beefbc74505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
      position: relative;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6d64200-1016-4877-a393-4beefbc74505 {
  
  
  
  
}

#s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
    
    
  }


.s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6d64200-1016-4877-a393-4beefbc74505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
      position: relative;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6d64200-1016-4877-a393-4beefbc74505 {
  
  
  
  
}

#s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
    
    
  }


.s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6d64200-1016-4877-a393-4beefbc74505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
      position: relative;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6d64200-1016-4877-a393-4beefbc74505 {
  
  
  
  
}

#s-f6d64200-1016-4877-a393-4beefbc74505 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d64200-1016-4877-a393-4beefbc74505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
    
    
  }


.s-f6d64200-1016-4877-a393-4beefbc74505 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6d64200-1016-4877-a393-4beefbc74505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container {
      position: relative;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d64200-1016-4877-a393-4beefbc74505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e14de8e6-a48b-42bc-97ec-2a0ef0b48ecb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e14de8e6-a48b-42bc-97ec-2a0ef0b48ecb .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-55c4ace5-7d97-4638-9736-8176b3d2d08c {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-55c4ace5-7d97-4638-9736-8176b3d2d08c {
  display: none;
}
#s-55c4ace5-7d97-4638-9736-8176b3d2d08c, #wrap-s-55c4ace5-7d97-4638-9736-8176b3d2d08c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55c4ace5-7d97-4638-9736-8176b3d2d08c {
  display: none;
}
#s-55c4ace5-7d97-4638-9736-8176b3d2d08c, #wrap-s-55c4ace5-7d97-4638-9736-8176b3d2d08c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55c4ace5-7d97-4638-9736-8176b3d2d08c {
  display: none;
}
#s-55c4ace5-7d97-4638-9736-8176b3d2d08c, #wrap-s-55c4ace5-7d97-4638-9736-8176b3d2d08c { display: none !important; }}







#s-55c4ace5-7d97-4638-9736-8176b3d2d08c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55c4ace5-7d97-4638-9736-8176b3d2d08c.shg-box.shg-c {
  justify-content: center;
}

#s-3950d54b-5f03-4bd2-8e38-15b620ece77f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3950d54b-5f03-4bd2-8e38-15b620ece77f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3950d54b-5f03-4bd2-8e38-15b620ece77f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3950d54b-5f03-4bd2-8e38-15b620ece77f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3950d54b-5f03-4bd2-8e38-15b620ece77f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-2aec6f03-e2f1-4931-8405-5616e13296cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2aec6f03-e2f1-4931-8405-5616e13296cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2aec6f03-e2f1-4931-8405-5616e13296cd {
  cursor: pointer;
}#s-2aec6f03-e2f1-4931-8405-5616e13296cd.shg-box.shg-c {
  justify-content: center;
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
    
    
  }


.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
      position: relative;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  
  
  
  
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
    
    
  }


.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
      position: relative;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  
  
  
  
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
    
    
  }


.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
      position: relative;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  
  
  
  
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
    
    
  }


.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
      position: relative;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  
  
  
  
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
    
    
  }


.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container {
      position: relative;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf79bbf-b0bd-4e29-8c7d-b98d1dddcba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-af7b15be-2d9c-4de4-a74a-763b153baecc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af7b15be-2d9c-4de4-a74a-763b153baecc .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-7730b198-d869-43c3-89d6-86b60a999f32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7730b198-d869-43c3-89d6-86b60a999f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7730b198-d869-43c3-89d6-86b60a999f32 {
  cursor: pointer;
}#s-7730b198-d869-43c3-89d6-86b60a999f32.shg-box.shg-c {
  justify-content: center;
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
    
    
  }


.s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-content {
  
    align-items: center;
  
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
      position: relative;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  
  
  
  
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
    
    
  }


.s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-content {
  
    align-items: center;
  
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
      position: relative;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  
  
  
  
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
    
    
  }


.s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-content {
  
    align-items: center;
  
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
      position: relative;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  
  
  
  
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
    
    
  }


.s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-content {
  
    align-items: center;
  
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
      position: relative;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  
  
  
  
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
    
    
  }


.s-692df0fb-4c4b-495a-bce5-82dfddfe2344 .shogun-image-content {
  
    align-items: center;
  
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container {
      position: relative;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692df0fb-4c4b-495a-bce5-82dfddfe2344 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-29190fc2-3aee-4b9f-9e3c-cf2e7a0ab44b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29190fc2-3aee-4b9f-9e3c-cf2e7a0ab44b .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-6c68d40e-b792-4c49-8e02-bd736787801d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c68d40e-b792-4c49-8e02-bd736787801d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c68d40e-b792-4c49-8e02-bd736787801d {
  cursor: pointer;
}#s-6c68d40e-b792-4c49-8e02-bd736787801d.shg-box.shg-c {
  justify-content: center;
}

#s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
    
    
  }


.s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48db96e-922b-4b29-860c-f159e9408f23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
      position: relative;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c48db96e-922b-4b29-860c-f159e9408f23 {
  
  
  
  
}

#s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
    
    
  }


.s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48db96e-922b-4b29-860c-f159e9408f23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
      position: relative;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c48db96e-922b-4b29-860c-f159e9408f23 {
  
  
  
  
}

#s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
    
    
  }


.s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48db96e-922b-4b29-860c-f159e9408f23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
      position: relative;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c48db96e-922b-4b29-860c-f159e9408f23 {
  
  
  
  
}

#s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
    
    
  }


.s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48db96e-922b-4b29-860c-f159e9408f23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
      position: relative;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c48db96e-922b-4b29-860c-f159e9408f23 {
  
  
  
  
}

#s-c48db96e-922b-4b29-860c-f159e9408f23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48db96e-922b-4b29-860c-f159e9408f23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
    
    
  }


.s-c48db96e-922b-4b29-860c-f159e9408f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48db96e-922b-4b29-860c-f159e9408f23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container {
      position: relative;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48db96e-922b-4b29-860c-f159e9408f23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cf3dd562-887e-4887-bc98-86f45baa53c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf3dd562-887e-4887-bc98-86f45baa53c2 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-5983fb73-8c46-4592-b759-7b5c075135a5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5983fb73-8c46-4592-b759-7b5c075135a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5983fb73-8c46-4592-b759-7b5c075135a5 {
  cursor: pointer;
}#s-5983fb73-8c46-4592-b759-7b5c075135a5.shg-box.shg-c {
  justify-content: center;
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
    
    
  }


.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
      position: relative;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  
  
  
  
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
    
    
  }


.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
      position: relative;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  
  
  
  
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
    
    
  }


.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
      position: relative;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  
  
  
  
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
    
    
  }


.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
      position: relative;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  
  
  
  
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
    
    
  }


.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container {
      position: relative;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83a4509-9064-45d4-ad8b-9ca78a019e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-29e83fdf-cebc-4e5b-901d-0e4e41621caf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29e83fdf-cebc-4e5b-901d-0e4e41621caf .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-847ad957-0473-4e69-8276-ec800db606e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-847ad957-0473-4e69-8276-ec800db606e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-847ad957-0473-4e69-8276-ec800db606e3 {
  cursor: pointer;
}#s-847ad957-0473-4e69-8276-ec800db606e3.shg-box.shg-c {
  justify-content: center;
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
    
    
  }


.s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-content {
  
    align-items: center;
  
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
      position: relative;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  
  
  
  
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
    
    
  }


.s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-content {
  
    align-items: center;
  
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
      position: relative;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  
  
  
  
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
    
    
  }


.s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-content {
  
    align-items: center;
  
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
      position: relative;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  
  
  
  
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
    
    
  }


.s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-content {
  
    align-items: center;
  
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
      position: relative;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  
  
  
  
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
    
    
  }


.s-930fe153-f7d4-4403-804b-9ae5c163fa19 .shogun-image-content {
  
    align-items: center;
  
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container {
      position: relative;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-930fe153-f7d4-4403-804b-9ae5c163fa19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0fa9f6a6-6f2a-4374-b249-a1b30b31f8a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fa9f6a6-6f2a-4374-b249-a1b30b31f8a7 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-4be1a95c-07b2-4d9b-98e3-9dd7000d966e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4be1a95c-07b2-4d9b-98e3-9dd7000d966e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4be1a95c-07b2-4d9b-98e3-9dd7000d966e.shg-box.shg-c {
  justify-content: center;
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
    
    
  }


.s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-content {
  
    align-items: center;
  
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
      position: relative;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  
  
  
  
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
    
    
  }


.s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-content {
  
    align-items: center;
  
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
      position: relative;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  
  
  
  
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
    
    
  }


.s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-content {
  
    align-items: center;
  
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
      position: relative;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  
  
  
  
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
    
    
  }


.s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-content {
  
    align-items: center;
  
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
      position: relative;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  
  
  
  
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
    
    
  }


.s-9eb6114b-53a7-4c6b-842d-306ed04a940c .shogun-image-content {
  
    align-items: center;
  
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container {
      position: relative;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb6114b-53a7-4c6b-842d-306ed04a940c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dd89127f-848e-45a9-b205-3709fb352417 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd89127f-848e-45a9-b205-3709fb352417 .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-2d7e5db4-0f50-4bfb-920d-54b52e8e61e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2d7e5db4-0f50-4bfb-920d-54b52e8e61e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d7e5db4-0f50-4bfb-920d-54b52e8e61e2 {
  cursor: pointer;
}#s-2d7e5db4-0f50-4bfb-920d-54b52e8e61e2.shg-box.shg-c {
  justify-content: center;
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
    
    
  }


.s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-content {
  
    align-items: center;
  
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
      position: relative;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  
  
  
  
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
    
    
  }


.s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-content {
  
    align-items: center;
  
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
      position: relative;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  
  
  
  
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
    
    
  }


.s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-content {
  
    align-items: center;
  
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
      position: relative;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  
  
  
  
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
    
    
  }


.s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-content {
  
    align-items: center;
  
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
      position: relative;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  
  
  
  
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
    
    
  }


.s-b84e6d7b-2d24-4d10-a87f-0948002cb588 .shogun-image-content {
  
    align-items: center;
  
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container {
      position: relative;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b84e6d7b-2d24-4d10-a87f-0948002cb588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-723d96b6-028d-44d3-9cfd-78f39b48ca0a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-723d96b6-028d-44d3-9cfd-78f39b48ca0a .shogun-heading-component h5 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-0488f196-e36b-41a8-8e2a-9a7e1e7c466b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0488f196-e36b-41a8-8e2a-9a7e1e7c466b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0488f196-e36b-41a8-8e2a-9a7e1e7c466b.shg-box.shg-c {
  justify-content: center;
}

#s-f68ca69e-c997-4126-a3ea-7812c8d124cd {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f68ca69e-c997-4126-a3ea-7812c8d124cd .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-f68ca69e-c997-4126-a3ea-7812c8d124cd .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-1a2b5341-ba5c-4ab7-8e14-4d47186800ac {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1a2b5341-ba5c-4ab7-8e14-4d47186800ac {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-1a2b5341-ba5c-4ab7-8e14-4d47186800ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a2b5341-ba5c-4ab7-8e14-4d47186800ac.shg-box.shg-c {
  justify-content: center;
}

#s-9aa1c1ac-c204-40ca-860d-9bac2d070dbd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9aa1c1ac-c204-40ca-860d-9bac2d070dbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9aa1c1ac-c204-40ca-860d-9bac2d070dbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9aa1c1ac-c204-40ca-860d-9bac2d070dbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9aa1c1ac-c204-40ca-860d-9bac2d070dbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin-left: auto;
margin-right: auto;
max-width: 295px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  max-width: 320px;
}
}


.shg-image-margin-container-s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
    
    
  }


.s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-content {
  
    align-items: center;
  
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b718b2-0b41-4770-ab70-809849e4b95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
      position: relative;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67b718b2-0b41-4770-ab70-809849e4b95d {
  
  
  
  
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
    
    
  }


.s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-content {
  
    align-items: center;
  
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b718b2-0b41-4770-ab70-809849e4b95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
      position: relative;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b718b2-0b41-4770-ab70-809849e4b95d {
  
  
  
  
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
    
    
  }


.s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-content {
  
    align-items: center;
  
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b718b2-0b41-4770-ab70-809849e4b95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
      position: relative;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b718b2-0b41-4770-ab70-809849e4b95d {
  
  
  
  
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
    
    
  }


.s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-content {
  
    align-items: center;
  
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b718b2-0b41-4770-ab70-809849e4b95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
      position: relative;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67b718b2-0b41-4770-ab70-809849e4b95d {
  
  
  
  
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b718b2-0b41-4770-ab70-809849e4b95d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
    
    
  }


.s-67b718b2-0b41-4770-ab70-809849e4b95d .shogun-image-content {
  
    align-items: center;
  
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b718b2-0b41-4770-ab70-809849e4b95d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container {
      position: relative;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b718b2-0b41-4770-ab70-809849e4b95d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-08854f68-3c82-4ce4-ba1f-c17988071d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08854f68-3c82-4ce4-ba1f-c17988071d33 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-08854f68-3c82-4ce4-ba1f-c17988071d33 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin-left: auto;
margin-right: auto;
max-width: 295px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
    
    
  }


.s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
      position: relative;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  
  
  
  
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
    
    
  }


.s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
      position: relative;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  
  
  
  
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
    
    
  }


.s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
      position: relative;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  
  
  
  
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
    
    
  }


.s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
      position: relative;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  
  
  
  
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
    
    
  }


.s-776d7f7e-1f10-4e1e-956e-589264cb64a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container {
      position: relative;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776d7f7e-1f10-4e1e-956e-589264cb64a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-04a82b13-5816-4404-a3c9-aa96f222f79d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04a82b13-5816-4404-a3c9-aa96f222f79d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-04a82b13-5816-4404-a3c9-aa96f222f79d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin-left: auto;
margin-right: auto;
max-width: 295px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
    
    
  }


.s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c58e98d-87b1-460d-b567-b441d9060358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
      position: relative;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c58e98d-87b1-460d-b567-b441d9060358 {
  
  
  
  
}

#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
    
    
  }


.s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c58e98d-87b1-460d-b567-b441d9060358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
      position: relative;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3c58e98d-87b1-460d-b567-b441d9060358 {
  
  
  
  
}

#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
    
    
  }


.s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c58e98d-87b1-460d-b567-b441d9060358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
      position: relative;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3c58e98d-87b1-460d-b567-b441d9060358 {
  
  
  
  
}

#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
    
    
  }


.s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c58e98d-87b1-460d-b567-b441d9060358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
      position: relative;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3c58e98d-87b1-460d-b567-b441d9060358 {
  
  
  
  
}

#s-3c58e98d-87b1-460d-b567-b441d9060358 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c58e98d-87b1-460d-b567-b441d9060358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
    
    
  }


.s-3c58e98d-87b1-460d-b567-b441d9060358 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c58e98d-87b1-460d-b567-b441d9060358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container {
      position: relative;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c58e98d-87b1-460d-b567-b441d9060358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6a0f95dd-f7a2-4c73-ab91-b7bf182e0fc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a0f95dd-f7a2-4c73-ab91-b7bf182e0fc8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-6a0f95dd-f7a2-4c73-ab91-b7bf182e0fc8 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin-left: auto;
margin-right: auto;
max-width: 295px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  max-width: 320px;
}
}


.shg-image-margin-container-s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
    
    
  }


.s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-content {
  
    align-items: center;
  
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e43e423-40ec-40de-a622-8d5564cd05da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
      position: relative;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3e43e423-40ec-40de-a622-8d5564cd05da {
  
  
  
  
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
    
    
  }


.s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-content {
  
    align-items: center;
  
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e43e423-40ec-40de-a622-8d5564cd05da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
      position: relative;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3e43e423-40ec-40de-a622-8d5564cd05da {
  
  
  
  
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
    
    
  }


.s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-content {
  
    align-items: center;
  
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e43e423-40ec-40de-a622-8d5564cd05da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
      position: relative;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3e43e423-40ec-40de-a622-8d5564cd05da {
  
  
  
  
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
    
    
  }


.s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-content {
  
    align-items: center;
  
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e43e423-40ec-40de-a622-8d5564cd05da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
      position: relative;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3e43e423-40ec-40de-a622-8d5564cd05da {
  
  
  
  
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e43e423-40ec-40de-a622-8d5564cd05da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
    
    
  }


.s-3e43e423-40ec-40de-a622-8d5564cd05da .shogun-image-content {
  
    align-items: center;
  
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e43e423-40ec-40de-a622-8d5564cd05da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container {
      position: relative;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e43e423-40ec-40de-a622-8d5564cd05da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8f375299-6319-48ff-b125-fbd2ca63d977 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f375299-6319-48ff-b125-fbd2ca63d977 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-8f375299-6319-48ff-b125-fbd2ca63d977 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-f51e8c31-ac6f-42c5-883f-06173fb886e5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f51e8c31-ac6f-42c5-883f-06173fb886e5 {
  display: none;
}
#s-f51e8c31-ac6f-42c5-883f-06173fb886e5, #wrap-s-f51e8c31-ac6f-42c5-883f-06173fb886e5 { display: none !important; }}@media (max-width: 767px){#s-f51e8c31-ac6f-42c5-883f-06173fb886e5 {
  display: none;
}
#s-f51e8c31-ac6f-42c5-883f-06173fb886e5, #wrap-s-f51e8c31-ac6f-42c5-883f-06173fb886e5 { display: none !important; }}







#s-f51e8c31-ac6f-42c5-883f-06173fb886e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f51e8c31-ac6f-42c5-883f-06173fb886e5.shg-box.shg-c {
  justify-content: center;
}

#s-73cf1ccb-506e-4330-9760-269704fca1e8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-73cf1ccb-506e-4330-9760-269704fca1e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73cf1ccb-506e-4330-9760-269704fca1e8 {
  display: none;
}
#s-73cf1ccb-506e-4330-9760-269704fca1e8, #wrap-s-73cf1ccb-506e-4330-9760-269704fca1e8 { display: none !important; }}@media (max-width: 767px){#s-73cf1ccb-506e-4330-9760-269704fca1e8 {
  display: none;
}
#s-73cf1ccb-506e-4330-9760-269704fca1e8, #wrap-s-73cf1ccb-506e-4330-9760-269704fca1e8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73cf1ccb-506e-4330-9760-269704fca1e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin-left: auto;
margin-right: auto;
max-width: 958px;
aspect-ratio: 958/641;
text-align: center;
}



.shg-image-margin-container-s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      aspect-ratio: 958/641;
      width: 100%;
      height: 100%;
    }

    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-link {
      aspect-ratio: 958/641;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
    
    
  }


.s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
      --shg-aspect-ratio: calc(958/641); 
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
      position: relative;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  
  
  
  
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      aspect-ratio: 958/641;
      width: 100%;
      height: 100%;
    }

    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-link {
      aspect-ratio: 958/641;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
    
    
  }


.s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
      --shg-aspect-ratio: calc(958/641); 
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
      position: relative;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  
  
  
  
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      aspect-ratio: 958/641;
      width: 100%;
      height: 100%;
    }

    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-link {
      aspect-ratio: 958/641;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
    
    
  }


.s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
      --shg-aspect-ratio: calc(958/641); 
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
      position: relative;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  
  
  
  
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      aspect-ratio: 958/641;
      width: 100%;
      height: 100%;
    }

    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-link {
      aspect-ratio: 958/641;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
    
    
  }


.s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
      --shg-aspect-ratio: calc(958/641); 
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
      position: relative;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  
  
  
  
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      aspect-ratio: 958/641;
      width: 100%;
      height: 100%;
    }

    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-link {
      aspect-ratio: 958/641;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
    
    
  }


.s-6a3310b6-1717-480b-bdfd-459cc2f9196a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a {
      --shg-aspect-ratio: calc(958/641); 
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container {
      position: relative;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3310b6-1717-480b-bdfd-459cc2f9196a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
aspect-ratio: 310/263;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  max-width: 2px;
}
}


.shg-image-margin-container-s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
    
    
  }


.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-content {
  
    align-items: center;
  
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
      position: relative;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  
  
  
  
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
    
    
  }


.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-content {
  
    align-items: center;
  
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
      position: relative;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  
  
  
  
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
    
    
  }


.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-content {
  
    align-items: center;
  
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
      position: relative;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  
  
  
  
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
    
    
  }


.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-content {
  
    align-items: center;
  
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
      position: relative;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  
  
  
  
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
    
    
  }


.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a .shogun-image-content {
  
    align-items: center;
  
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container {
      position: relative;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e35ee3c-a4e0-451d-a8b4-b29fa617a23a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eca2e346-d030-468a-8604-7a7f8cd1bcb1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eca2e346-d030-468a-8604-7a7f8cd1bcb1 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin-left: auto;
margin-right: auto;
max-width: 315px;
aspect-ratio: 315/266;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  max-width: 200px;
}
}


.shg-image-margin-container-s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
    
    
  }


.s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
      position: relative;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  
  
  
  
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
    
    
  }


.s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
      position: relative;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  
  
  
  
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
    
    
  }


.s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
      position: relative;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  
  
  
  
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
    
    
  }


.s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
      position: relative;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  
  
  
  
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
    
    
  }


.s-726dfa83-13db-464b-b57a-0cdd108eeca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container {
      position: relative;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-726dfa83-13db-464b-b57a-0cdd108eeca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bd8941ed-c0b9-41a1-95ea-4fff741a9c35 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd8941ed-c0b9-41a1-95ea-4fff741a9c35 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3 {
  display: none;
}
#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3, #wrap-s-3ef078b0-69cb-471f-9b61-9034a73fc5d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3 {
  display: none;
}
#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3, #wrap-s-3ef078b0-69cb-471f-9b61-9034a73fc5d3 { display: none !important; }}







#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ef078b0-69cb-471f-9b61-9034a73fc5d3.shg-box.shg-c {
  justify-content: center;
}

#s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3127eb7c-3da0-43d4-95d4-ed4c3c57c72b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin-left: auto;
margin-right: auto;
max-width: 958px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
    
    
  }


.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
      position: relative;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  
  
  
  
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
    
    
  }


.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
      position: relative;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  
  
  
  
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
    
    
  }


.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
      position: relative;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  
  
  
  
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
    
    
  }


.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
      position: relative;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  
  
  
  
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
    
    
  }


.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container {
      position: relative;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dfdde0-0f1b-49a7-a054-c173769ccb95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
aspect-ratio: 310/263;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  max-width: 2px;
}
}


.shg-image-margin-container-s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
    
    
  }


.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
      position: relative;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  
  
  
  
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
    
    
  }


.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
      position: relative;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  
  
  
  
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
    
    
  }


.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
      position: relative;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  
  
  
  
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
    
    
  }


.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
      position: relative;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  
  
  
  
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      aspect-ratio: 310/263;
      width: 100%;
      height: 100%;
    }

    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-link {
      aspect-ratio: 310/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
    
    
  }


.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 {
      --shg-aspect-ratio: calc(310/263); 
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container {
      position: relative;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a8e030-d07a-4931-b5d0-8845cb3ac990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8e3ec141-b23d-4f65-9b6e-80518881c8c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e3ec141-b23d-4f65-9b6e-80518881c8c5 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin-left: auto;
margin-right: auto;
max-width: 315px;
aspect-ratio: 315/266;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  max-width: 200px;
}
}


.shg-image-margin-container-s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
    
    
  }


.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
      position: relative;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  
  
  
  
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
    
    
  }


.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
      position: relative;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  
  
  
  
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
    
    
  }


.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
      position: relative;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  
  
  
  
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
    
    
  }


.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
      position: relative;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  
  
  
  
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      aspect-ratio: 315/266;
      width: 100%;
      height: 100%;
    }

    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-link {
      aspect-ratio: 315/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
    
    
  }


.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 {
      --shg-aspect-ratio: calc(315/266); 
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container {
      position: relative;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbc3d5e-8439-49d9-88f2-c3d22838b553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6b0093b1-5a66-46f0-86e3-ba37245317d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b0093b1-5a66-46f0-86e3-ba37245317d6 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d6df34ef-1447-4b1f-82de-1dba8ea1c5a4 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-d6df34ef-1447-4b1f-82de-1dba8ea1c5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6df34ef-1447-4b1f-82de-1dba8ea1c5a4.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-1139ac35-65bc-4259-9c34-f38fad2d6069 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1139ac35-65bc-4259-9c34-f38fad2d6069 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1139ac35-65bc-4259-9c34-f38fad2d6069 {
  display: none;
}
#s-1139ac35-65bc-4259-9c34-f38fad2d6069, #wrap-s-1139ac35-65bc-4259-9c34-f38fad2d6069 { display: none !important; }}@media (max-width: 767px){#s-1139ac35-65bc-4259-9c34-f38fad2d6069 {
  display: none;
}
#s-1139ac35-65bc-4259-9c34-f38fad2d6069, #wrap-s-1139ac35-65bc-4259-9c34-f38fad2d6069 { display: none !important; }}
#slider-v3-s-1139ac35-65bc-4259-9c34-f38fad2d6069 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-1139ac35-65bc-4259-9c34-f38fad2d6069 > .swiper-button-prev,
#slider-v3-s-1139ac35-65bc-4259-9c34-f38fad2d6069 > .swiper-button-next {
  
    height: 100% !important;
  
}

& > .swiper-button-prev {
  
    left: 2% !important;
  
}

& > .swiper-button-next {
  
    right: 2% !important;
  }


#slider-v3-s-1139ac35-65bc-4259-9c34-f38fad2d6069 > .swiper-button-next svg,
#slider-v3-s-1139ac35-65bc-4259-9c34-f38fad2d6069 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
    
    
  }


.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-content {
  
    align-items: center;
  
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
      position: relative;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  
  
  
  
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
    
    
  }


.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-content {
  
    align-items: center;
  
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
      position: relative;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  
  
  
  
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
    
    
  }


.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-content {
  
    align-items: center;
  
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
      position: relative;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  
  
  
  
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
    
    
  }


.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-content {
  
    align-items: center;
  
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
      position: relative;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  
  
  
  
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
    
    
  }


.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd .shogun-image-content {
  
    align-items: center;
  
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container {
      position: relative;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23ce6d44-461b-4d5b-9f91-8462fbdd5acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
    
    
  }


.s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
      position: relative;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  
  
  
  
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
    
    
  }


.s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
      position: relative;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  
  
  
  
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
    
    
  }


.s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
      position: relative;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  
  
  
  
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
    
    
  }


.s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
      position: relative;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  
  
  
  
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
    
    
  }


.s-d2ac0acb-8f38-493b-aac5-29fe55795bef .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container {
      position: relative;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ac0acb-8f38-493b-aac5-29fe55795bef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
    
    
  }


.s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
      position: relative;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  
  
  
  
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
    
    
  }


.s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
      position: relative;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  
  
  
  
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
    
    
  }


.s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
      position: relative;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  
  
  
  
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
    
    
  }


.s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
      position: relative;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  
  
  
  
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
    
    
  }


.s-b08612f4-4248-46a6-a032-f4a385b56ed0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container {
      position: relative;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08612f4-4248-46a6-a032-f4a385b56ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
    
    
  }


.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
      position: relative;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  
  
  
  
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
    
    
  }


.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
      position: relative;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  
  
  
  
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
    
    
  }


.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
      position: relative;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  
  
  
  
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
    
    
  }


.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
      position: relative;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  
  
  
  
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
    
    
  }


.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container {
      position: relative;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e9dbd6-048b-4819-bebb-eec3178b6e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
    
    
  }


.s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-content {
  
    align-items: center;
  
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433b6764-5bf8-4d93-990c-d0fece64e08f {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
      position: relative;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  
  
  
  
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
    
    
  }


.s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-content {
  
    align-items: center;
  
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433b6764-5bf8-4d93-990c-d0fece64e08f {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
      position: relative;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  
  
  
  
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
    
    
  }


.s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-content {
  
    align-items: center;
  
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433b6764-5bf8-4d93-990c-d0fece64e08f {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
      position: relative;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  
  
  
  
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
    
    
  }


.s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-content {
  
    align-items: center;
  
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433b6764-5bf8-4d93-990c-d0fece64e08f {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
      position: relative;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  
  
  
  
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433b6764-5bf8-4d93-990c-d0fece64e08f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
    
    
  }


.s-433b6764-5bf8-4d93-990c-d0fece64e08f .shogun-image-content {
  
    align-items: center;
  
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-433b6764-5bf8-4d93-990c-d0fece64e08f {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container {
      position: relative;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433b6764-5bf8-4d93-990c-d0fece64e08f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
    
    
  }


.s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
      position: relative;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  
  
  
  
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
    
    
  }


.s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
      position: relative;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  
  
  
  
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
    
    
  }


.s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
      position: relative;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  
  
  
  
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
    
    
  }


.s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
      position: relative;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  
  
  
  
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
    
    
  }


.s-b6d72254-e7d3-4308-9b7e-1db679c9c629 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container {
      position: relative;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6d72254-e7d3-4308-9b7e-1db679c9c629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
    
    
  }


.s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-content {
  
    align-items: center;
  
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aea1181a-b70c-4528-97ff-14070b36e50b {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
      position: relative;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aea1181a-b70c-4528-97ff-14070b36e50b {
  
  
  
  
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
    
    
  }


.s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-content {
  
    align-items: center;
  
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aea1181a-b70c-4528-97ff-14070b36e50b {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
      position: relative;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aea1181a-b70c-4528-97ff-14070b36e50b {
  
  
  
  
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
    
    
  }


.s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-content {
  
    align-items: center;
  
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aea1181a-b70c-4528-97ff-14070b36e50b {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
      position: relative;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aea1181a-b70c-4528-97ff-14070b36e50b {
  
  
  
  
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
    
    
  }


.s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-content {
  
    align-items: center;
  
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aea1181a-b70c-4528-97ff-14070b36e50b {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
      position: relative;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aea1181a-b70c-4528-97ff-14070b36e50b {
  
  
  
  
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aea1181a-b70c-4528-97ff-14070b36e50b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
    
    
  }


.s-aea1181a-b70c-4528-97ff-14070b36e50b .shogun-image-content {
  
    align-items: center;
  
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aea1181a-b70c-4528-97ff-14070b36e50b {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container {
      position: relative;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aea1181a-b70c-4528-97ff-14070b36e50b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
    
    
  }


.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
      position: relative;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  
  
  
  
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
    
    
  }


.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
      position: relative;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  
  
  
  
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
    
    
  }


.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
      position: relative;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  
  
  
  
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
    
    
  }


.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
      position: relative;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  
  
  
  
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
    
    
  }


.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container {
      position: relative;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6c2abf-9c2f-4d0d-b10c-f3fb41b53f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
    
    
  }


.s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
      position: relative;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  
  
  
  
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
    
    
  }


.s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
      position: relative;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  
  
  
  
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
    
    
  }


.s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
      position: relative;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  
  
  
  
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
    
    
  }


.s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
      position: relative;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  
  
  
  
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
    
    
  }


.s-e3e045b6-3e23-4a54-af65-fcb8df901276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container {
      position: relative;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3e045b6-3e23-4a54-af65-fcb8df901276 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-de3d06d1-f6fa-4f0b-883a-a951a0b316da {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-de3d06d1-f6fa-4f0b-883a-a951a0b316da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de3d06d1-f6fa-4f0b-883a-a951a0b316da.shg-box.shg-c {
  justify-content: center;
}

#s-e30736bc-5b94-4ccc-a1d6-0d218e515c69 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e30736bc-5b94-4ccc-a1d6-0d218e515c69 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-761c9467-c865-4878-bdc8-f9d922e7acc6 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-d05d7a1e-7653-426e-ae9f-dc8483d8b97a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d05d7a1e-7653-426e-ae9f-dc8483d8b97a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d05d7a1e-7653-426e-ae9f-dc8483d8b97a.shg-box.shg-c {
  justify-content: center;
}

#s-82fe5df7-2647-4e48-bf98-307f425053cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82fe5df7-2647-4e48-bf98-307f425053cb .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-21b2842c-9626-4859-9136-3e7f984235e9 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-7d62fdbf-d716-4f89-9bef-9361151639e8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7d62fdbf-d716-4f89-9bef-9361151639e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d62fdbf-d716-4f89-9bef-9361151639e8.shg-box.shg-c {
  justify-content: center;
}

#s-d891a089-ccee-47fb-8104-5f24006ba9b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d891a089-ccee-47fb-8104-5f24006ba9b5 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-ec1e3152-a8fe-4a76-aae1-4e5ae4ca5248 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-8ddbf3f7-969b-42f9-a532-428b1755be6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8ddbf3f7-969b-42f9-a532-428b1755be6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ddbf3f7-969b-42f9-a532-428b1755be6e.shg-box.shg-c {
  justify-content: center;
}

#s-dd5cd68c-a0c7-4d81-ad0e-9c6b82a06a18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd5cd68c-a0c7-4d81-ad0e-9c6b82a06a18 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-02ce0f45-8191-46d5-95dd-47324c92f2c9 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-11e3c04f-840d-4543-8169-d1ff9002b1b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-11e3c04f-840d-4543-8169-d1ff9002b1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11e3c04f-840d-4543-8169-d1ff9002b1b1.shg-box.shg-c {
  justify-content: center;
}

#s-1fc07a11-9f4b-4694-b46a-0b04ff880ddf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-1fc07a11-9f4b-4694-b46a-0b04ff880ddf .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-7ca9692e-0346-47ea-9020-829dde4edba4 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-bdd7a1d0-3a26-47af-82cf-0929afca7117 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-bdd7a1d0-3a26-47af-82cf-0929afca7117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdd7a1d0-3a26-47af-82cf-0929afca7117.shg-box.shg-c {
  justify-content: center;
}

#s-0a65369b-24c6-42e7-9681-fe915504274a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a65369b-24c6-42e7-9681-fe915504274a .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-c310d32c-47e5-4fa3-b59d-b85b9d8b5940 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-5a0fe74a-6541-43fc-af4d-ee9e39ef2fcb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5a0fe74a-6541-43fc-af4d-ee9e39ef2fcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a0fe74a-6541-43fc-af4d-ee9e39ef2fcb.shg-box.shg-c {
  justify-content: center;
}

#s-cbb934f8-3aae-4cf2-bb0a-24019590dcfe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb934f8-3aae-4cf2-bb0a-24019590dcfe .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-e0b57e23-e9ad-4921-8b04-098aafa7b5ea {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-967d856f-29e5-42ce-8db9-19f5ee16d188 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-967d856f-29e5-42ce-8db9-19f5ee16d188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-967d856f-29e5-42ce-8db9-19f5ee16d188.shg-box.shg-c {
  justify-content: center;
}

#s-f23b24c0-f30a-421b-90f2-84a711f3945a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f23b24c0-f30a-421b-90f2-84a711f3945a .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-5bb76a67-190f-457b-bf9a-1a290aeec142 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-e7878e4b-057e-4faa-8dd3-654af25575fa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e7878e4b-057e-4faa-8dd3-654af25575fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7878e4b-057e-4faa-8dd3-654af25575fa.shg-box.shg-c {
  justify-content: center;
}

#s-e6c16083-8021-450d-9026-13f178b3fa73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6c16083-8021-450d-9026-13f178b3fa73 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-9dc37cf0-9617-46da-a9f1-c5d7d2de675c {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e {
  display: none;
}
#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e, #wrap-s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e {
  display: none;
}
#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e, #wrap-s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e { display: none !important; }}







#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aef765c2-16f9-41a9-a9a1-2461a7fabf5e.shg-box.shg-c {
  justify-content: center;
}

#s-b3949eb9-66fa-4595-ba97-6a6634ff6993 {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b3949eb9-66fa-4595-ba97-6a6634ff6993 {
  display: none;
}
#s-b3949eb9-66fa-4595-ba97-6a6634ff6993, #wrap-s-b3949eb9-66fa-4595-ba97-6a6634ff6993 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3949eb9-66fa-4595-ba97-6a6634ff6993 {
  display: none;
}
#s-b3949eb9-66fa-4595-ba97-6a6634ff6993, #wrap-s-b3949eb9-66fa-4595-ba97-6a6634ff6993 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b3949eb9-66fa-4595-ba97-6a6634ff6993"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b3949eb9-66fa-4595-ba97-6a6634ff6993"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b3949eb9-66fa-4595-ba97-6a6634ff6993"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3949eb9-66fa-4595-ba97-6a6634ff6993"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-4a0ee8a9-71a1-4fc8-973c-4e2a9560ff9f {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
min-height: 50px;
}








#s-4a0ee8a9-71a1-4fc8-973c-4e2a9560ff9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a0ee8a9-71a1-4fc8-973c-4e2a9560ff9f {
  cursor: pointer;
}#s-4a0ee8a9-71a1-4fc8-973c-4e2a9560ff9f.shg-box.shg-c {
  justify-content: center;
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
    
    
  }


.s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-content {
  
    align-items: center;
  
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
      position: relative;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  
  
  
  
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
    
    
  }


.s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-content {
  
    align-items: center;
  
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
      position: relative;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  
  
  
  
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
    
    
  }


.s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-content {
  
    align-items: center;
  
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
      position: relative;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  
  
  
  
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
    
    
  }


.s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-content {
  
    align-items: center;
  
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
      position: relative;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  
  
  
  
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
    
    
  }


.s-23c24f37-d0ba-4a68-b875-6da38c8d9326 .shogun-image-content {
  
    align-items: center;
  
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container {
      position: relative;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23c24f37-d0ba-4a68-b875-6da38c8d9326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f4eb5e8-d89d-43db-84ea-4fce1f474301 {
  margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7f4eb5e8-d89d-43db-84ea-4fce1f474301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f4eb5e8-d89d-43db-84ea-4fce1f474301.shg-box.shg-c {
  justify-content: center;
}

#s-54a65004-0dbd-4bff-bd3f-4df4c50a7147 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54a65004-0dbd-4bff-bd3f-4df4c50a7147 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-b5649330-d8d1-45b0-bd04-44a33ba01796 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-c93d7689-235b-4f2e-9a00-b54343725fa3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c93d7689-235b-4f2e-9a00-b54343725fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c93d7689-235b-4f2e-9a00-b54343725fa3 {
  cursor: pointer;
}#s-c93d7689-235b-4f2e-9a00-b54343725fa3.shg-box.shg-c {
  justify-content: center;
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
    
    
  }


.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
      position: relative;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  
  
  
  
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
    
    
  }


.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
      position: relative;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  
  
  
  
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
    
    
  }


.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
      position: relative;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  
  
  
  
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
    
    
  }


.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
      position: relative;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  
  
  
  
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
    
    
  }


.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container {
      position: relative;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab9af648-d91b-4e9b-8bf2-ca57107d2986 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f420f46c-ac48-4c0d-9938-6f42b13d867e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-f420f46c-ac48-4c0d-9938-6f42b13d867e {
  margin-top: 0px;
margin-bottom: 6px;
}
}







#s-f420f46c-ac48-4c0d-9938-6f42b13d867e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f420f46c-ac48-4c0d-9938-6f42b13d867e.shg-box.shg-c {
  justify-content: center;
}

#s-f0595025-3229-4a03-9744-04b174f2a80e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0595025-3229-4a03-9744-04b174f2a80e .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-4e743a46-a3fb-4d24-a5a0-4923b6e3448a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4c1026a7-2e9a-4892-bf07-66d7e33bac4f {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
min-height: 50px;
}








#s-4c1026a7-2e9a-4892-bf07-66d7e33bac4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c1026a7-2e9a-4892-bf07-66d7e33bac4f {
  cursor: pointer;
}#s-4c1026a7-2e9a-4892-bf07-66d7e33bac4f.shg-box.shg-c {
  justify-content: center;
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
    
    
  }


.s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-content {
  
    align-items: center;
  
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
      position: relative;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  
  
  
  
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
    
    
  }


.s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-content {
  
    align-items: center;
  
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
      position: relative;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  
  
  
  
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
    
    
  }


.s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-content {
  
    align-items: center;
  
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
      position: relative;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  
  
  
  
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
    
    
  }


.s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-content {
  
    align-items: center;
  
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
      position: relative;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  
  
  
  
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
    
    
  }


.s-43680765-4e5e-4a3f-ab0f-79cb862c5030 .shogun-image-content {
  
    align-items: center;
  
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container {
      position: relative;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43680765-4e5e-4a3f-ab0f-79cb862c5030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9777848d-8008-4d72-b9a6-99c4a7b332d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9777848d-8008-4d72-b9a6-99c4a7b332d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9777848d-8008-4d72-b9a6-99c4a7b332d7.shg-box.shg-c {
  justify-content: center;
}

#s-e64dad84-0c22-4125-a450-ee9e0ce55ba6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-e64dad84-0c22-4125-a450-ee9e0ce55ba6 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-623ca091-b7a4-4ae4-abcc-4efd098a548e {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-549f55ff-3157-4b55-a423-c35f909afe79 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-549f55ff-3157-4b55-a423-c35f909afe79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-549f55ff-3157-4b55-a423-c35f909afe79 {
  cursor: pointer;
}#s-549f55ff-3157-4b55-a423-c35f909afe79.shg-box.shg-c {
  justify-content: center;
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
    
    
  }


.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
      position: relative;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  
  
  
  
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
    
    
  }


.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
      position: relative;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  
  
  
  
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
    
    
  }


.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
      position: relative;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  
  
  
  
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
    
    
  }


.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
      position: relative;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  
  
  
  
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
    
    
  }


.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container {
      position: relative;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b50cc17f-7c7b-4133-90d1-45e3879c10d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-74366d64-b5b3-49f9-829a-4bf1406d6d74 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-74366d64-b5b3-49f9-829a-4bf1406d6d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74366d64-b5b3-49f9-829a-4bf1406d6d74.shg-box.shg-c {
  justify-content: center;
}

#s-2aa61e83-dbb9-4533-8f34-3edbb0d9ba2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aa61e83-dbb9-4533-8f34-3edbb0d9ba2f .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-513e0b65-28cd-415d-a8dc-a610662e438e {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-21ce467f-9043-4acc-8538-34eef4ab4004 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-21ce467f-9043-4acc-8538-34eef4ab4004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21ce467f-9043-4acc-8538-34eef4ab4004 {
  cursor: pointer;
}#s-21ce467f-9043-4acc-8538-34eef4ab4004.shg-box.shg-c {
  justify-content: center;
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 743/775;
text-align: center;
}



.shg-image-margin-container-s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
    
    
  }


.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-content {
  
    align-items: center;
  
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
      position: relative;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  
  
  
  
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
    
    
  }


.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-content {
  
    align-items: center;
  
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
      position: relative;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  
  
  
  
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
    
    
  }


.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-content {
  
    align-items: center;
  
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
      position: relative;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  
  
  
  
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
    
    
  }


.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-content {
  
    align-items: center;
  
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
      position: relative;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  
  
  
  
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      aspect-ratio: 743/775;
      width: 100%;
      height: 100%;
    }

    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-link {
      aspect-ratio: 743/775;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
    
    
  }


.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 .shogun-image-content {
  
    align-items: center;
  
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 {
      --shg-aspect-ratio: calc(743/775); 
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container {
      position: relative;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-016ffab3-87fb-4ab4-a42c-a1d3bd6b3178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eaa509fc-1774-4b47-997f-c79ed494b05c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-eaa509fc-1774-4b47-997f-c79ed494b05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eaa509fc-1774-4b47-997f-c79ed494b05c.shg-box.shg-c {
  justify-content: center;
}

#s-4fb6930f-f1d8-465e-9ea9-4d01bc46cce5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fb6930f-f1d8-465e-9ea9-4d01bc46cce5 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-f2fef3b4-2d34-4b0c-b4a9-515a19ec8f57 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ba2eebda-ff91-4f6a-bee4-932b6b648643 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-ba2eebda-ff91-4f6a-bee4-932b6b648643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba2eebda-ff91-4f6a-bee4-932b6b648643 {
  cursor: pointer;
}#s-ba2eebda-ff91-4f6a-bee4-932b6b648643.shg-box.shg-c {
  justify-content: center;
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
    
    
  }


.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-content {
  
    align-items: center;
  
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
      position: relative;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  
  
  
  
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
    
    
  }


.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-content {
  
    align-items: center;
  
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
      position: relative;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  
  
  
  
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
    
    
  }


.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-content {
  
    align-items: center;
  
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
      position: relative;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  
  
  
  
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
    
    
  }


.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-content {
  
    align-items: center;
  
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
      position: relative;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  
  
  
  
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
    
    
  }


.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 .shogun-image-content {
  
    align-items: center;
  
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container {
      position: relative;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63aa3a3e-fd49-4ea0-8aee-01f4b825c720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-96b46065-2479-49b4-9b83-52f0347df2b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-96b46065-2479-49b4-9b83-52f0347df2b4 {
  margin-bottom: 6px;
}
}







#s-96b46065-2479-49b4-9b83-52f0347df2b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b46065-2479-49b4-9b83-52f0347df2b4.shg-box.shg-c {
  justify-content: center;
}

#s-c71b5a66-4976-40af-9f84-98c6a261fa78 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-c71b5a66-4976-40af-9f84-98c6a261fa78 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-2e95e170-8c1c-49e4-85a3-cb0e39ee52fb {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-030b6dcd-bc5f-4b45-9df3-f2efceec8c4a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-030b6dcd-bc5f-4b45-9df3-f2efceec8c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-030b6dcd-bc5f-4b45-9df3-f2efceec8c4a.shg-box.shg-c {
  justify-content: center;
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
    
    
  }


.s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-content {
  
    align-items: center;
  
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50878a81-4525-4b94-a0e0-03ba530e779d {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
      position: relative;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50878a81-4525-4b94-a0e0-03ba530e779d {
  
  
  
  
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
    
    
  }


.s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-content {
  
    align-items: center;
  
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50878a81-4525-4b94-a0e0-03ba530e779d {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
      position: relative;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-50878a81-4525-4b94-a0e0-03ba530e779d {
  
  
  
  
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
    
    
  }


.s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-content {
  
    align-items: center;
  
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50878a81-4525-4b94-a0e0-03ba530e779d {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
      position: relative;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-50878a81-4525-4b94-a0e0-03ba530e779d {
  
  
  
  
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
    
    
  }


.s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-content {
  
    align-items: center;
  
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50878a81-4525-4b94-a0e0-03ba530e779d {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
      position: relative;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-50878a81-4525-4b94-a0e0-03ba530e779d {
  
  
  
  
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50878a81-4525-4b94-a0e0-03ba530e779d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
    
    
  }


.s-50878a81-4525-4b94-a0e0-03ba530e779d .shogun-image-content {
  
    align-items: center;
  
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50878a81-4525-4b94-a0e0-03ba530e779d {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container {
      position: relative;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50878a81-4525-4b94-a0e0-03ba530e779d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8a52d4bc-f997-4550-82b7-40081c49d70b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8a52d4bc-f997-4550-82b7-40081c49d70b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a52d4bc-f997-4550-82b7-40081c49d70b.shg-box.shg-c {
  justify-content: center;
}

#s-5b03baea-6ca7-416f-9b73-f7e0f1832ebf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b03baea-6ca7-416f-9b73-f7e0f1832ebf .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-7ae0d732-cc7e-4cb1-a616-0ab8af20d2d6 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f69c1031-b87f-4ce5-b25b-68a6c78fee9b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-f69c1031-b87f-4ce5-b25b-68a6c78fee9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f69c1031-b87f-4ce5-b25b-68a6c78fee9b.shg-box.shg-c {
  justify-content: center;
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
    
    
  }


.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
      position: relative;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  
  
  
  
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
    
    
  }


.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
      position: relative;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  
  
  
  
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
    
    
  }


.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
      position: relative;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  
  
  
  
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
    
    
  }


.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
      position: relative;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  
  
  
  
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
    
    
  }


.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container {
      position: relative;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c54e3b4-e2ab-454b-87c5-b5bef8b745c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c99d2fe7-c2ee-42b4-b054-255a326b400a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c99d2fe7-c2ee-42b4-b054-255a326b400a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c99d2fe7-c2ee-42b4-b054-255a326b400a.shg-box.shg-c {
  justify-content: center;
}

#s-b51c1c25-b919-48b7-b716-9a36944d618c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-b51c1c25-b919-48b7-b716-9a36944d618c {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}







#s-b51c1c25-b919-48b7-b716-9a36944d618c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b51c1c25-b919-48b7-b716-9a36944d618c.shg-box.shg-c {
  justify-content: center;
}

#s-ec31411a-e524-41f4-b64f-ed3681df1d61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec31411a-e524-41f4-b64f-ed3681df1d61 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-cf4ffcca-52fc-44dc-bdfa-b6252e2380c3 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-344c514d-9789-43f6-8b95-af3a949fd905 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-344c514d-9789-43f6-8b95-af3a949fd905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-344c514d-9789-43f6-8b95-af3a949fd905.shg-box.shg-c {
  justify-content: center;
}

#s-00534751-e257-4174-a873-3995d663cafa {
  margin-left: auto;
margin-right: auto;
max-width: 742px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-00534751-e257-4174-a873-3995d663cafa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-00534751-e257-4174-a873-3995d663cafa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-00534751-e257-4174-a873-3995d663cafa .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00534751-e257-4174-a873-3995d663cafa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
    
    
  }


.s-00534751-e257-4174-a873-3995d663cafa .shogun-image-content {
  
    align-items: center;
  
}

.s-00534751-e257-4174-a873-3995d663cafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00534751-e257-4174-a873-3995d663cafa {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
      position: relative;
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00534751-e257-4174-a873-3995d663cafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-00534751-e257-4174-a873-3995d663cafa {
  
  
  
  
}

#s-00534751-e257-4174-a873-3995d663cafa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-00534751-e257-4174-a873-3995d663cafa .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00534751-e257-4174-a873-3995d663cafa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
    
    
  }


.s-00534751-e257-4174-a873-3995d663cafa .shogun-image-content {
  
    align-items: center;
  
}

.s-00534751-e257-4174-a873-3995d663cafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00534751-e257-4174-a873-3995d663cafa {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
      position: relative;
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00534751-e257-4174-a873-3995d663cafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-00534751-e257-4174-a873-3995d663cafa {
  
  
  
  
}

#s-00534751-e257-4174-a873-3995d663cafa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-00534751-e257-4174-a873-3995d663cafa .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00534751-e257-4174-a873-3995d663cafa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
    
    
  }


.s-00534751-e257-4174-a873-3995d663cafa .shogun-image-content {
  
    align-items: center;
  
}

.s-00534751-e257-4174-a873-3995d663cafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00534751-e257-4174-a873-3995d663cafa {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
      position: relative;
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00534751-e257-4174-a873-3995d663cafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-00534751-e257-4174-a873-3995d663cafa {
  
  
  
  
}

#s-00534751-e257-4174-a873-3995d663cafa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-00534751-e257-4174-a873-3995d663cafa .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00534751-e257-4174-a873-3995d663cafa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
    
    
  }


.s-00534751-e257-4174-a873-3995d663cafa .shogun-image-content {
  
    align-items: center;
  
}

.s-00534751-e257-4174-a873-3995d663cafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00534751-e257-4174-a873-3995d663cafa {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
      position: relative;
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00534751-e257-4174-a873-3995d663cafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-00534751-e257-4174-a873-3995d663cafa {
  
  
  
  
}

#s-00534751-e257-4174-a873-3995d663cafa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-00534751-e257-4174-a873-3995d663cafa .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00534751-e257-4174-a873-3995d663cafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00534751-e257-4174-a873-3995d663cafa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
    
    
  }


.s-00534751-e257-4174-a873-3995d663cafa .shogun-image-content {
  
    align-items: center;
  
}

.s-00534751-e257-4174-a873-3995d663cafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00534751-e257-4174-a873-3995d663cafa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00534751-e257-4174-a873-3995d663cafa {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container {
      position: relative;
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00534751-e257-4174-a873-3995d663cafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00534751-e257-4174-a873-3995d663cafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-781ca88a-8699-41de-b591-5dc52ed54431 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-781ca88a-8699-41de-b591-5dc52ed54431 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}







#s-781ca88a-8699-41de-b591-5dc52ed54431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-781ca88a-8699-41de-b591-5dc52ed54431.shg-box.shg-c {
  justify-content: center;
}

#s-f3c6a1b7-2d82-45c5-93ee-b5f42da56640 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3c6a1b7-2d82-45c5-93ee-b5f42da56640 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-00a4d760-c468-4611-aba1-5c54e9525867 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-89aeb3eb-8111-4f28-b9d7-3f18d5b6f440 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-89aeb3eb-8111-4f28-b9d7-3f18d5b6f440 {
  margin-top: 16px;
margin-bottom: 16px;
}
}







#s-89aeb3eb-8111-4f28-b9d7-3f18d5b6f440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89aeb3eb-8111-4f28-b9d7-3f18d5b6f440.shg-box.shg-c {
  justify-content: center;
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin-left: auto;
margin-right: auto;
max-width: 743px;
aspect-ratio: 742/774;
text-align: center;
}



.shg-image-margin-container-s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
    
    
  }


.s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
      position: relative;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  
  
  
  
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
    
    
  }


.s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
      position: relative;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  
  
  
  
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
    
    
  }


.s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
      position: relative;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  
  
  
  
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
    
    
  }


.s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
      position: relative;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  
  
  
  
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      aspect-ratio: 742/774;
      width: 100%;
      height: 100%;
    }

    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-link {
      aspect-ratio: 742/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
    
    
  }


.s-4aec2cf1-6265-40d7-924f-482a3052b5b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 {
      --shg-aspect-ratio: calc(742/774); 
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container {
      position: relative;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aec2cf1-6265-40d7-924f-482a3052b5b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-021e19f7-62ca-46d0-bf82-ee602ae4de45 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-021e19f7-62ca-46d0-bf82-ee602ae4de45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-021e19f7-62ca-46d0-bf82-ee602ae4de45.shg-box.shg-c {
  justify-content: center;
}

#s-ce27cd2e-ad4e-4c23-83fe-e18d5db86420 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce27cd2e-ad4e-4c23-83fe-e18d5db86420 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-1ca51a9c-0a81-43db-8480-c4db6eff8cb2 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4038723c-ccde-4b94-9e78-39e597640e13 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4038723c-ccde-4b94-9e78-39e597640e13 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-4038723c-ccde-4b94-9e78-39e597640e13 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-4038723c-ccde-4b94-9e78-39e597640e13 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-4038723c-ccde-4b94-9e78-39e597640e13 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-4038723c-ccde-4b94-9e78-39e597640e13 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/398;
text-align: center;
}
@media (min-width: 1200px){#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  max-width: 1400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  display: none;
}
#s-d900b4da-8d65-47d5-8a56-b8886f691fd3, #wrap-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 { display: none !important; }}@media (max-width: 767px){#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  display: none;
}
#s-d900b4da-8d65-47d5-8a56-b8886f691fd3, #wrap-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 { display: none !important; }}


.shg-image-margin-container-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      aspect-ratio: 1280/398;
      width: 100%;
      height: 100%;
    }

    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-link {
      aspect-ratio: 1280/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
    
    
  }


.s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
      --shg-aspect-ratio: calc(1280/398); 
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
      position: relative;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  
  
  
  
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      aspect-ratio: 1280/398;
      width: 100%;
      height: 100%;
    }

    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-link {
      aspect-ratio: 1280/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
    
    
  }


.s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
      --shg-aspect-ratio: calc(1280/398); 
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
      position: relative;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  
  
  
  
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      aspect-ratio: 1280/398;
      width: 100%;
      height: 100%;
    }

    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-link {
      aspect-ratio: 1280/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
    
    
  }


.s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
      --shg-aspect-ratio: calc(1280/398); 
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
      position: relative;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  
  
  
  
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      aspect-ratio: 1280/398;
      width: 100%;
      height: 100%;
    }

    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-link {
      aspect-ratio: 1280/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
    
    
  }


.s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
      --shg-aspect-ratio: calc(1280/398); 
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
      position: relative;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  
  
  
  
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      aspect-ratio: 1280/398;
      width: 100%;
      height: 100%;
    }

    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-link {
      aspect-ratio: 1280/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
    
    
  }


.s-d900b4da-8d65-47d5-8a56-b8886f691fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 {
      --shg-aspect-ratio: calc(1280/398); 
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container {
      position: relative;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d900b4da-8d65-47d5-8a56-b8886f691fd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}
@media (min-width: 1200px){#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  display: none;
}
#s-0330aa20-440f-4634-a54b-5286d1c0769d, #wrap-s-0330aa20-440f-4634-a54b-5286d1c0769d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  display: none;
}
#s-0330aa20-440f-4634-a54b-5286d1c0769d, #wrap-s-0330aa20-440f-4634-a54b-5286d1c0769d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  max-width: 600px;
}
}@media (max-width: 767px){#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin-left: 4%;
margin-right: 4%;
max-width: 440px;
}
}


.shg-image-margin-container-s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      width: 100%;
      height: 100%;
    }

    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
    
    
  }


.s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-content {
  
    align-items: center;
  
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0330aa20-440f-4634-a54b-5286d1c0769d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
      position: relative;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0330aa20-440f-4634-a54b-5286d1c0769d {
  
  
  
  
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      width: 100%;
      height: 100%;
    }

    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
    
    
  }


.s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-content {
  
    align-items: center;
  
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0330aa20-440f-4634-a54b-5286d1c0769d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
      position: relative;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0330aa20-440f-4634-a54b-5286d1c0769d {
  
  
  
  
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      width: 100%;
      height: 100%;
    }

    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
    
    
  }


.s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-content {
  
    align-items: center;
  
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0330aa20-440f-4634-a54b-5286d1c0769d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
      position: relative;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0330aa20-440f-4634-a54b-5286d1c0769d {
  
  
  
  
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      width: 100%;
      height: 100%;
    }

    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
    
    
  }


.s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-content {
  
    align-items: center;
  
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0330aa20-440f-4634-a54b-5286d1c0769d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
      position: relative;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin-left: 4%;
  margin-right: 4%;
  
  
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      width: 100%;
      height: 100%;
    }

    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0330aa20-440f-4634-a54b-5286d1c0769d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
    
    
  }


.s-0330aa20-440f-4634-a54b-5286d1c0769d .shogun-image-content {
  
    align-items: center;
  
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0330aa20-440f-4634-a54b-5286d1c0769d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container {
      position: relative;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0330aa20-440f-4634-a54b-5286d1c0769d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-38eeb638-9cb2-489f-9973-d72d53628740 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-38eeb638-9cb2-489f-9973-d72d53628740 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-38eeb638-9cb2-489f-9973-d72d53628740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38eeb638-9cb2-489f-9973-d72d53628740.shg-box.shg-c {
  justify-content: center;
}

#s-acaa777e-a39d-4c59-bb9e-284a798a61e7 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-acaa777e-a39d-4c59-bb9e-284a798a61e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-acaa777e-a39d-4c59-bb9e-284a798a61e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-acaa777e-a39d-4c59-bb9e-284a798a61e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-acaa777e-a39d-4c59-bb9e-284a798a61e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  max-width: 320px;
}
}


.shg-image-margin-container-s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
    
    
  }


.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
      position: relative;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  
  
  
  
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
    
    
  }


.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
      position: relative;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  
  
  
  
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
    
    
  }


.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
      position: relative;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  
  
  
  
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
    
    
  }


.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
      position: relative;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  
  
  
  
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
    
    
  }


.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container {
      position: relative;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd98d59-ef28-45c0-9d19-bf53dd7711fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0001b93d-e104-4c2a-bd54-5557464240cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0001b93d-e104-4c2a-bd54-5557464240cb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-0001b93d-e104-4c2a-bd54-5557464240cb .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
    
    
  }


.s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
      position: relative;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  
  
  
  
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
    
    
  }


.s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
      position: relative;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  
  
  
  
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
    
    
  }


.s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
      position: relative;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  
  
  
  
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
    
    
  }


.s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
      position: relative;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  
  
  
  
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
    
    
  }


.s-acfd421e-fac0-4e8d-ac1a-770c850778f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container {
      position: relative;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acfd421e-fac0-4e8d-ac1a-770c850778f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-70e27c5a-c3b8-47ec-9083-85a089f42288 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70e27c5a-c3b8-47ec-9083-85a089f42288 .shogun-heading-component h1 {
  color: rgba(1, 1, 1, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-70e27c5a-c3b8-47ec-9083-85a089f42288 .shogun-heading-component h1 a {
  color: rgba(1, 1, 1, 1);
}


#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
    
    
  }


.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
      position: relative;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  
  
  
  
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
    
    
  }


.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
      position: relative;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  
  
  
  
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
    
    
  }


.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
      position: relative;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  
  
  
  
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
    
    
  }


.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
      position: relative;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  
  
  
  
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
    
    
  }


.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container {
      position: relative;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a14dcdfd-0fc3-45b3-9ab9-d661a9042fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-39fa9c21-f01b-4a04-a7fe-78cb14ff6a7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39fa9c21-f01b-4a04-a7fe-78cb14ff6a7b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-39fa9c21-f01b-4a04-a7fe-78cb14ff6a7b .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  max-width: 320px;
}
}


.shg-image-margin-container-s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
    
    
  }


.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
      position: relative;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  
  
  
  
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
    
    
  }


.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
      position: relative;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  
  
  
  
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
    
    
  }


.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
      position: relative;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  
  
  
  
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
    
    
  }


.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
      position: relative;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  
  
  
  
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
    
    
  }


.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container {
      position: relative;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8a2c06-61da-4d36-94f8-468ab7ed2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6e03a425-107d-400e-b785-7ee30f41478e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e03a425-107d-400e-b785-7ee30f41478e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-6e03a425-107d-400e-b785-7ee30f41478e .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-8999e40b-228a-45a1-8fa3-cc9e13fc7620 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8999e40b-228a-45a1-8fa3-cc9e13fc7620"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8999e40b-228a-45a1-8fa3-cc9e13fc7620"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8999e40b-228a-45a1-8fa3-cc9e13fc7620"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8999e40b-228a-45a1-8fa3-cc9e13fc7620"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
    
    
  }


.s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
      position: relative;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  
  
  
  
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
    
    
  }


.s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
      position: relative;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  
  
  
  
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
    
    
  }


.s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
      position: relative;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  
  
  
  
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
    
    
  }


.s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
      position: relative;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  
  
  
  
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
    
    
  }


.s-b30e9f8f-34ff-477c-929b-6ecaeec85688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container {
      position: relative;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b30e9f8f-34ff-477c-929b-6ecaeec85688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2801197f-cef4-4a31-be55-5d2e076f582d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2801197f-cef4-4a31-be55-5d2e076f582d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-2801197f-cef4-4a31-be55-5d2e076f582d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
    
    
  }


.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
      position: relative;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  
  
  
  
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
    
    
  }


.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
      position: relative;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  
  
  
  
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
    
    
  }


.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
      position: relative;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  
  
  
  
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
    
    
  }


.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
      position: relative;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  
  
  
  
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
    
    
  }


.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container {
      position: relative;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7e8198-9efc-43b9-8e56-8e13fd73ef95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4d66967e-553c-4500-a795-0b41bd0cd12f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d66967e-553c-4500-a795-0b41bd0cd12f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-4d66967e-553c-4500-a795-0b41bd0cd12f .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
    
    
  }


.s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e44c68-461e-473d-9218-4b0a1880c459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
      position: relative;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-19e44c68-461e-473d-9218-4b0a1880c459 {
  
  
  
  
}

#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
    
    
  }


.s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e44c68-461e-473d-9218-4b0a1880c459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
      position: relative;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-19e44c68-461e-473d-9218-4b0a1880c459 {
  
  
  
  
}

#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
    
    
  }


.s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e44c68-461e-473d-9218-4b0a1880c459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
      position: relative;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-19e44c68-461e-473d-9218-4b0a1880c459 {
  
  
  
  
}

#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
    
    
  }


.s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e44c68-461e-473d-9218-4b0a1880c459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
      position: relative;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-19e44c68-461e-473d-9218-4b0a1880c459 {
  
  
  
  
}

#s-19e44c68-461e-473d-9218-4b0a1880c459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e44c68-461e-473d-9218-4b0a1880c459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
    
    
  }


.s-19e44c68-461e-473d-9218-4b0a1880c459 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e44c68-461e-473d-9218-4b0a1880c459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container {
      position: relative;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e44c68-461e-473d-9218-4b0a1880c459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-13da84ea-cb2d-4576-a465-7c97a5c20770 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13da84ea-cb2d-4576-a465-7c97a5c20770 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-13da84ea-cb2d-4576-a465-7c97a5c20770 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin-left: auto;
margin-right: auto;
max-width: 298px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  max-width: 320px;
}
}


.shg-image-margin-container-s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
    
    
  }


.s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
      position: relative;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  
  
  
  
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
    
    
  }


.s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
      position: relative;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  
  
  
  
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
    
    
  }


.s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
      position: relative;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  
  
  
  
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
    
    
  }


.s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
      position: relative;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  
  
  
  
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
    
    
  }


.s-4287d14e-9828-4e28-96ce-c5ed24b36b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container {
      position: relative;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4287d14e-9828-4e28-96ce-c5ed24b36b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8d2e8170-594b-4ea6-93e4-5c5ef253796d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8d2e8170-594b-4ea6-93e4-5c5ef253796d .shogun-heading-component h1 {
  color: rgba(11, 11, 11, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-8d2e8170-594b-4ea6-93e4-5c5ef253796d .shogun-heading-component h1 a {
  color: rgba(11, 11, 11, 1);
}


#s-6c6cd490-964f-4f00-996f-1153be95157a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c6cd490-964f-4f00-996f-1153be95157a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c6cd490-964f-4f00-996f-1153be95157a.shg-box.shg-c {
  justify-content: center;
}

#s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(55, 53, 52, 1);
}

@media (min-width: 0px) {
[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ec0e5fb-f6e1-4afb-8c97-4ea60a9c8318"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f9e02395-21bf-4bd8-a225-26e2b0929eaa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9e02395-21bf-4bd8-a225-26e2b0929eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9e02395-21bf-4bd8-a225-26e2b0929eaa {
  cursor: pointer;
}#s-f9e02395-21bf-4bd8-a225-26e2b0929eaa.shg-box.shg-c {
  justify-content: center;
}

#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9 {
  border-style: solid;
margin-top: 40px;
margin-left: 10%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 54, 53, 1);
}
#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(52, 53, 54, 1) !important;}#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9 {
  margin-top: 40px;
margin-left: 6%;
}
}

  #s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9-root {
    text-align: left;
  }


#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9.shg-btn {
  color: rgba(55, 54, 53, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9-root {
    text-align: left;
  }


#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9.shg-btn {
  color: rgba(55, 54, 53, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9-root {
    text-align: left;
  }


#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9.shg-btn {
  color: rgba(55, 54, 53, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9-root {
    text-align: left;
  }


#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9.shg-btn {
  color: rgba(55, 54, 53, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9-root {
    text-align: left;
  }


#s-e3b1de67-c0bc-42de-ade7-a1608cd00ca9.shg-btn {
  color: rgba(55, 54, 53, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5290b402-2ddd-41d0-8f50-e234618f9209 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5290b402-2ddd-41d0-8f50-e234618f9209 {
  display: none;
}
#s-5290b402-2ddd-41d0-8f50-e234618f9209, #wrap-s-5290b402-2ddd-41d0-8f50-e234618f9209 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5290b402-2ddd-41d0-8f50-e234618f9209 {
  display: none;
}
#s-5290b402-2ddd-41d0-8f50-e234618f9209, #wrap-s-5290b402-2ddd-41d0-8f50-e234618f9209 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5290b402-2ddd-41d0-8f50-e234618f9209 {
  display: none;
}
#s-5290b402-2ddd-41d0-8f50-e234618f9209, #wrap-s-5290b402-2ddd-41d0-8f50-e234618f9209 { display: none !important; }}
#s-5290b402-2ddd-41d0-8f50-e234618f9209 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-40cc32e8-23d6-41e2-aef9-370bdcd12038 {
  margin-left: -1%;
margin-right: 50%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-40cc32e8-23d6-41e2-aef9-370bdcd12038 {
  margin-left: -2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40cc32e8-23d6-41e2-aef9-370bdcd12038 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40cc32e8-23d6-41e2-aef9-370bdcd12038 {
  
}
}@media (max-width: 767px){#s-40cc32e8-23d6-41e2-aef9-370bdcd12038 {
  display: none;
}
#s-40cc32e8-23d6-41e2-aef9-370bdcd12038, #wrap-s-40cc32e8-23d6-41e2-aef9-370bdcd12038 { display: none !important; }}
#s-93a4ab29-6908-4414-9fae-f24509e55cc1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-93a4ab29-6908-4414-9fae-f24509e55cc1:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93a4ab29-6908-4414-9fae-f24509e55cc1:active {background-color: rgba(0, 0, 0, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-93a4ab29-6908-4414-9fae-f24509e55cc1-root {
    text-align: left;
  }


#s-93a4ab29-6908-4414-9fae-f24509e55cc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93a4ab29-6908-4414-9fae-f24509e55cc1-root {
    text-align: left;
  }


#s-93a4ab29-6908-4414-9fae-f24509e55cc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93a4ab29-6908-4414-9fae-f24509e55cc1-root {
    text-align: left;
  }


#s-93a4ab29-6908-4414-9fae-f24509e55cc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93a4ab29-6908-4414-9fae-f24509e55cc1-root {
    text-align: left;
  }


#s-93a4ab29-6908-4414-9fae-f24509e55cc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93a4ab29-6908-4414-9fae-f24509e55cc1-root {
    text-align: left;
  }


#s-93a4ab29-6908-4414-9fae-f24509e55cc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin-left: auto;
margin-right: auto;
max-width: 661px;
aspect-ratio: 825/395;
text-align: center;
}
@media (min-width: 1200px){#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  max-width: 825px;
}
}


.shg-image-margin-container-s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      aspect-ratio: 825/395;
      width: 100%;
      height: 100%;
    }

    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-link {
      aspect-ratio: 825/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
      --shg-aspect-ratio: calc(825/395); 
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
      position: relative;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  
  
  
  
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      aspect-ratio: 825/395;
      width: 100%;
      height: 100%;
    }

    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-link {
      aspect-ratio: 825/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
      --shg-aspect-ratio: calc(825/395); 
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
      position: relative;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  
  
  
  
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      aspect-ratio: 825/395;
      width: 100%;
      height: 100%;
    }

    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-link {
      aspect-ratio: 825/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
      --shg-aspect-ratio: calc(825/395); 
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
      position: relative;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  
  
  
  
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      aspect-ratio: 825/395;
      width: 100%;
      height: 100%;
    }

    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-link {
      aspect-ratio: 825/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
      --shg-aspect-ratio: calc(825/395); 
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
      position: relative;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  
  
  
  
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      aspect-ratio: 825/395;
      width: 100%;
      height: 100%;
    }

    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-link {
      aspect-ratio: 825/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-662c3269-cabe-41bc-9c66-9f55908dffa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 {
      --shg-aspect-ratio: calc(825/395); 
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container {
      position: relative;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-662c3269-cabe-41bc-9c66-9f55908dffa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3af484d1-df57-448d-8e21-0fb975794871 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3af484d1-df57-448d-8e21-0fb975794871 {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-3af484d1-df57-448d-8e21-0fb975794871 {
  margin-left: 4%;
}
}







#s-3af484d1-df57-448d-8e21-0fb975794871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3af484d1-df57-448d-8e21-0fb975794871.shg-box.shg-c {
  justify-content: center;
}

#s-66515380-ec45-48c6-9c96-8bbf738f1a6c {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
