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

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

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

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

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

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

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

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

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

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

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

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

#s-0e8b896e-0e09-4948-8065-bd8c31b6268e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e8b896e-0e09-4948-8065-bd8c31b6268e {
  display: none;
}
#s-0e8b896e-0e09-4948-8065-bd8c31b6268e, #wrap-s-0e8b896e-0e09-4948-8065-bd8c31b6268e, #wrap-content-s-0e8b896e-0e09-4948-8065-bd8c31b6268e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e8b896e-0e09-4948-8065-bd8c31b6268e {
  display: none;
}
#s-0e8b896e-0e09-4948-8065-bd8c31b6268e, #wrap-s-0e8b896e-0e09-4948-8065-bd8c31b6268e, #wrap-content-s-0e8b896e-0e09-4948-8065-bd8c31b6268e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e8b896e-0e09-4948-8065-bd8c31b6268e {
  display: none;
}
#s-0e8b896e-0e09-4948-8065-bd8c31b6268e, #wrap-s-0e8b896e-0e09-4948-8065-bd8c31b6268e, #wrap-content-s-0e8b896e-0e09-4948-8065-bd8c31b6268e { display: none !important; }}







#s-0e8b896e-0e09-4948-8065-bd8c31b6268e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e8b896e-0e09-4948-8065-bd8c31b6268e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-5108a97c-0c97-4120-bc28-77864e3e5a3f {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(216, 245, 248, 1);
}
@media (max-width: 767px){#s-5108a97c-0c97-4120-bc28-77864e3e5a3f {
  display: none;
}
#s-5108a97c-0c97-4120-bc28-77864e3e5a3f, #wrap-s-5108a97c-0c97-4120-bc28-77864e3e5a3f, #wrap-content-s-5108a97c-0c97-4120-bc28-77864e3e5a3f { display: none !important; }}
@media (min-width: 0px) {
[id="s-5108a97c-0c97-4120-bc28-77864e3e5a3f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5108a97c-0c97-4120-bc28-77864e3e5a3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5108a97c-0c97-4120-bc28-77864e3e5a3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5108a97c-0c97-4120-bc28-77864e3e5a3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  margin-left: 6px;
margin-right: 0px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  margin: 0 !important;
  overflow: visible;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add background color handling */
  
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
  box-sizing: border-box;
}



.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
      position: relative;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  margin: 0 !important;
  overflow: visible;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add background color handling */
  
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
  box-sizing: border-box;
}



.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
      position: relative;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  margin: 0 !important;
  overflow: visible;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add background color handling */
  
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
  box-sizing: border-box;
}



.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
      position: relative;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  margin: 0 !important;
  overflow: visible;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add background color handling */
  
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
  box-sizing: border-box;
}



.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
      position: relative;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  margin: 0 !important;
  overflow: visible;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add background color handling */
  
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image {
  box-sizing: border-box;
}



.s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container {
      position: relative;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-940bbfc0-b0de-4758-bdae-4d6d8153c53a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(16, 63, 143, 1);
  font-family: "Catamaran";
  font-weight: 400;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(16, 63, 143, 1);
  font-family: "Poppins";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(16, 63, 143, 1);
  font-family: "Catamaran";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(16, 63, 143, 1);
  font-family: "Poppins";
  font-weight: 500;
}

#s-24afd8eb-1463-46fb-89b7-af76fb39a8ed {
  margin-top: 2px;
margin-left: -30%;
margin-right: -10%;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  margin-left: -40px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -40px;
  
  
  
}

.shg-image-content-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
  box-sizing: border-box;
}



.s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
      position: relative;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
  box-sizing: border-box;
}



.s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
      position: relative;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
  box-sizing: border-box;
}



.s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
      position: relative;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
  box-sizing: border-box;
}



.s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
      position: relative;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ed559e6c-8708-4d08-ab89-df709ac00d27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image {
  box-sizing: border-box;
}



.s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container {
      position: relative;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed559e6c-8708-4d08-ab89-df709ac00d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-6611a025-bdc7-486d-a08a-79ed2fa4d45f {
  margin-top: 2px;
margin-left: -50px;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  margin-top: 20px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 3%;
max-width: 1080px;
text-align: center;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  margin: 0 !important;
  overflow: visible;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add background color handling */
  
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image {
  box-sizing: border-box;
}



.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  margin: 0 !important;
  overflow: visible;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add background color handling */
  
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image {
  box-sizing: border-box;
}



.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  margin: 0 !important;
  overflow: visible;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add background color handling */
  
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image {
  box-sizing: border-box;
}



.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  margin: 0 !important;
  overflow: visible;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add background color handling */
  
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image {
  box-sizing: border-box;
}



.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  margin: 0 !important;
  overflow: visible;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e108de2d-e65f-41a7-bd1a-4388aee3c884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add background color handling */
  
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e108de2d-e65f-41a7-bd1a-4388aee3c884.shogun-image {
  box-sizing: border-box;
}



.s-e108de2d-e65f-41a7-bd1a-4388aee3c884 img.shogun-image {
  
}


}
#s-359cfefa-9236-4ddf-b096-f085d505f144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-359cfefa-9236-4ddf-b096-f085d505f144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-359cfefa-9236-4ddf-b096-f085d505f144.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 {
  margin-left: auto;
margin-right: auto;
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0.01);
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(16, 63, 143, 1);
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.01);
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(16, 63, 143, 1);
  text-align: left;
  font-family: Lato;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-cf1b9f72-b47a-4cd3-a716-32a35170b796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5c8163a2-7fff-4aab-89d1-191b44f01787 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}

#s-a3b31c0b-cf8a-4b8f-aeaa-4ce87c368c57 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}

#s-c44e28a8-75f2-4cee-832d-3f52cc88095d {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}

#s-c6f2e759-421a-4319-8741-9c2cae51fa38 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(19, 90, 130, 1);
}
@media (min-width: 1200px){#s-c6f2e759-421a-4319-8741-9c2cae51fa38 {
  display: none;
}
#s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-content-s-c6f2e759-421a-4319-8741-9c2cae51fa38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6f2e759-421a-4319-8741-9c2cae51fa38 {
  display: none;
}
#s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-content-s-c6f2e759-421a-4319-8741-9c2cae51fa38 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6f2e759-421a-4319-8741-9c2cae51fa38 {
  display: none;
}
#s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-content-s-c6f2e759-421a-4319-8741-9c2cae51fa38 { display: none !important; }}@media (max-width: 767px){#s-c6f2e759-421a-4319-8741-9c2cae51fa38 {
  display: none;
}
#s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-s-c6f2e759-421a-4319-8741-9c2cae51fa38, #wrap-content-s-c6f2e759-421a-4319-8741-9c2cae51fa38 { display: none !important; }}







#s-c6f2e759-421a-4319-8741-9c2cae51fa38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6f2e759-421a-4319-8741-9c2cae51fa38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(16, 63, 143, 1);
  font-family: "Catamaran";
  text-transform: none;
  font-weight: 400;
  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-8d99e6ae-9112-448e-9dea-6877c6999162 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d99e6ae-9112-448e-9dea-6877c6999162 .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-783cdd99-8b18-40c0-a1d4-64e996a1915f {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-783cdd99-8b18-40c0-a1d4-64e996a1915f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-783cdd99-8b18-40c0-a1d4-64e996a1915f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-783cdd99-8b18-40c0-a1d4-64e996a1915f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-783cdd99-8b18-40c0-a1d4-64e996a1915f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  margin: 0 !important;
  overflow: visible;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 100px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
  box-sizing: border-box;
}



.s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8778e06-508d-45f3-9438-f6530f5fa24e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
      position: relative;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  margin: 0 !important;
  overflow: visible;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add background color handling */
  
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
  box-sizing: border-box;
}



.s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8778e06-508d-45f3-9438-f6530f5fa24e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
      position: relative;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  margin: 0 !important;
  overflow: visible;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add background color handling */
  
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
  box-sizing: border-box;
}



.s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8778e06-508d-45f3-9438-f6530f5fa24e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
      position: relative;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  margin: 0 !important;
  overflow: visible;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add background color handling */
  
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
  box-sizing: border-box;
}



.s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8778e06-508d-45f3-9438-f6530f5fa24e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
      position: relative;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  margin: 0 !important;
  overflow: visible;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8778e06-508d-45f3-9438-f6530f5fa24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add background color handling */
  
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8778e06-508d-45f3-9438-f6530f5fa24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8778e06-508d-45f3-9438-f6530f5fa24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image {
  box-sizing: border-box;
}



.s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8778e06-508d-45f3-9438-f6530f5fa24e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container {
      position: relative;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8778e06-508d-45f3-9438-f6530f5fa24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-59c2bbbd-ad7a-4108-8a23-fa4fc0a4191b {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59c2bbbd-ad7a-4108-8a23-fa4fc0a4191b .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-9cb2a06d-52bf-4622-b72d-8fce1fab01b0 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9cb2a06d-52bf-4622-b72d-8fce1fab01b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9cb2a06d-52bf-4622-b72d-8fce1fab01b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cb2a06d-52bf-4622-b72d-8fce1fab01b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cb2a06d-52bf-4622-b72d-8fce1fab01b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  margin: 0 !important;
  overflow: visible;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 100px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
  box-sizing: border-box;
}



.s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
      position: relative;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  margin: 0 !important;
  overflow: visible;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add background color handling */
  
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
  box-sizing: border-box;
}



.s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
      position: relative;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  margin: 0 !important;
  overflow: visible;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add background color handling */
  
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
  box-sizing: border-box;
}



.s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
      position: relative;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  margin: 0 !important;
  overflow: visible;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add background color handling */
  
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
  box-sizing: border-box;
}



.s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
      position: relative;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  margin: 0 !important;
  overflow: visible;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add background color handling */
  
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f187b203-194e-4c8d-bb54-90f8a291fb4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image {
  box-sizing: border-box;
}



.s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container {
      position: relative;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f187b203-194e-4c8d-bb54-90f8a291fb4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-beb89cf5-0da7-4026-8607-f44f60d702c9 {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beb89cf5-0da7-4026-8607-f44f60d702c9 .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-0e3a45ba-dd39-486d-82d9-9ca9965c95a8 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-0e3a45ba-dd39-486d-82d9-9ca9965c95a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0e3a45ba-dd39-486d-82d9-9ca9965c95a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e3a45ba-dd39-486d-82d9-9ca9965c95a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e3a45ba-dd39-486d-82d9-9ca9965c95a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 99px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
  box-sizing: border-box;
}



.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
      position: relative;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
  box-sizing: border-box;
}



.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
      position: relative;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
  box-sizing: border-box;
}



.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
      position: relative;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
  box-sizing: border-box;
}



.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
      position: relative;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image {
  box-sizing: border-box;
}



.s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container {
      position: relative;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6d2f17e-d32f-45f1-9f7d-b92e757a41a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-382ee48b-7f11-4ee0-b944-e74249a0ad9f {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-382ee48b-7f11-4ee0-b944-e74249a0ad9f .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-57f83254-5639-4067-8efc-3fd59e7b2a02 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-57f83254-5639-4067-8efc-3fd59e7b2a02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57f83254-5639-4067-8efc-3fd59e7b2a02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57f83254-5639-4067-8efc-3fd59e7b2a02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f83254-5639-4067-8efc-3fd59e7b2a02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3db429b4-eef0-4480-9031-1adf34b69321 {
  margin-bottom: 3px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add padding handling */
  padding-left: 2%;
  padding-right: 2%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 100px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
  box-sizing: border-box;
}



.s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3db429b4-eef0-4480-9031-1adf34b69321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
      position: relative;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-3db429b4-eef0-4480-9031-1adf34b69321 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
  box-sizing: border-box;
}



.s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3db429b4-eef0-4480-9031-1adf34b69321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
      position: relative;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3db429b4-eef0-4480-9031-1adf34b69321 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
  box-sizing: border-box;
}



.s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3db429b4-eef0-4480-9031-1adf34b69321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
      position: relative;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3db429b4-eef0-4480-9031-1adf34b69321 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
  box-sizing: border-box;
}



.s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3db429b4-eef0-4480-9031-1adf34b69321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
      position: relative;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-3db429b4-eef0-4480-9031-1adf34b69321 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db429b4-eef0-4480-9031-1adf34b69321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3db429b4-eef0-4480-9031-1adf34b69321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3db429b4-eef0-4480-9031-1adf34b69321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image {
  box-sizing: border-box;
}



.s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3db429b4-eef0-4480-9031-1adf34b69321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container {
      position: relative;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3db429b4-eef0-4480-9031-1adf34b69321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-87bf4934-572e-403b-acec-fd3f575d25a9 {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87bf4934-572e-403b-acec-fd3f575d25a9 .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-77f109ec-04dc-4852-b14d-94164906280f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 244, 244, 1);
}
@media (min-width: 1200px){#s-77f109ec-04dc-4852-b14d-94164906280f {
  display: none;
}
#s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-content-s-77f109ec-04dc-4852-b14d-94164906280f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77f109ec-04dc-4852-b14d-94164906280f {
  display: none;
}
#s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-content-s-77f109ec-04dc-4852-b14d-94164906280f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77f109ec-04dc-4852-b14d-94164906280f {
  display: none;
}
#s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-content-s-77f109ec-04dc-4852-b14d-94164906280f { display: none !important; }}@media (max-width: 767px){#s-77f109ec-04dc-4852-b14d-94164906280f {
  display: none;
}
#s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-s-77f109ec-04dc-4852-b14d-94164906280f, #wrap-content-s-77f109ec-04dc-4852-b14d-94164906280f { display: none !important; }}







#s-77f109ec-04dc-4852-b14d-94164906280f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77f109ec-04dc-4852-b14d-94164906280f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1862c4d4-50c2-41d0-bd79-b0d11aa687e4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: -10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1862c4d4-50c2-41d0-bd79-b0d11aa687e4 .shogun-heading-component h1 {
  color: rgba(16, 63, 143, 1);
  font-weight:  800 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-7c972c18-e062-4344-b90c-0150f70874ea {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-63d7f6be-268b-437c-a726-6510ed645939 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: -10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63d7f6be-268b-437c-a726-6510ed645939 .shogun-heading-component h1 {
  color: rgba(16, 63, 143, 1);
  font-weight:  800 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-fcaeefcd-6139-48a6-a50f-8bffa56e02b3 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 15px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
  box-sizing: border-box;
}



.s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
      position: relative;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
  box-sizing: border-box;
}



.s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
      position: relative;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
  box-sizing: border-box;
}



.s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
      position: relative;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
  box-sizing: border-box;
}



.s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
      position: relative;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-86c49b78-62cf-46e2-afa7-f1acf1442635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image {
  box-sizing: border-box;
}



.s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container {
      position: relative;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c49b78-62cf-46e2-afa7-f1acf1442635 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  display: none;
}
#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-content-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  display: none;
}
#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-content-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  display: none;
}
#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-content-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 { display: none !important; }}@media (max-width: 767px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  display: none;
}
#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6, #wrap-content-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 { display: none !important; }}
#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
  box-sizing: border-box;
}



.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
      position: relative;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
  box-sizing: border-box;
}



.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
      position: relative;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
  box-sizing: border-box;
}



.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
      position: relative;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
  box-sizing: border-box;
}



.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
      position: relative;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image {
  box-sizing: border-box;
}



.s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container {
      position: relative;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e208fa-ffe2-4ff0-af04-35aee4b782c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-9b41b623-96ab-4029-a4d0-49b7130d0d80 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9b41b623-96ab-4029-a4d0-49b7130d0d80 {
  display: none;
}
#s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-content-s-9b41b623-96ab-4029-a4d0-49b7130d0d80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b41b623-96ab-4029-a4d0-49b7130d0d80 {
  display: none;
}
#s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-content-s-9b41b623-96ab-4029-a4d0-49b7130d0d80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b41b623-96ab-4029-a4d0-49b7130d0d80 {
  display: none;
}
#s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-content-s-9b41b623-96ab-4029-a4d0-49b7130d0d80 { display: none !important; }}@media (max-width: 767px){#s-9b41b623-96ab-4029-a4d0-49b7130d0d80 {
  display: none;
}
#s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-s-9b41b623-96ab-4029-a4d0-49b7130d0d80, #wrap-content-s-9b41b623-96ab-4029-a4d0-49b7130d0d80 { display: none !important; }}







#s-9b41b623-96ab-4029-a4d0-49b7130d0d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b41b623-96ab-4029-a4d0-49b7130d0d80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-819958d3-24e6-41c7-b46c-2dd67d2de4d0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-819958d3-24e6-41c7-b46c-2dd67d2de4d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-819958d3-24e6-41c7-b46c-2dd67d2de4d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 130px;
aspect-ratio: 500/82;
text-align: center;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
  box-sizing: border-box;
}



.s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ead3c78-2500-4225-bfef-36e1c527623e {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
      position: relative;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){#s-1ead3c78-2500-4225-bfef-36e1c527623e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
  box-sizing: border-box;
}



.s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ead3c78-2500-4225-bfef-36e1c527623e {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
      position: relative;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ead3c78-2500-4225-bfef-36e1c527623e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
  box-sizing: border-box;
}



.s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ead3c78-2500-4225-bfef-36e1c527623e {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
      position: relative;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ead3c78-2500-4225-bfef-36e1c527623e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
  box-sizing: border-box;
}



.s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ead3c78-2500-4225-bfef-36e1c527623e {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
      position: relative;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (max-width: 767px){#s-1ead3c78-2500-4225-bfef-36e1c527623e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ead3c78-2500-4225-bfef-36e1c527623e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ead3c78-2500-4225-bfef-36e1c527623e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-1ead3c78-2500-4225-bfef-36e1c527623e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image {
  box-sizing: border-box;
}



.s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ead3c78-2500-4225-bfef-36e1c527623e {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container {
      position: relative;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ead3c78-2500-4225-bfef-36e1c527623e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-dee5e420-c456-461b-b164-20235dab1e14 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  margin: 0 !important;
  overflow: visible;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add background color handling */
  
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
  box-sizing: border-box;
}



.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
      position: relative;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  margin: 0 !important;
  overflow: visible;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add background color handling */
  
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
  box-sizing: border-box;
}



.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
      position: relative;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  margin: 0 !important;
  overflow: visible;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add background color handling */
  
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
  box-sizing: border-box;
}



.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
      position: relative;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  margin: 0 !important;
  overflow: visible;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add background color handling */
  
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
  box-sizing: border-box;
}



.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
      position: relative;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  margin: 0 !important;
  overflow: visible;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add background color handling */
  
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image {
  box-sizing: border-box;
}



.s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container {
      position: relative;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df9f3bde-2ee5-4ed9-8f9d-4ce0b0f44a66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-45d8fe13-5e0a-4be8-bb80-1e52797bb4a3 {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-d6cc55a9-ed3c-4b96-b18e-3892288475e0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-d6cc55a9-ed3c-4b96-b18e-3892288475e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6cc55a9-ed3c-4b96-b18e-3892288475e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 130px;
aspect-ratio: 500/82;
text-align: center;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
  box-sizing: border-box;
}



.s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b67630f-8cf3-47da-938d-3b14e558b767 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
      position: relative;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){#s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
  box-sizing: border-box;
}



.s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b67630f-8cf3-47da-938d-3b14e558b767 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
      position: relative;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
  box-sizing: border-box;
}



.s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b67630f-8cf3-47da-938d-3b14e558b767 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
      position: relative;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
  box-sizing: border-box;
}



.s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b67630f-8cf3-47da-938d-3b14e558b767 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
      position: relative;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (max-width: 767px){#s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b67630f-8cf3-47da-938d-3b14e558b767 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b67630f-8cf3-47da-938d-3b14e558b767 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7b67630f-8cf3-47da-938d-3b14e558b767 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image {
  box-sizing: border-box;
}



.s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b67630f-8cf3-47da-938d-3b14e558b767 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container {
      position: relative;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b67630f-8cf3-47da-938d-3b14e558b767 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-bce6947d-7255-4d48-9093-49e11cced772 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
  box-sizing: border-box;
}



.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
      position: relative;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
  box-sizing: border-box;
}



.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
      position: relative;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
  box-sizing: border-box;
}



.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
      position: relative;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
  box-sizing: border-box;
}



.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
      position: relative;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image {
  box-sizing: border-box;
}



.s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container {
      position: relative;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d059011-06d7-4bfa-85b3-5c988a58bff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-832d751c-edaf-4d1b-88ca-ed5e761fc0bb {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-73086e52-a45a-480f-b30f-4f083af72888 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-73086e52-a45a-480f-b30f-4f083af72888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73086e52-a45a-480f-b30f-4f083af72888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 130px;
aspect-ratio: 500/82;
text-align: center;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a {
  margin: 0 !important;
  overflow: visible;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add background color handling */
  
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
  box-sizing: border-box;
}



.s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d81992e0-e32a-4c35-9829-6223d81a623a {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
      position: relative;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){#s-d81992e0-e32a-4c35-9829-6223d81a623a {
  margin: 0 !important;
  overflow: visible;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add background color handling */
  
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
  box-sizing: border-box;
}



.s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d81992e0-e32a-4c35-9829-6223d81a623a {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
      position: relative;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d81992e0-e32a-4c35-9829-6223d81a623a {
  margin: 0 !important;
  overflow: visible;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add background color handling */
  
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
  box-sizing: border-box;
}



.s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d81992e0-e32a-4c35-9829-6223d81a623a {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
      position: relative;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d81992e0-e32a-4c35-9829-6223d81a623a {
  margin: 0 !important;
  overflow: visible;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add background color handling */
  
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
  box-sizing: border-box;
}



.s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d81992e0-e32a-4c35-9829-6223d81a623a {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
      position: relative;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (max-width: 767px){#s-d81992e0-e32a-4c35-9829-6223d81a623a {
  margin: 0 !important;
  overflow: visible;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d81992e0-e32a-4c35-9829-6223d81a623a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add background color handling */
  
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d81992e0-e32a-4c35-9829-6223d81a623a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d81992e0-e32a-4c35-9829-6223d81a623a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image {
  box-sizing: border-box;
}



.s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d81992e0-e32a-4c35-9829-6223d81a623a {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container {
      position: relative;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d81992e0-e32a-4c35-9829-6223d81a623a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-21b07339-6473-43bf-9956-760b6553193c {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
  box-sizing: border-box;
}



.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
      position: relative;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
  box-sizing: border-box;
}



.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
      position: relative;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
  box-sizing: border-box;
}



.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
      position: relative;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
  box-sizing: border-box;
}



.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
      position: relative;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image {
  box-sizing: border-box;
}



.s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container {
      position: relative;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc0ef9a-fcad-4d71-8a4a-b3775c8d00a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-7ecc3771-73ac-49e7-852b-f5a4a57ddc89 {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-3605c446-e3bb-44df-8d07-d5723fd69b38 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
max-width: 1440px;
}








#s-3605c446-e3bb-44df-8d07-d5723fd69b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3605c446-e3bb-44df-8d07-d5723fd69b38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  font-weight: 500;
  font-family: "Poppins";
}

.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-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(86, 126, 194, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.7em;
letter-spacing: 1px;
}
#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2-root {
    text-align: center;
  }


#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2-root {
    text-align: center;
  }


#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2-root {
    text-align: center;
  }


#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2-root {
    text-align: center;
  }


#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2-root {
    text-align: center;
  }


#s-1b1fd39b-fcfa-4775-bbd4-9bbf60fdebc2.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-804ce3ac-204c-4390-a4c1-817324623020 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 248, 228, 1);
}

@media (min-width: 0px) {
[id="s-804ce3ac-204c-4390-a4c1-817324623020"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-804ce3ac-204c-4390-a4c1-817324623020"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-804ce3ac-204c-4390-a4c1-817324623020"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-804ce3ac-204c-4390-a4c1-817324623020"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-f34edf93-7998-4b07-b485-28bd1121650e {
  margin-top: 8px;
margin-left: 6px;
margin-right: 0px;
max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e {
  margin: 0 !important;
  overflow: visible;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6px;
  margin-right: 0px;
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add background color handling */
  
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
  box-sizing: border-box;
}



.s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34edf93-7998-4b07-b485-28bd1121650e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
      position: relative;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-f34edf93-7998-4b07-b485-28bd1121650e {
  margin: 0 !important;
  overflow: visible;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add background color handling */
  
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
  box-sizing: border-box;
}



.s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34edf93-7998-4b07-b485-28bd1121650e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
      position: relative;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f34edf93-7998-4b07-b485-28bd1121650e {
  margin: 0 !important;
  overflow: visible;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add background color handling */
  
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
  box-sizing: border-box;
}



.s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34edf93-7998-4b07-b485-28bd1121650e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
      position: relative;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f34edf93-7998-4b07-b485-28bd1121650e {
  margin: 0 !important;
  overflow: visible;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add background color handling */
  
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
  box-sizing: border-box;
}



.s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34edf93-7998-4b07-b485-28bd1121650e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
      position: relative;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-f34edf93-7998-4b07-b485-28bd1121650e {
  margin: 0 !important;
  overflow: visible;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34edf93-7998-4b07-b485-28bd1121650e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add background color handling */
  
}

#s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34edf93-7998-4b07-b485-28bd1121650e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-f34edf93-7998-4b07-b485-28bd1121650e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image {
  box-sizing: border-box;
}



.s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34edf93-7998-4b07-b485-28bd1121650e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container {
      position: relative;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34edf93-7998-4b07-b485-28bd1121650e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-b7a024c1-9261-4fe3-a5fd-4941284001fb {
  margin-top: 2px;
margin-left: -30%;
margin-right: -10%;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  margin-top: 8px;
margin-left: -40px;
max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -40px;
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
  box-sizing: border-box;
}



.s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de091cce-b024-4e39-8ff4-9220c25110b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
      position: relative;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
  box-sizing: border-box;
}



.s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de091cce-b024-4e39-8ff4-9220c25110b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
      position: relative;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
  box-sizing: border-box;
}



.s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de091cce-b024-4e39-8ff4-9220c25110b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
      position: relative;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
  box-sizing: border-box;
}



.s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de091cce-b024-4e39-8ff4-9220c25110b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
      position: relative;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de091cce-b024-4e39-8ff4-9220c25110b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de091cce-b024-4e39-8ff4-9220c25110b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-de091cce-b024-4e39-8ff4-9220c25110b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image {
  box-sizing: border-box;
}



.s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de091cce-b024-4e39-8ff4-9220c25110b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container {
      position: relative;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de091cce-b024-4e39-8ff4-9220c25110b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-9be18a06-ea7c-4c1d-9485-11649b2b9194 {
  margin-top: 2px;
margin-left: -50px;
}

#s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36 {
  display: none;
}
#s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36, #wrap-s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36, #wrap-content-s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36 { display: none !important; }}







#s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8a28c55-15ab-4680-a9d5-16a3f9bd5e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5965221-b072-48a8-9218-41b31b9723bc {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 55%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(216, 245, 248, 1);
}
@media (min-width: 1200px){#s-d5965221-b072-48a8-9218-41b31b9723bc {
  display: none;
}
#s-d5965221-b072-48a8-9218-41b31b9723bc, #wrap-s-d5965221-b072-48a8-9218-41b31b9723bc, #wrap-content-s-d5965221-b072-48a8-9218-41b31b9723bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5965221-b072-48a8-9218-41b31b9723bc {
  display: none;
}
#s-d5965221-b072-48a8-9218-41b31b9723bc, #wrap-s-d5965221-b072-48a8-9218-41b31b9723bc, #wrap-content-s-d5965221-b072-48a8-9218-41b31b9723bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5965221-b072-48a8-9218-41b31b9723bc {
  display: none;
}
#s-d5965221-b072-48a8-9218-41b31b9723bc, #wrap-s-d5965221-b072-48a8-9218-41b31b9723bc, #wrap-content-s-d5965221-b072-48a8-9218-41b31b9723bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-d5965221-b072-48a8-9218-41b31b9723bc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d5965221-b072-48a8-9218-41b31b9723bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5965221-b072-48a8-9218-41b31b9723bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5965221-b072-48a8-9218-41b31b9723bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  margin-left: 6px;
margin-right: 0px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
  box-sizing: border-box;
}



.s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
      position: relative;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
  box-sizing: border-box;
}



.s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
      position: relative;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
  box-sizing: border-box;
}



.s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
      position: relative;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
  box-sizing: border-box;
}



.s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
      position: relative;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-9dc396aa-70ff-4a75-997e-27e682df54b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image {
  box-sizing: border-box;
}



.s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container {
      position: relative;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dc396aa-70ff-4a75-997e-27e682df54b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-a00a27e3-2a3c-4344-a3fc-daeb3c49db41 {
  margin-top: 2px;
margin-left: -30%;
margin-right: -10%;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  margin-left: -40px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -40px;
  
  
  
}

.shg-image-content-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
  box-sizing: border-box;
}



.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
      position: relative;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
  box-sizing: border-box;
}



.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
      position: relative;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
  box-sizing: border-box;
}



.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
      position: relative;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
  box-sizing: border-box;
}



.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
      position: relative;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image {
  box-sizing: border-box;
}



.s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container {
      position: relative;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d3fa4d5-9a69-4995-a106-e7541cb6dffd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-fe65cb2b-848a-4d89-8540-9e412209e03f {
  margin-top: 2px;
margin-left: -50px;
}

#s-fa17e32d-31cc-4fee-a7ac-e8106f78efc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa17e32d-31cc-4fee-a7ac-e8106f78efc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa17e32d-31cc-4fee-a7ac-e8106f78efc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  background-image: url(https://i.shgcdn.com/0bf6caba-05d7-4a9f-b301-3041b7d0351c/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-left: 10px;
margin-right: 60%;
max-width: 1080px;
text-align: center;
background-position: center center;
}
@media (max-width: 767px){#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  display: none;
}
#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee, #wrap-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee, #wrap-content-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee { display: none !important; }}
#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  margin: 0 !important;
  overflow: visible;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10px;
  margin-right: 60%;
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add background color handling */
  
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image {
  box-sizing: border-box;
}



.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  
}


@media (min-width: 1200px){#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  margin: 0 !important;
  overflow: visible;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add background color handling */
  
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image {
  box-sizing: border-box;
}



.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  margin: 0 !important;
  overflow: visible;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add background color handling */
  
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image {
  box-sizing: border-box;
}



.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  margin: 0 !important;
  overflow: visible;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add background color handling */
  
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image {
  box-sizing: border-box;
}



.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  
}


}@media (max-width: 767px){#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  margin: 0 !important;
  overflow: visible;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1508d7e8-7131-4c38-b6b0-3891fe2929ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add background color handling */
  
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508d7e8-7131-4c38-b6b0-3891fe2929ee.shogun-image {
  box-sizing: border-box;
}



.s-1508d7e8-7131-4c38-b6b0-3891fe2929ee img.shogun-image {
  
}


}
#s-d18b6c20-ae01-4df7-9f0d-5e39c4639ac2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d18b6c20-ae01-4df7-9f0d-5e39c4639ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d18b6c20-ae01-4df7-9f0d-5e39c4639ac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 {
  margin-right: 55%;
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0.01);
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(16, 63, 143, 1);
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.01);
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(16, 63, 143, 1);
  text-align: left;
  font-family: Lato;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-7f7fdbaa-0687-4757-b0cb-e82723bd7577 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e9255c24-965d-4efd-9ac6-e97d0deccfb9 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}

#s-96603756-e5fa-43b7-a94e-f09b7277793e {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}

#s-be0454ef-633a-48a1-a49a-92e4e05fee6f {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}

#s-7924a3c3-c750-4268-851e-1aa1472d15a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(19, 90, 130, 1);
}
@media (min-width: 1200px){#s-7924a3c3-c750-4268-851e-1aa1472d15a9 {
  display: none;
}
#s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-content-s-7924a3c3-c750-4268-851e-1aa1472d15a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7924a3c3-c750-4268-851e-1aa1472d15a9 {
  display: none;
}
#s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-content-s-7924a3c3-c750-4268-851e-1aa1472d15a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7924a3c3-c750-4268-851e-1aa1472d15a9 {
  display: none;
}
#s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-content-s-7924a3c3-c750-4268-851e-1aa1472d15a9 { display: none !important; }}@media (max-width: 767px){#s-7924a3c3-c750-4268-851e-1aa1472d15a9 {
  display: none;
}
#s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-s-7924a3c3-c750-4268-851e-1aa1472d15a9, #wrap-content-s-7924a3c3-c750-4268-851e-1aa1472d15a9 { display: none !important; }}







#s-7924a3c3-c750-4268-851e-1aa1472d15a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7924a3c3-c750-4268-851e-1aa1472d15a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b434e9b4-b2be-4105-b1fe-f296714ec714 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b434e9b4-b2be-4105-b1fe-f296714ec714 .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-4f4650d3-f5fe-4bdb-80a6-0ae110d330ce {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-4f4650d3-f5fe-4bdb-80a6-0ae110d330ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f4650d3-f5fe-4bdb-80a6-0ae110d330ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f4650d3-f5fe-4bdb-80a6-0ae110d330ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f4650d3-f5fe-4bdb-80a6-0ae110d330ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-79147136-683e-4716-984c-d687bff4471a {
  margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-79147136-683e-4716-984c-d687bff4471a {
  margin: 0 !important;
  overflow: visible;
}

#s-79147136-683e-4716-984c-d687bff4471a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 100px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79147136-683e-4716-984c-d687bff4471a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-79147136-683e-4716-984c-d687bff4471a .shogun-image-content {
  
    justify-content: center;
  
}

.s-79147136-683e-4716-984c-d687bff4471a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
  box-sizing: border-box;
}



.s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79147136-683e-4716-984c-d687bff4471a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
      position: relative;
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79147136-683e-4716-984c-d687bff4471a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-79147136-683e-4716-984c-d687bff4471a {
  margin: 0 !important;
  overflow: visible;
}

#s-79147136-683e-4716-984c-d687bff4471a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add background color handling */
  
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79147136-683e-4716-984c-d687bff4471a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-79147136-683e-4716-984c-d687bff4471a .shogun-image-content {
  
    justify-content: center;
  
}

.s-79147136-683e-4716-984c-d687bff4471a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
  box-sizing: border-box;
}



.s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79147136-683e-4716-984c-d687bff4471a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
      position: relative;
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79147136-683e-4716-984c-d687bff4471a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-79147136-683e-4716-984c-d687bff4471a {
  margin: 0 !important;
  overflow: visible;
}

#s-79147136-683e-4716-984c-d687bff4471a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add background color handling */
  
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79147136-683e-4716-984c-d687bff4471a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-79147136-683e-4716-984c-d687bff4471a .shogun-image-content {
  
    justify-content: center;
  
}

.s-79147136-683e-4716-984c-d687bff4471a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
  box-sizing: border-box;
}



.s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79147136-683e-4716-984c-d687bff4471a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
      position: relative;
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79147136-683e-4716-984c-d687bff4471a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-79147136-683e-4716-984c-d687bff4471a {
  margin: 0 !important;
  overflow: visible;
}

#s-79147136-683e-4716-984c-d687bff4471a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add background color handling */
  
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79147136-683e-4716-984c-d687bff4471a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-79147136-683e-4716-984c-d687bff4471a .shogun-image-content {
  
    justify-content: center;
  
}

.s-79147136-683e-4716-984c-d687bff4471a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
  box-sizing: border-box;
}



.s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79147136-683e-4716-984c-d687bff4471a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
      position: relative;
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79147136-683e-4716-984c-d687bff4471a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-79147136-683e-4716-984c-d687bff4471a {
  margin: 0 !important;
  overflow: visible;
}

#s-79147136-683e-4716-984c-d687bff4471a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79147136-683e-4716-984c-d687bff4471a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add background color handling */
  
}

#s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79147136-683e-4716-984c-d687bff4471a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79147136-683e-4716-984c-d687bff4471a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-79147136-683e-4716-984c-d687bff4471a .shogun-image-content {
  
    justify-content: center;
  
}

.s-79147136-683e-4716-984c-d687bff4471a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79147136-683e-4716-984c-d687bff4471a.shogun-image {
  box-sizing: border-box;
}



.s-79147136-683e-4716-984c-d687bff4471a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79147136-683e-4716-984c-d687bff4471a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container {
      position: relative;
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79147136-683e-4716-984c-d687bff4471a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79147136-683e-4716-984c-d687bff4471a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-e543755c-00a7-4b1a-bb69-4f9659279d30 {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e543755c-00a7-4b1a-bb69-4f9659279d30 .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-2090eccf-93c3-4b64-8727-c3b534f131f2 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2090eccf-93c3-4b64-8727-c3b534f131f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2090eccf-93c3-4b64-8727-c3b534f131f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2090eccf-93c3-4b64-8727-c3b534f131f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2090eccf-93c3-4b64-8727-c3b534f131f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 100px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
  box-sizing: border-box;
}



.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
      position: relative;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
  box-sizing: border-box;
}



.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
      position: relative;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
  box-sizing: border-box;
}



.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
      position: relative;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
  box-sizing: border-box;
}



.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
      position: relative;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image {
  box-sizing: border-box;
}



.s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container {
      position: relative;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb35d55-25d4-46a6-a1bc-a007b14c225c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-c530c9ab-659a-4f6a-b91b-77d9c9476a44 {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c530c9ab-659a-4f6a-b91b-77d9c9476a44 .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6823697e-b74e-4473-b9a6-4e4a87ae6be9 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-6823697e-b74e-4473-b9a6-4e4a87ae6be9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6823697e-b74e-4473-b9a6-4e4a87ae6be9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6823697e-b74e-4473-b9a6-4e4a87ae6be9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6823697e-b74e-4473-b9a6-4e4a87ae6be9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 99px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
  box-sizing: border-box;
}



.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
      position: relative;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
  box-sizing: border-box;
}



.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
      position: relative;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
  box-sizing: border-box;
}



.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
      position: relative;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
  box-sizing: border-box;
}



.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
      position: relative;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image {
  box-sizing: border-box;
}



.s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container {
      position: relative;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4740e53-fcdb-4a21-949b-fa6848d37cb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-8cfb4121-5ca4-488e-ba26-bd98a0e8de4c {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cfb4121-5ca4-488e-ba26-bd98a0e8de4c .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-cd86a23c-2ca4-40b6-af6a-0dad4b7ba837 {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-cd86a23c-2ca4-40b6-af6a-0dad4b7ba837"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd86a23c-2ca4-40b6-af6a-0dad4b7ba837"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd86a23c-2ca4-40b6-af6a-0dad4b7ba837"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd86a23c-2ca4-40b6-af6a-0dad4b7ba837"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  margin-bottom: 3px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0px;
  
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add background color handling */
  background: rgba(248, 244, 240, 1);
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add padding handling */
  padding-left: 2%;
  padding-right: 2%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 100px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
  box-sizing: border-box;
}



.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
      position: relative;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
  box-sizing: border-box;
}



.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
      position: relative;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
  box-sizing: border-box;
}



.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
      position: relative;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
  box-sizing: border-box;
}



.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
      position: relative;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image {
  box-sizing: border-box;
}



.s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container {
      position: relative;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40a1d2df-b353-420f-beb1-d6cea238c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-d8d54108-f4df-4e11-bb1d-5cb15aa057ad {
  margin-top: 0px;
margin-left: -60px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8d54108-f4df-4e11-bb1d-5cb15aa057ad .shogun-heading-component h1 {
  color: rgba(248, 244, 240, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8f896e06-ad33-4e71-866c-16903e5abd8e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 244, 244, 1);
}
@media (min-width: 1200px){#s-8f896e06-ad33-4e71-866c-16903e5abd8e {
  display: none;
}
#s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-content-s-8f896e06-ad33-4e71-866c-16903e5abd8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f896e06-ad33-4e71-866c-16903e5abd8e {
  display: none;
}
#s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-content-s-8f896e06-ad33-4e71-866c-16903e5abd8e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f896e06-ad33-4e71-866c-16903e5abd8e {
  display: none;
}
#s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-content-s-8f896e06-ad33-4e71-866c-16903e5abd8e { display: none !important; }}@media (max-width: 767px){#s-8f896e06-ad33-4e71-866c-16903e5abd8e {
  display: none;
}
#s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-s-8f896e06-ad33-4e71-866c-16903e5abd8e, #wrap-content-s-8f896e06-ad33-4e71-866c-16903e5abd8e { display: none !important; }}







#s-8f896e06-ad33-4e71-866c-16903e5abd8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f896e06-ad33-4e71-866c-16903e5abd8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ccccc80-ffdd-4149-9aa7-bc20de064b34 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: -10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ccccc80-ffdd-4149-9aa7-bc20de064b34 .shogun-heading-component h1 {
  color: rgba(16, 63, 143, 1);
  font-weight:  800 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-58fb0beb-5c9a-471c-9f11-08ba060d50d3 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-dc318fa7-2416-469c-ab30-cea16a2bd048 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: -10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc318fa7-2416-469c-ab30-cea16a2bd048 .shogun-heading-component h1 {
  color: rgba(16, 63, 143, 1);
  font-weight:  800 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-48492510-0138-49cc-a990-aaa8ac219f66 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  margin: 0 !important;
  overflow: visible;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add background color handling */
  
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 15px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
  box-sizing: border-box;
}



.s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92e1d65c-655e-4e56-b521-1605afb15d39 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
      position: relative;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  margin: 0 !important;
  overflow: visible;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add background color handling */
  
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
  box-sizing: border-box;
}



.s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92e1d65c-655e-4e56-b521-1605afb15d39 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
      position: relative;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  margin: 0 !important;
  overflow: visible;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add background color handling */
  
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
  box-sizing: border-box;
}



.s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92e1d65c-655e-4e56-b521-1605afb15d39 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
      position: relative;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  margin: 0 !important;
  overflow: visible;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add background color handling */
  
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
  box-sizing: border-box;
}



.s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92e1d65c-655e-4e56-b521-1605afb15d39 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
      position: relative;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  margin: 0 !important;
  overflow: visible;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92e1d65c-655e-4e56-b521-1605afb15d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add background color handling */
  
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }

    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-link {
      aspect-ratio: 1080/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92e1d65c-655e-4e56-b521-1605afb15d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-92e1d65c-655e-4e56-b521-1605afb15d39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image {
  box-sizing: border-box;
}



.s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92e1d65c-655e-4e56-b521-1605afb15d39 {
      --shg-aspect-ratio: calc(1080/1350); 
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container {
      position: relative;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92e1d65c-655e-4e56-b521-1605afb15d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  display: none;
}
#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-content-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  display: none;
}
#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-content-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  display: none;
}
#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-content-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 { display: none !important; }}@media (max-width: 767px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  display: none;
}
#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303, #wrap-content-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 { display: none !important; }}
#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
  box-sizing: border-box;
}



.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
      position: relative;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
  box-sizing: border-box;
}



.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
      position: relative;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
  box-sizing: border-box;
}



.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
      position: relative;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
  box-sizing: border-box;
}



.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
      position: relative;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image {
  box-sizing: border-box;
}



.s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container {
      position: relative;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e50e0d-bcb8-4c2e-a326-fe51fefb2303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-4a721ff4-5197-4b52-b002-5070ea7f0793 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4a721ff4-5197-4b52-b002-5070ea7f0793 {
  display: none;
}
#s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-content-s-4a721ff4-5197-4b52-b002-5070ea7f0793 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a721ff4-5197-4b52-b002-5070ea7f0793 {
  display: none;
}
#s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-content-s-4a721ff4-5197-4b52-b002-5070ea7f0793 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a721ff4-5197-4b52-b002-5070ea7f0793 {
  display: none;
}
#s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-content-s-4a721ff4-5197-4b52-b002-5070ea7f0793 { display: none !important; }}@media (max-width: 767px){#s-4a721ff4-5197-4b52-b002-5070ea7f0793 {
  display: none;
}
#s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-s-4a721ff4-5197-4b52-b002-5070ea7f0793, #wrap-content-s-4a721ff4-5197-4b52-b002-5070ea7f0793 { display: none !important; }}







#s-4a721ff4-5197-4b52-b002-5070ea7f0793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a721ff4-5197-4b52-b002-5070ea7f0793.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-471f2f16-7ece-48d6-9926-c1c78a84f3a1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-471f2f16-7ece-48d6-9926-c1c78a84f3a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-471f2f16-7ece-48d6-9926-c1c78a84f3a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 130px;
aspect-ratio: 500/82;
text-align: center;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
  box-sizing: border-box;
}



.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
      position: relative;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
  box-sizing: border-box;
}



.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
      position: relative;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
  box-sizing: border-box;
}



.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
      position: relative;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
  box-sizing: border-box;
}



.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
      position: relative;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (max-width: 767px){#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image {
  box-sizing: border-box;
}



.s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container {
      position: relative;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ecb8e1-ae3a-4d3c-82d8-493976cc13f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-68051dbf-34ac-4fc4-a94b-e2c29fc623fe {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  margin: 0 !important;
  overflow: visible;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add background color handling */
  
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
  box-sizing: border-box;
}



.s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
      position: relative;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  margin: 0 !important;
  overflow: visible;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add background color handling */
  
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
  box-sizing: border-box;
}



.s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
      position: relative;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  margin: 0 !important;
  overflow: visible;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add background color handling */
  
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
  box-sizing: border-box;
}



.s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
      position: relative;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  margin: 0 !important;
  overflow: visible;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add background color handling */
  
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
  box-sizing: border-box;
}



.s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
      position: relative;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  margin: 0 !important;
  overflow: visible;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add background color handling */
  
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c549df60-a9e9-463d-be1d-8fff2d28e18c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image {
  box-sizing: border-box;
}



.s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container {
      position: relative;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c549df60-a9e9-463d-be1d-8fff2d28e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-c25f8fe8-19f4-44d8-a197-23ccd42f6a27 {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-382c479f-e68c-4120-9790-b235a771243e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-382c479f-e68c-4120-9790-b235a771243e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-382c479f-e68c-4120-9790-b235a771243e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 130px;
aspect-ratio: 500/82;
text-align: center;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
  box-sizing: border-box;
}



.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
      position: relative;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
  box-sizing: border-box;
}



.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
      position: relative;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
  box-sizing: border-box;
}



.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
      position: relative;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
  box-sizing: border-box;
}



.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
      position: relative;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (max-width: 767px){#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image {
  box-sizing: border-box;
}



.s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container {
      position: relative;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5537a4f-0aea-4662-a8aa-cbdb7efbf404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-8d51cc8a-223e-434f-80d3-9f46a48c3de7 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c {
  margin: 0 !important;
  overflow: visible;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add background color handling */
  
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
  box-sizing: border-box;
}



.s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d423147b-df87-4b79-98d0-2366ab5d730c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
      position: relative;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-d423147b-df87-4b79-98d0-2366ab5d730c {
  margin: 0 !important;
  overflow: visible;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add background color handling */
  
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
  box-sizing: border-box;
}



.s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d423147b-df87-4b79-98d0-2366ab5d730c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
      position: relative;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d423147b-df87-4b79-98d0-2366ab5d730c {
  margin: 0 !important;
  overflow: visible;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add background color handling */
  
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
  box-sizing: border-box;
}



.s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d423147b-df87-4b79-98d0-2366ab5d730c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
      position: relative;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d423147b-df87-4b79-98d0-2366ab5d730c {
  margin: 0 !important;
  overflow: visible;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add background color handling */
  
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
  box-sizing: border-box;
}



.s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d423147b-df87-4b79-98d0-2366ab5d730c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
      position: relative;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-d423147b-df87-4b79-98d0-2366ab5d730c {
  margin: 0 !important;
  overflow: visible;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d423147b-df87-4b79-98d0-2366ab5d730c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add background color handling */
  
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d423147b-df87-4b79-98d0-2366ab5d730c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-d423147b-df87-4b79-98d0-2366ab5d730c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image {
  box-sizing: border-box;
}



.s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d423147b-df87-4b79-98d0-2366ab5d730c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container {
      position: relative;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d423147b-df87-4b79-98d0-2366ab5d730c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-ab56a21c-8ac9-41c4-b19f-48274b973021 {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-4393633a-6621-4d87-b411-0f62f6c27530 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-4393633a-6621-4d87-b411-0f62f6c27530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4393633a-6621-4d87-b411-0f62f6c27530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 130px;
aspect-ratio: 500/82;
text-align: center;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 {
  margin: 0 !important;
  overflow: visible;
}

#s-73289524-718f-4d54-935f-0f4365c4d649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add background color handling */
  
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
  box-sizing: border-box;
}



.s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73289524-718f-4d54-935f-0f4365c4d649 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
      position: relative;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

@media (min-width: 1200px){#s-73289524-718f-4d54-935f-0f4365c4d649 {
  margin: 0 !important;
  overflow: visible;
}

#s-73289524-718f-4d54-935f-0f4365c4d649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add background color handling */
  
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
  box-sizing: border-box;
}



.s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73289524-718f-4d54-935f-0f4365c4d649 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
      position: relative;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-73289524-718f-4d54-935f-0f4365c4d649 {
  margin: 0 !important;
  overflow: visible;
}

#s-73289524-718f-4d54-935f-0f4365c4d649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add background color handling */
  
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
  box-sizing: border-box;
}



.s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73289524-718f-4d54-935f-0f4365c4d649 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
      position: relative;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-73289524-718f-4d54-935f-0f4365c4d649 {
  margin: 0 !important;
  overflow: visible;
}

#s-73289524-718f-4d54-935f-0f4365c4d649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add background color handling */
  
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
  box-sizing: border-box;
}



.s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73289524-718f-4d54-935f-0f4365c4d649 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
      position: relative;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}@media (max-width: 767px){#s-73289524-718f-4d54-935f-0f4365c4d649 {
  margin: 0 !important;
  overflow: visible;
}

#s-73289524-718f-4d54-935f-0f4365c4d649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73289524-718f-4d54-935f-0f4365c4d649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add background color handling */
  
}

#s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }

    #s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-link {
      aspect-ratio: 500/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73289524-718f-4d54-935f-0f4365c4d649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 130px;
  }



  img.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-73289524-718f-4d54-935f-0f4365c4d649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image {
  box-sizing: border-box;
}



.s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73289524-718f-4d54-935f-0f4365c4d649 {
      --shg-aspect-ratio: calc(500/82); 
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container {
      position: relative;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73289524-718f-4d54-935f-0f4365c4d649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 130px;
    }
  }

}
#s-564ca5d5-feeb-4c96-9fb8-b2adca3810ae {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  margin: 0 !important;
  overflow: visible;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add background color handling */
  
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-content {
  
    justify-content: center;
  
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shg-align-container {
  display: flex;
  justify-content: center
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
  box-sizing: border-box;
}



.s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
      position: relative;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  margin: 0 !important;
  overflow: visible;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add background color handling */
  
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-content {
  
    justify-content: center;
  
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shg-align-container {
  display: flex;
  justify-content: center
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
  box-sizing: border-box;
}



.s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
      position: relative;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  margin: 0 !important;
  overflow: visible;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add background color handling */
  
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-content {
  
    justify-content: center;
  
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shg-align-container {
  display: flex;
  justify-content: center
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
  box-sizing: border-box;
}



.s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
      position: relative;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  margin: 0 !important;
  overflow: visible;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add background color handling */
  
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-content {
  
    justify-content: center;
  
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shg-align-container {
  display: flex;
  justify-content: center
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
  box-sizing: border-box;
}



.s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
      position: relative;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  margin: 0 !important;
  overflow: visible;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add background color handling */
  
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-751f48e3-45d8-4c33-bcce-56f0b135a630 .shogun-image-content {
  
    justify-content: center;
  
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shg-align-container {
  display: flex;
  justify-content: center
}

.s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image {
  box-sizing: border-box;
}



.s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container {
      position: relative;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-751f48e3-45d8-4c33-bcce-56f0b135a630 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-ca327e34-73e7-4f23-aa91-fbf85abb0e8f {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-59a06035-9de1-4349-84d7-f8be61a7ee3e {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
max-width: 1440px;
}








#s-59a06035-9de1-4349-84d7-f8be61a7ee3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59a06035-9de1-4349-84d7-f8be61a7ee3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c822ae17-bed4-4678-bb3b-25d21d695864 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(86, 126, 194, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.7em;
letter-spacing: 1px;
}
#s-c822ae17-bed4-4678-bb3b-25d21d695864:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c822ae17-bed4-4678-bb3b-25d21d695864:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c822ae17-bed4-4678-bb3b-25d21d695864-root {
    text-align: center;
  }


#s-c822ae17-bed4-4678-bb3b-25d21d695864.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c822ae17-bed4-4678-bb3b-25d21d695864-root {
    text-align: center;
  }


#s-c822ae17-bed4-4678-bb3b-25d21d695864.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c822ae17-bed4-4678-bb3b-25d21d695864-root {
    text-align: center;
  }


#s-c822ae17-bed4-4678-bb3b-25d21d695864.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c822ae17-bed4-4678-bb3b-25d21d695864-root {
    text-align: center;
  }


#s-c822ae17-bed4-4678-bb3b-25d21d695864.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c822ae17-bed4-4678-bb3b-25d21d695864-root {
    text-align: center;
  }


#s-c822ae17-bed4-4678-bb3b-25d21d695864.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-056ba1a2-42d3-435b-86b0-bdf728cf28c3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 248, 228, 1);
}

@media (min-width: 0px) {
[id="s-056ba1a2-42d3-435b-86b0-bdf728cf28c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-056ba1a2-42d3-435b-86b0-bdf728cf28c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-056ba1a2-42d3-435b-86b0-bdf728cf28c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-056ba1a2-42d3-435b-86b0-bdf728cf28c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  margin-top: 8px;
margin-left: 6px;
margin-right: 0px;
max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6px;
  margin-right: 0px;
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
  box-sizing: border-box;
}



.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
      position: relative;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
  box-sizing: border-box;
}



.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
      position: relative;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
  box-sizing: border-box;
}



.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
      position: relative;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
  box-sizing: border-box;
}



.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
      position: relative;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image {
  box-sizing: border-box;
}



.s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container {
      position: relative;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a189ebe-8b89-44ae-817c-9d5d810d5253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-df1dcd95-e8ae-4ccc-bbfa-9067069cff59 {
  margin-top: 2px;
margin-left: -30%;
margin-right: -10%;
}

#s-278d44fb-b797-4357-a371-04b15366797c {
  margin-top: 8px;
margin-left: -40px;
max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-278d44fb-b797-4357-a371-04b15366797c {
  margin: 0 !important;
  overflow: visible;
}

#s-278d44fb-b797-4357-a371-04b15366797c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -40px;
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add background color handling */
  
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-content {
  
    justify-content: center;
  
}

.s-278d44fb-b797-4357-a371-04b15366797c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
  box-sizing: border-box;
}



.s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278d44fb-b797-4357-a371-04b15366797c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
      position: relative;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-278d44fb-b797-4357-a371-04b15366797c {
  margin: 0 !important;
  overflow: visible;
}

#s-278d44fb-b797-4357-a371-04b15366797c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add background color handling */
  
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-content {
  
    justify-content: center;
  
}

.s-278d44fb-b797-4357-a371-04b15366797c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
  box-sizing: border-box;
}



.s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278d44fb-b797-4357-a371-04b15366797c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
      position: relative;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-278d44fb-b797-4357-a371-04b15366797c {
  margin: 0 !important;
  overflow: visible;
}

#s-278d44fb-b797-4357-a371-04b15366797c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add background color handling */
  
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-content {
  
    justify-content: center;
  
}

.s-278d44fb-b797-4357-a371-04b15366797c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
  box-sizing: border-box;
}



.s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278d44fb-b797-4357-a371-04b15366797c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
      position: relative;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-278d44fb-b797-4357-a371-04b15366797c {
  margin: 0 !important;
  overflow: visible;
}

#s-278d44fb-b797-4357-a371-04b15366797c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add background color handling */
  
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-content {
  
    justify-content: center;
  
}

.s-278d44fb-b797-4357-a371-04b15366797c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
  box-sizing: border-box;
}



.s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278d44fb-b797-4357-a371-04b15366797c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
      position: relative;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-278d44fb-b797-4357-a371-04b15366797c {
  margin: 0 !important;
  overflow: visible;
}

#s-278d44fb-b797-4357-a371-04b15366797c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278d44fb-b797-4357-a371-04b15366797c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add background color handling */
  
}

#s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278d44fb-b797-4357-a371-04b15366797c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-278d44fb-b797-4357-a371-04b15366797c .shogun-image-content {
  
    justify-content: center;
  
}

.s-278d44fb-b797-4357-a371-04b15366797c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278d44fb-b797-4357-a371-04b15366797c.shogun-image {
  box-sizing: border-box;
}



.s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278d44fb-b797-4357-a371-04b15366797c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container {
      position: relative;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278d44fb-b797-4357-a371-04b15366797c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278d44fb-b797-4357-a371-04b15366797c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-71f3f8d4-de35-484f-ab95-bf8f4fdd1f49 {
  margin-top: 2px;
margin-left: -50px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
