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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  margin-left: auto;
margin-right: auto;
max-width: 2670px;
aspect-ratio: 2670/1330;
text-align: center;
}
@media (max-width: 767px){#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  display: none;
}
#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d, #wrap-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d, #wrap-content-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d { display: none !important; }}
#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  margin: 0 !important;
  overflow: visible;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add background color handling */
  
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }

    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-link {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2670px;
  }



  img.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
    
    
    
    max-height: 2670px;
  }


.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-content {
  
    justify-content: center;
  
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
  box-sizing: border-box;
}



.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
      --shg-aspect-ratio: calc(2670/1330); 
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
      position: relative;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2670px;
    }
  }

@media (min-width: 1200px){#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  margin: 0 !important;
  overflow: visible;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add background color handling */
  
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }

    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-link {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2670px;
  }



  img.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
    
    
    
    max-height: 2670px;
  }


.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-content {
  
    justify-content: center;
  
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
  box-sizing: border-box;
}



.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
      --shg-aspect-ratio: calc(2670/1330); 
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
      position: relative;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2670px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  margin: 0 !important;
  overflow: visible;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add background color handling */
  
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }

    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-link {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2670px;
  }



  img.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
    
    
    
    max-height: 2670px;
  }


.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-content {
  
    justify-content: center;
  
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
  box-sizing: border-box;
}



.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
      --shg-aspect-ratio: calc(2670/1330); 
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
      position: relative;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2670px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  margin: 0 !important;
  overflow: visible;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add background color handling */
  
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }

    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-link {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2670px;
  }



  img.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
    
    
    
    max-height: 2670px;
  }


.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-content {
  
    justify-content: center;
  
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
  box-sizing: border-box;
}



.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
      --shg-aspect-ratio: calc(2670/1330); 
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
      position: relative;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2670px;
    }
  }

}@media (max-width: 767px){#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  margin: 0 !important;
  overflow: visible;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add background color handling */
  
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }

    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-link {
      aspect-ratio: 2670/1330;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2670px;
  }



  img.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
    
    
    
    max-height: 2670px;
  }


.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d .shogun-image-content {
  
    justify-content: center;
  
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image {
  box-sizing: border-box;
}



.s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d {
      --shg-aspect-ratio: calc(2670/1330); 
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container {
      position: relative;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24b7a143-e8ab-41bc-a1b6-3a26cfb1173d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2670px;
    }
  }

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

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

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

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

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

#s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd {
  margin-left: 5%;
}

@media (min-width: 0px) {
[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bd30cbf8-c946-4168-90cf-15c3ed6fe2bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

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

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

#s-92f6413b-f75e-4d67-8042-dc9fb506c202 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92f6413b-f75e-4d67-8042-dc9fb506c202 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-4e2035a6-92c0-409a-93c1-401aa217b907 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4817315d-7258-400c-9c15-337b512970ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4 {
  margin-bottom: 17px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: -1px;
}
#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(70, 117, 182, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(47, 212, 198, 1) !important;
background-color: rgba(255, 255, 255, 0.48) !important;
text-decoration: none !important;
color: rgba(47, 212, 198, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2a6417b0-a4dc-4835-a69e-029bc1e952e4-root {
    text-align: center;
  }


#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a6417b0-a4dc-4835-a69e-029bc1e952e4-root {
    text-align: center;
  }


#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a6417b0-a4dc-4835-a69e-029bc1e952e4-root {
    text-align: center;
  }


#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a6417b0-a4dc-4835-a69e-029bc1e952e4-root {
    text-align: center;
  }


#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a6417b0-a4dc-4835-a69e-029bc1e952e4-root {
    text-align: center;
  }


#s-2a6417b0-a4dc-4835-a69e-029bc1e952e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a {
  padding-top: 40px;
padding-left: 20%;
padding-bottom: 40px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(243, 238, 234, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a {
  display: none;
}
#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a, #wrap-s-9e1accc9-675c-4f0d-a107-83e84f9acd3a, #wrap-content-s-9e1accc9-675c-4f0d-a107-83e84f9acd3a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a {
  display: none;
}
#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a, #wrap-s-9e1accc9-675c-4f0d-a107-83e84f9acd3a, #wrap-content-s-9e1accc9-675c-4f0d-a107-83e84f9acd3a { display: none !important; }}@media (max-width: 767px){#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a {
  display: none;
}
#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a, #wrap-s-9e1accc9-675c-4f0d-a107-83e84f9acd3a, #wrap-content-s-9e1accc9-675c-4f0d-a107-83e84f9acd3a { display: none !important; }}







#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e1accc9-675c-4f0d-a107-83e84f9acd3a.shg-box.shg-c {
  justify-content: center;
}

#s-3e293497-6c7c-4f25-8815-a6cf9a91aaf6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e293497-6c7c-4f25-8815-a6cf9a91aaf6 .shogun-heading-component h1 {
  color: rgba(70, 117, 182, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d8b146fe-fbe7-4224-8a42-51081f333e2f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-d8b146fe-fbe7-4224-8a42-51081f333e2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d8b146fe-fbe7-4224-8a42-51081f333e2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d8b146fe-fbe7-4224-8a42-51081f333e2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  margin: 0 !important;
  overflow: visible;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add background color handling */
  
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
  box-sizing: border-box;
}



.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
      position: relative;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  margin: 0 !important;
  overflow: visible;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add background color handling */
  
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
  box-sizing: border-box;
}



.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
      position: relative;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  margin: 0 !important;
  overflow: visible;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add background color handling */
  
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
  box-sizing: border-box;
}



.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
      position: relative;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  margin: 0 !important;
  overflow: visible;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add background color handling */
  
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
  box-sizing: border-box;
}



.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
      position: relative;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  margin: 0 !important;
  overflow: visible;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add background color handling */
  
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image {
  box-sizing: border-box;
}



.s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container {
      position: relative;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415f9d0b-9c9a-49a9-91fa-d42eda163747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-e55d675b-8fa5-4c69-bf68-275998c1a310 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  margin: 0 !important;
  overflow: visible;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add background color handling */
  
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
  box-sizing: border-box;
}



.s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
      position: relative;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  margin: 0 !important;
  overflow: visible;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add background color handling */
  
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
  box-sizing: border-box;
}



.s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
      position: relative;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  margin: 0 !important;
  overflow: visible;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add background color handling */
  
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
  box-sizing: border-box;
}



.s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
      position: relative;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  margin: 0 !important;
  overflow: visible;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add background color handling */
  
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
  box-sizing: border-box;
}



.s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
      position: relative;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  margin: 0 !important;
  overflow: visible;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add background color handling */
  
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-1795edbf-b493-41b5-a7b3-654b37758ab6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image {
  box-sizing: border-box;
}



.s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container {
      position: relative;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1795edbf-b493-41b5-a7b3-654b37758ab6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-f4d7c914-c8b1-4912-912f-3e75068077f4 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
  box-sizing: border-box;
}



.s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b948261-468f-414d-8e11-8005d4134ee0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
      position: relative;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-0b948261-468f-414d-8e11-8005d4134ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
  box-sizing: border-box;
}



.s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b948261-468f-414d-8e11-8005d4134ee0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
      position: relative;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b948261-468f-414d-8e11-8005d4134ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
  box-sizing: border-box;
}



.s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b948261-468f-414d-8e11-8005d4134ee0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
      position: relative;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b948261-468f-414d-8e11-8005d4134ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
  box-sizing: border-box;
}



.s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b948261-468f-414d-8e11-8005d4134ee0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
      position: relative;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-0b948261-468f-414d-8e11-8005d4134ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b948261-468f-414d-8e11-8005d4134ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b948261-468f-414d-8e11-8005d4134ee0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-0b948261-468f-414d-8e11-8005d4134ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image {
  box-sizing: border-box;
}



.s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b948261-468f-414d-8e11-8005d4134ee0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container {
      position: relative;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b948261-468f-414d-8e11-8005d4134ee0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-57ce16be-dd33-4c54-ac2a-a844b4dfe048 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
  box-sizing: border-box;
}



.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
      position: relative;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
  box-sizing: border-box;
}



.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
      position: relative;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
  box-sizing: border-box;
}



.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
      position: relative;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
  box-sizing: border-box;
}



.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
      position: relative;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image {
  box-sizing: border-box;
}



.s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container {
      position: relative;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f78f2d-334b-42a0-9f2c-01b6e9276b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-b10de25a-b559-4f65-b9a9-4908b4281c77 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-94615a01-37c2-41bc-ab1a-145df6ff4b82 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(70, 117, 182, 1);
text-align: center;
text-decoration: none;
}
#s-94615a01-37c2-41bc-ab1a-145df6ff4b82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94615a01-37c2-41bc-ab1a-145df6ff4b82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94615a01-37c2-41bc-ab1a-145df6ff4b82-root {
    text-align: center;
  }


#s-94615a01-37c2-41bc-ab1a-145df6ff4b82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94615a01-37c2-41bc-ab1a-145df6ff4b82-root {
    text-align: center;
  }


#s-94615a01-37c2-41bc-ab1a-145df6ff4b82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94615a01-37c2-41bc-ab1a-145df6ff4b82-root {
    text-align: center;
  }


#s-94615a01-37c2-41bc-ab1a-145df6ff4b82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94615a01-37c2-41bc-ab1a-145df6ff4b82-root {
    text-align: center;
  }


#s-94615a01-37c2-41bc-ab1a-145df6ff4b82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94615a01-37c2-41bc-ab1a-145df6ff4b82-root {
    text-align: center;
  }


#s-94615a01-37c2-41bc-ab1a-145df6ff4b82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 251, 251, 1);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  display: none;
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5, #wrap-s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5, #wrap-content-s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  display: none;
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5, #wrap-s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5, #wrap-content-s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 { display: none !important; }}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  display: none;
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5, #wrap-s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5, #wrap-content-s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 { display: none !important; }}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e7853b8d-13e1-4949-9727-c8f52376baff {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-e7853b8d-13e1-4949-9727-c8f52376baff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7853b8d-13e1-4949-9727-c8f52376baff.shg-box.shg-c {
  justify-content: center;
}

#s-45f69ccc-4c57-46d9-af57-32148180a207 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45f69ccc-4c57-46d9-af57-32148180a207 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-7a69dec9-859a-43db-a718-ab31d39b2154 {
  margin-left: auto;
margin-right: auto;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-7f2af13a-cc9b-4484-a151-eb80477d9d52 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 20%;
margin-right: 20%;
padding-bottom: 10%;
text-align: left;
}

#s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(246, 241, 241, 0);
    border: 1px solid rgba(254, 252, 252, 0.02);
  }
#s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Poppins;
  
  
  font-size: 16px;
}

#s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(80, 179, 218, 1);
}

#s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(246, 241, 241, 0);
}

#s-7f2af13a-cc9b-4484-a151-eb80477d9d52 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(254, 252, 252, 0.02);
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image {
  box-sizing: border-box;
}



.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image {
  box-sizing: border-box;
}



.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image {
  box-sizing: border-box;
}



.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image {
  box-sizing: border-box;
}



.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab22a58-c5e0-4b52-b83d-158ef1bab169.shogun-image {
  box-sizing: border-box;
}



.s-5ab22a58-c5e0-4b52-b83d-158ef1bab169 img.shogun-image {
  
}


}
#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image {
  box-sizing: border-box;
}



.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image {
  box-sizing: border-box;
}



.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image {
  box-sizing: border-box;
}



.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image {
  box-sizing: border-box;
}



.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4.shogun-image {
  box-sizing: border-box;
}



.s-e9dc0bb5-4b79-4824-8e0b-30a97ce08db4 img.shogun-image {
  
}


}
#s-e503565a-836e-4dc0-af36-4fb25d07795a {
  margin-left: auto;
margin-right: auto;
max-width: 1363px;
text-align: center;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a {
  margin: 0 !important;
  overflow: visible;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add background color handling */
  
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e503565a-836e-4dc0-af36-4fb25d07795a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image {
  box-sizing: border-box;
}



.s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  
}


@media (min-width: 1200px){#s-e503565a-836e-4dc0-af36-4fb25d07795a {
  margin: 0 !important;
  overflow: visible;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add background color handling */
  
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e503565a-836e-4dc0-af36-4fb25d07795a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image {
  box-sizing: border-box;
}



.s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e503565a-836e-4dc0-af36-4fb25d07795a {
  margin: 0 !important;
  overflow: visible;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add background color handling */
  
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e503565a-836e-4dc0-af36-4fb25d07795a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image {
  box-sizing: border-box;
}



.s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e503565a-836e-4dc0-af36-4fb25d07795a {
  margin: 0 !important;
  overflow: visible;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add background color handling */
  
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e503565a-836e-4dc0-af36-4fb25d07795a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image {
  box-sizing: border-box;
}



.s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  
}


}@media (max-width: 767px){#s-e503565a-836e-4dc0-af36-4fb25d07795a {
  margin: 0 !important;
  overflow: visible;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e503565a-836e-4dc0-af36-4fb25d07795a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add background color handling */
  
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e503565a-836e-4dc0-af36-4fb25d07795a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e503565a-836e-4dc0-af36-4fb25d07795a.shogun-image {
  box-sizing: border-box;
}



.s-e503565a-836e-4dc0-af36-4fb25d07795a img.shogun-image {
  
}


}
#s-dbeae4d6-8287-4520-b8c1-ced990cb277a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dbeae4d6-8287-4520-b8c1-ced990cb277a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbeae4d6-8287-4520-b8c1-ced990cb277a.shg-box.shg-c {
  justify-content: center;
}

#s-85e4b36b-1019-4a7d-8966-6c91dedf5c8a {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 20%;
padding-bottom: 0%;
padding-right: 20%;
min-height: 400px;
background-position: center center;
background-color: rgba(22, 49, 87, 1);
}








#s-85e4b36b-1019-4a7d-8966-6c91dedf5c8a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-85e4b36b-1019-4a7d-8966-6c91dedf5c8a.shg-box.shg-c {
  justify-content: center;
}

#s-a047fd1d-20d7-47b2-b012-eba0caf5e453 {
  padding-top: 10px;
text-align: left;
}

#s-a047fd1d-20d7-47b2-b012-eba0caf5e453 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-260678c5-c7fc-4230-84bf-8482e1645503 {
  padding-bottom: 0px;
text-align: left;
}

#s-260678c5-c7fc-4230-84bf-8482e1645503 .shogun-heading-component h2 {
  color: rgba(251, 235, 181, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-6e2e32d6-3253-4463-add0-dca88607a8ad {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-eeb807a7-8d4a-4041-94b8-8754580afe30 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-eeb807a7-8d4a-4041-94b8-8754580afe30 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-7ff90cc3-faf4-41cb-8237-2cc98d81f9ef {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7ff90cc3-faf4-41cb-8237-2cc98d81f9ef .shogun-heading-component h1 {
  color: rgba(198, 193, 188, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 43px;
  
  
  
}



#s-903c3106-7b9c-4a98-87c4-fb41c5fab538 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
}

@media (min-width: 0px) {
[id="s-903c3106-7b9c-4a98-87c4-fb41c5fab538"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-903c3106-7b9c-4a98-87c4-fb41c5fab538"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-903c3106-7b9c-4a98-87c4-fb41c5fab538"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-903c3106-7b9c-4a98-87c4-fb41c5fab538"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  margin-left: auto;
margin-right: auto;
max-width: 1236px;
text-align: center;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  margin: 0 !important;
  overflow: visible;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add background color handling */
  
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image {
  box-sizing: border-box;
}



.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  margin: 0 !important;
  overflow: visible;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add background color handling */
  
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image {
  box-sizing: border-box;
}



.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  margin: 0 !important;
  overflow: visible;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add background color handling */
  
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image {
  box-sizing: border-box;
}



.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  margin: 0 !important;
  overflow: visible;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add background color handling */
  
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image {
  box-sizing: border-box;
}



.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  margin: 0 !important;
  overflow: visible;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b44907c9-cd70-45b1-a7b6-8f769faf1697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add background color handling */
  
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44907c9-cd70-45b1-a7b6-8f769faf1697.shogun-image {
  box-sizing: border-box;
}



.s-b44907c9-cd70-45b1-a7b6-8f769faf1697 img.shogun-image {
  
}


}
#s-8a79230e-0017-4b16-b471-bd50ed837a42 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8a79230e-0017-4b16-b471-bd50ed837a42 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-8a79230e-0017-4b16-b471-bd50ed837a42 .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-c91dc05c-9be6-4580-bfed-39107a4ace95 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-c91dc05c-9be6-4580-bfed-39107a4ace95 .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-c91dc05c-9be6-4580-bfed-39107a4ace95 .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37bba6fe-ae74-4f41-845c-59069f06f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image {
  box-sizing: border-box;
}



.s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  
}


@media (min-width: 1200px){#s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37bba6fe-ae74-4f41-845c-59069f06f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image {
  box-sizing: border-box;
}



.s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37bba6fe-ae74-4f41-845c-59069f06f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image {
  box-sizing: border-box;
}



.s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37bba6fe-ae74-4f41-845c-59069f06f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image {
  box-sizing: border-box;
}



.s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  
}


}@media (max-width: 767px){#s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37bba6fe-ae74-4f41-845c-59069f06f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37bba6fe-ae74-4f41-845c-59069f06f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bba6fe-ae74-4f41-845c-59069f06f84c.shogun-image {
  box-sizing: border-box;
}



.s-37bba6fe-ae74-4f41-845c-59069f06f84c img.shogun-image {
  
}


}
#s-0475c5bd-229e-4918-8479-c6f49e623da0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0475c5bd-229e-4918-8479-c6f49e623da0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-0475c5bd-229e-4918-8479-c6f49e623da0 .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-96f626e8-5537-4fdb-bb8c-da2fd4cad3cb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-96f626e8-5537-4fdb-bb8c-da2fd4cad3cb .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-96f626e8-5537-4fdb-bb8c-da2fd4cad3cb .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
aspect-ratio: 0.791;
text-align: center;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  margin: 0 !important;
  overflow: visible;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add background color handling */
  
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }

    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-link {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }




.s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image {
  box-sizing: border-box;
}



.s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-843435f1-f478-4193-9f6d-6d57c0778c16 {
      --shg-aspect-ratio: calc(0.791); 
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
      position: relative;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  margin: 0 !important;
  overflow: visible;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add background color handling */
  
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }

    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-link {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }




.s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image {
  box-sizing: border-box;
}



.s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-843435f1-f478-4193-9f6d-6d57c0778c16 {
      --shg-aspect-ratio: calc(0.791); 
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
      position: relative;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  margin: 0 !important;
  overflow: visible;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add background color handling */
  
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }

    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-link {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }




.s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image {
  box-sizing: border-box;
}



.s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-843435f1-f478-4193-9f6d-6d57c0778c16 {
      --shg-aspect-ratio: calc(0.791); 
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
      position: relative;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  margin: 0 !important;
  overflow: visible;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add background color handling */
  
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }

    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-link {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }




.s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image {
  box-sizing: border-box;
}



.s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-843435f1-f478-4193-9f6d-6d57c0778c16 {
      --shg-aspect-ratio: calc(0.791); 
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
      position: relative;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  margin: 0 !important;
  overflow: visible;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843435f1-f478-4193-9f6d-6d57c0778c16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add background color handling */
  
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }

    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-link {
      aspect-ratio: 0.791;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-843435f1-f478-4193-9f6d-6d57c0778c16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }




.s-843435f1-f478-4193-9f6d-6d57c0778c16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image {
  box-sizing: border-box;
}



.s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-843435f1-f478-4193-9f6d-6d57c0778c16 {
      --shg-aspect-ratio: calc(0.791); 
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container {
      position: relative;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-843435f1-f478-4193-9f6d-6d57c0778c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-3868fc2f-715e-4142-be82-c81bff9ce5d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3868fc2f-715e-4142-be82-c81bff9ce5d3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-3868fc2f-715e-4142-be82-c81bff9ce5d3 .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-3a57b8bf-df8f-4e43-a32e-15519528f355 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-3a57b8bf-df8f-4e43-a32e-15519528f355 .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-3a57b8bf-df8f-4e43-a32e-15519528f355 .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-1f16d59d-e330-43f3-946d-8400cb0503c0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(56, 118, 207, 1);
}








#s-1f16d59d-e330-43f3-946d-8400cb0503c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f16d59d-e330-43f3-946d-8400cb0503c0.shg-box.shg-c {
  justify-content: center;
}

#s-19faee53-02a9-4fb5-956c-009903d9d8fb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(70, 117, 182, 1);
}

@media (min-width: 0px) {
[id="s-19faee53-02a9-4fb5-956c-009903d9d8fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19faee53-02a9-4fb5-956c-009903d9d8fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19faee53-02a9-4fb5-956c-009903d9d8fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19faee53-02a9-4fb5-956c-009903d9d8fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bcabe336-7555-44d8-b5ed-d3c3ff62187e {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
text-align: center;
}

#s-bcabe336-7555-44d8-b5ed-d3c3ff62187e .shogun-heading-component h1 {
  color: rgba(243, 238, 234, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8938edc4-12cf-4be8-8210-efbde0ffa41a {
  margin-left: 40%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-style: none;
border-radius: 7px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8938edc4-12cf-4be8-8210-efbde0ffa41a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8938edc4-12cf-4be8-8210-efbde0ffa41a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8938edc4-12cf-4be8-8210-efbde0ffa41a-root {
    text-align: center;
  }


#s-8938edc4-12cf-4be8-8210-efbde0ffa41a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8938edc4-12cf-4be8-8210-efbde0ffa41a-root {
    text-align: center;
  }


#s-8938edc4-12cf-4be8-8210-efbde0ffa41a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8938edc4-12cf-4be8-8210-efbde0ffa41a-root {
    text-align: center;
  }


#s-8938edc4-12cf-4be8-8210-efbde0ffa41a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8938edc4-12cf-4be8-8210-efbde0ffa41a-root {
    text-align: center;
  }


#s-8938edc4-12cf-4be8-8210-efbde0ffa41a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8938edc4-12cf-4be8-8210-efbde0ffa41a-root {
    text-align: center;
  }


#s-8938edc4-12cf-4be8-8210-efbde0ffa41a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2b06ddd5-7f8f-4515-8b3c-afdc0a976cab {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b06ddd5-7f8f-4515-8b3c-afdc0a976cab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-801c0276-ab24-4814-8172-516c0c5edf55 {
  margin-top: 10px;
margin-right: 40%;
}

#s-8a4a93cc-0be1-4fca-8c05-da77b0b3b594 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8a4a93cc-0be1-4fca-8c05-da77b0b3b594 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a4a93cc-0be1-4fca-8c05-da77b0b3b594.shg-box.shg-c {
  justify-content: center;
}

#s-d1281848-a5c1-4334-a64b-81a7b1daded5 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-d1281848-a5c1-4334-a64b-81a7b1daded5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1281848-a5c1-4334-a64b-81a7b1daded5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1281848-a5c1-4334-a64b-81a7b1daded5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1281848-a5c1-4334-a64b-81a7b1daded5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08b40b2c-e4af-4475-908b-660698ab177a {
  margin-top: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08b40b2c-e4af-4475-908b-660698ab177a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-a8f67233-1239-4d72-b49c-76bfbab48900 {
  margin-right: 10%;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  margin-bottom: 5%;
margin-right: 10%;
max-width: 1382px;
text-align: center;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 10%;
  
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}






.s-75ae13cf-4310-445a-b965-a6585e16a8a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image {
  box-sizing: border-box;
}



.s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75ae13cf-4310-445a-b965-a6585e16a8a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image {
  box-sizing: border-box;
}



.s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75ae13cf-4310-445a-b965-a6585e16a8a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image {
  box-sizing: border-box;
}



.s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75ae13cf-4310-445a-b965-a6585e16a8a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image {
  box-sizing: border-box;
}



.s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75ae13cf-4310-445a-b965-a6585e16a8a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75ae13cf-4310-445a-b965-a6585e16a8a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae13cf-4310-445a-b965-a6585e16a8a6.shogun-image {
  box-sizing: border-box;
}



.s-75ae13cf-4310-445a-b965-a6585e16a8a6 img.shogun-image {
  
}


}
#s-6de69461-a94b-4b23-92cc-3f794f050cde {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6de69461-a94b-4b23-92cc-3f794f050cde {
  display: none;
}
#s-6de69461-a94b-4b23-92cc-3f794f050cde, #wrap-s-6de69461-a94b-4b23-92cc-3f794f050cde, #wrap-content-s-6de69461-a94b-4b23-92cc-3f794f050cde { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6de69461-a94b-4b23-92cc-3f794f050cde {
  display: none;
}
#s-6de69461-a94b-4b23-92cc-3f794f050cde, #wrap-s-6de69461-a94b-4b23-92cc-3f794f050cde, #wrap-content-s-6de69461-a94b-4b23-92cc-3f794f050cde { display: none !important; }}@media (max-width: 767px){#s-6de69461-a94b-4b23-92cc-3f794f050cde {
  display: none;
}
#s-6de69461-a94b-4b23-92cc-3f794f050cde, #wrap-s-6de69461-a94b-4b23-92cc-3f794f050cde, #wrap-content-s-6de69461-a94b-4b23-92cc-3f794f050cde { display: none !important; }}







#s-6de69461-a94b-4b23-92cc-3f794f050cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6de69461-a94b-4b23-92cc-3f794f050cde.shg-box.shg-c {
  justify-content: center;
}

#s-dae5670c-f63f-4204-b44b-e1363ed94cb4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-dae5670c-f63f-4204-b44b-e1363ed94cb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dae5670c-f63f-4204-b44b-e1363ed94cb4.shg-box.shg-c {
  justify-content: center;
}

#s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc8a4866-1bc7-44c7-92b9-445b7cfef72c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-bc13daaf-0265-44c5-b8ed-e476745a001e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bc13daaf-0265-44c5-b8ed-e476745a001e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc13daaf-0265-44c5-b8ed-e476745a001e.shg-box.shg-c {
  justify-content: center;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  margin-left: auto;
margin-right: auto;
max-width: 888px;
aspect-ratio: 888/480;
text-align: center;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  margin: 0 !important;
  overflow: visible;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add background color handling */
  
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
  box-sizing: border-box;
}



.s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca9bab05-5114-474a-8744-97d24dd4f24b {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
      position: relative;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

@media (min-width: 1200px){#s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  margin: 0 !important;
  overflow: visible;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add background color handling */
  
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
  box-sizing: border-box;
}



.s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca9bab05-5114-474a-8744-97d24dd4f24b {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
      position: relative;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  margin: 0 !important;
  overflow: visible;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add background color handling */
  
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
  box-sizing: border-box;
}



.s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca9bab05-5114-474a-8744-97d24dd4f24b {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
      position: relative;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  margin: 0 !important;
  overflow: visible;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add background color handling */
  
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
  box-sizing: border-box;
}



.s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca9bab05-5114-474a-8744-97d24dd4f24b {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
      position: relative;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (max-width: 767px){#s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  margin: 0 !important;
  overflow: visible;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca9bab05-5114-474a-8744-97d24dd4f24b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add background color handling */
  
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca9bab05-5114-474a-8744-97d24dd4f24b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-ca9bab05-5114-474a-8744-97d24dd4f24b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image {
  box-sizing: border-box;
}



.s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca9bab05-5114-474a-8744-97d24dd4f24b {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container {
      position: relative;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca9bab05-5114-474a-8744-97d24dd4f24b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}
#s-e0534a7f-6534-4c09-be9f-5ec98f198023 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e0534a7f-6534-4c09-be9f-5ec98f198023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0534a7f-6534-4c09-be9f-5ec98f198023.shg-box.shg-c {
  justify-content: center;
}

#s-ba28573d-305c-4cae-b271-822af1bc4841 {
  margin-left: auto;
margin-right: auto;
}

#s-434dea46-870f-40f7-8b7a-c2f609b20968 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-434dea46-870f-40f7-8b7a-c2f609b20968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-434dea46-870f-40f7-8b7a-c2f609b20968.shg-box.shg-c {
  justify-content: center;
}

#s-a5efe55f-24e2-465c-9468-b9c4078fa7dc {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5efe55f-24e2-465c-9468-b9c4078fa7dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-bac17d02-c350-4f8e-8822-5c1984e8109e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bac17d02-c350-4f8e-8822-5c1984e8109e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bac17d02-c350-4f8e-8822-5c1984e8109e.shg-box.shg-c {
  justify-content: center;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  margin-left: auto;
margin-right: auto;
max-width: 224px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  margin: 0 !important;
  overflow: visible;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add background color handling */
  
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
  box-sizing: border-box;
}



.s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b32cc37c-403a-4749-85c4-bd865fce8167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
      position: relative;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

@media (min-width: 1200px){#s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  margin: 0 !important;
  overflow: visible;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add background color handling */
  
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
  box-sizing: border-box;
}



.s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b32cc37c-403a-4749-85c4-bd865fce8167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
      position: relative;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  margin: 0 !important;
  overflow: visible;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add background color handling */
  
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
  box-sizing: border-box;
}



.s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b32cc37c-403a-4749-85c4-bd865fce8167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
      position: relative;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  margin: 0 !important;
  overflow: visible;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add background color handling */
  
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
  box-sizing: border-box;
}



.s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b32cc37c-403a-4749-85c4-bd865fce8167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
      position: relative;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (max-width: 767px){#s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  margin: 0 !important;
  overflow: visible;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32cc37c-403a-4749-85c4-bd865fce8167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add background color handling */
  
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b32cc37c-403a-4749-85c4-bd865fce8167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-b32cc37c-403a-4749-85c4-bd865fce8167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image {
  box-sizing: border-box;
}



.s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b32cc37c-403a-4749-85c4-bd865fce8167 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container {
      position: relative;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32cc37c-403a-4749-85c4-bd865fce8167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}
#s-790f94c9-3b87-42ea-83c8-fd6137c8bb6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-790f94c9-3b87-42ea-83c8-fd6137c8bb6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-790f94c9-3b87-42ea-83c8-fd6137c8bb6c.shg-box.shg-c {
  justify-content: center;
}

#s-e152063c-81fa-442f-af88-313d627071a0 {
  margin-left: auto;
margin-right: auto;
}

#s-bb2d964d-9db2-425c-ad79-b91d0106026c {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-bb2d964d-9db2-425c-ad79-b91d0106026c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb2d964d-9db2-425c-ad79-b91d0106026c.shg-box.shg-c {
  justify-content: center;
}

#s-f355ca27-3fce-47e5-92e3-bf572bb4140e {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f355ca27-3fce-47e5-92e3-bf572bb4140e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4969f89a-c4a7-4264-8904-e8bff60f10f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4969f89a-c4a7-4264-8904-e8bff60f10f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4969f89a-c4a7-4264-8904-e8bff60f10f1.shg-box.shg-c {
  justify-content: center;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
aspect-ratio: 4/3;
text-align: center;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
  box-sizing: border-box;
}



.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
      position: relative;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
  box-sizing: border-box;
}



.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
      position: relative;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
  box-sizing: border-box;
}



.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
      position: relative;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
  box-sizing: border-box;
}



.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
      position: relative;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image {
  box-sizing: border-box;
}



.s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container {
      position: relative;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5203cfcd-f1a6-42b2-a89f-19a1ed0e9bf5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-486580e1-521a-45c0-8fcb-c543adcb72db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-486580e1-521a-45c0-8fcb-c543adcb72db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-486580e1-521a-45c0-8fcb-c543adcb72db.shg-box.shg-c {
  justify-content: center;
}

#s-089ee071-ad9f-44c0-9e3f-a951c760e80d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-ee66eb72-bb2c-4ed9-9081-14086e16d637 {
  padding-top: 40px;
padding-left: 15%;
padding-bottom: 40px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(243, 238, 234, 1);
}
@media (min-width: 1200px){#s-ee66eb72-bb2c-4ed9-9081-14086e16d637 {
  display: none;
}
#s-ee66eb72-bb2c-4ed9-9081-14086e16d637, #wrap-s-ee66eb72-bb2c-4ed9-9081-14086e16d637, #wrap-content-s-ee66eb72-bb2c-4ed9-9081-14086e16d637 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee66eb72-bb2c-4ed9-9081-14086e16d637 {
  
}
}@media (max-width: 767px){#s-ee66eb72-bb2c-4ed9-9081-14086e16d637 {
  display: none;
}
#s-ee66eb72-bb2c-4ed9-9081-14086e16d637, #wrap-s-ee66eb72-bb2c-4ed9-9081-14086e16d637, #wrap-content-s-ee66eb72-bb2c-4ed9-9081-14086e16d637 { display: none !important; }}







#s-ee66eb72-bb2c-4ed9-9081-14086e16d637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee66eb72-bb2c-4ed9-9081-14086e16d637.shg-box.shg-c {
  justify-content: center;
}

#s-a1c21bfa-0278-45be-a432-a474eb092d38 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1c21bfa-0278-45be-a432-a474eb092d38 .shogun-heading-component h1 {
  color: rgba(70, 117, 182, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-06f6c37d-c61a-4b1b-bcb6-855623433884"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-06f6c37d-c61a-4b1b-bcb6-855623433884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-06f6c37d-c61a-4b1b-bcb6-855623433884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-06f6c37d-c61a-4b1b-bcb6-855623433884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  max-width: 1485px;
aspect-ratio: 2/3;
text-align: center;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  margin: 0 !important;
  overflow: visible;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add background color handling */
  
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1485px;
  }



  img.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
    
    
    
    max-height: 1485px;
  }


.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
  box-sizing: border-box;
}



.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
      position: relative;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1485px;
    }
  }

@media (min-width: 1200px){#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  margin: 0 !important;
  overflow: visible;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add background color handling */
  
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1485px;
  }



  img.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
    
    
    
    max-height: 1485px;
  }


.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
  box-sizing: border-box;
}



.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
      position: relative;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1485px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  margin: 0 !important;
  overflow: visible;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add background color handling */
  
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1485px;
  }



  img.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
    
    
    
    max-height: 1485px;
  }


.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
  box-sizing: border-box;
}



.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
      position: relative;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1485px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  margin: 0 !important;
  overflow: visible;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add background color handling */
  
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1485px;
  }



  img.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
    
    
    
    max-height: 1485px;
  }


.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
  box-sizing: border-box;
}



.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
      position: relative;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1485px;
    }
  }

}@media (max-width: 767px){#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  margin: 0 !important;
  overflow: visible;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add background color handling */
  
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1485px;
  }



  img.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
    
    
    
    max-height: 1485px;
  }


.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image {
  box-sizing: border-box;
}



.s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container {
      position: relative;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d75eccf2-6213-4e1e-a3d7-83e24ce3a50e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1485px;
    }
  }

}
#s-4f4c1dc6-27ed-4d02-8213-4c3511eba46f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}

#s-99f9b789-5072-46be-938e-d259e6947dea {
  max-width: 1828px;
aspect-ratio: 2/3;
text-align: center;
}

#s-99f9b789-5072-46be-938e-d259e6947dea {
  margin: 0 !important;
  overflow: visible;
}

#s-99f9b789-5072-46be-938e-d259e6947dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add background color handling */
  
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1828px;
  }



  img.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
    
    
    
    max-height: 1828px;
  }


.s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-content {
  
    justify-content: center;
  
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
  box-sizing: border-box;
}



.s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99f9b789-5072-46be-938e-d259e6947dea {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
      position: relative;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1828px;
    }
  }

@media (min-width: 1200px){#s-99f9b789-5072-46be-938e-d259e6947dea {
  margin: 0 !important;
  overflow: visible;
}

#s-99f9b789-5072-46be-938e-d259e6947dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add background color handling */
  
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1828px;
  }



  img.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
    
    
    
    max-height: 1828px;
  }


.s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-content {
  
    justify-content: center;
  
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
  box-sizing: border-box;
}



.s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99f9b789-5072-46be-938e-d259e6947dea {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
      position: relative;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1828px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99f9b789-5072-46be-938e-d259e6947dea {
  margin: 0 !important;
  overflow: visible;
}

#s-99f9b789-5072-46be-938e-d259e6947dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add background color handling */
  
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1828px;
  }



  img.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
    
    
    
    max-height: 1828px;
  }


.s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-content {
  
    justify-content: center;
  
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
  box-sizing: border-box;
}



.s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99f9b789-5072-46be-938e-d259e6947dea {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
      position: relative;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1828px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99f9b789-5072-46be-938e-d259e6947dea {
  margin: 0 !important;
  overflow: visible;
}

#s-99f9b789-5072-46be-938e-d259e6947dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add background color handling */
  
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1828px;
  }



  img.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
    
    
    
    max-height: 1828px;
  }


.s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-content {
  
    justify-content: center;
  
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
  box-sizing: border-box;
}



.s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99f9b789-5072-46be-938e-d259e6947dea {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
      position: relative;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1828px;
    }
  }

}@media (max-width: 767px){#s-99f9b789-5072-46be-938e-d259e6947dea {
  margin: 0 !important;
  overflow: visible;
}

#s-99f9b789-5072-46be-938e-d259e6947dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99f9b789-5072-46be-938e-d259e6947dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add background color handling */
  
}

#s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99f9b789-5072-46be-938e-d259e6947dea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1828px;
  }



  img.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
    
    
    
    max-height: 1828px;
  }


.s-99f9b789-5072-46be-938e-d259e6947dea .shogun-image-content {
  
    justify-content: center;
  
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image {
  box-sizing: border-box;
}



.s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99f9b789-5072-46be-938e-d259e6947dea {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container {
      position: relative;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99f9b789-5072-46be-938e-d259e6947dea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1828px;
    }
  }

}
#s-cadead97-5b41-44d3-a4bf-1de00291584f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  max-width: 735px;
aspect-ratio: 2/3;
text-align: center;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 735px;
  }



  img.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
    
    
    
    max-height: 735px;
  }


.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
  box-sizing: border-box;
}



.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
      position: relative;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 735px;
    }
  }

@media (min-width: 1200px){#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 735px;
  }



  img.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
    
    
    
    max-height: 735px;
  }


.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
  box-sizing: border-box;
}



.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
      position: relative;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 735px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 735px;
  }



  img.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
    
    
    
    max-height: 735px;
  }


.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
  box-sizing: border-box;
}



.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
      position: relative;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 735px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 735px;
  }



  img.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
    
    
    
    max-height: 735px;
  }


.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
  box-sizing: border-box;
}



.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
      position: relative;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 735px;
    }
  }

}@media (max-width: 767px){#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 735px;
  }



  img.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
    
    
    
    max-height: 735px;
  }


.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image {
  box-sizing: border-box;
}



.s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container {
      position: relative;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed24fed8-88cd-42d4-abc4-87687b66a3d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 735px;
    }
  }

}
#s-2f5473c7-19c7-4c6c-ad6a-a5feb3d54c56 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  max-width: 1708px;
aspect-ratio: 2/3;
text-align: center;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1708px;
  }



  img.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
    
    
    
    max-height: 1708px;
  }


.s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
  box-sizing: border-box;
}



.s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
      position: relative;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1708px;
    }
  }

@media (min-width: 1200px){#s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1708px;
  }



  img.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
    
    
    
    max-height: 1708px;
  }


.s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
  box-sizing: border-box;
}



.s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
      position: relative;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1708px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1708px;
  }



  img.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
    
    
    
    max-height: 1708px;
  }


.s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
  box-sizing: border-box;
}



.s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
      position: relative;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1708px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1708px;
  }



  img.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
    
    
    
    max-height: 1708px;
  }


.s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
  box-sizing: border-box;
}



.s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
      position: relative;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1708px;
    }
  }

}@media (max-width: 767px){#s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1708px;
  }



  img.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
    
    
    
    max-height: 1708px;
  }


.s-dfbc8d60-fa72-4450-8917-363ab43b7827 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image {
  box-sizing: border-box;
}



.s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container {
      position: relative;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfbc8d60-fa72-4450-8917-363ab43b7827 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1708px;
    }
  }

}
#s-8e96303b-a74a-413f-816d-132c3c6be336 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(70, 117, 182, 1);
text-align: center;
text-decoration: none;
}
#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a-root {
    text-align: center;
  }


#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a-root {
    text-align: center;
  }


#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a-root {
    text-align: center;
  }


#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a-root {
    text-align: center;
  }


#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a-root {
    text-align: center;
  }


#s-b224a12b-e38f-4ded-8bd0-fb0f0431f35a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc {
  padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 251, 251, 1);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc {
  display: none;
}
#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc, #wrap-s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc, #wrap-content-s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc {
  
}
}@media (max-width: 767px){#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc {
  display: none;
}
#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc, #wrap-s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc, #wrap-content-s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc { display: none !important; }}







#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9cf41f3-a194-4327-b4cd-8359fabf2bfc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf476721-ca3d-4f38-aa4c-ebcd9698ae36 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-cf476721-ca3d-4f38-aa4c-ebcd9698ae36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf476721-ca3d-4f38-aa4c-ebcd9698ae36.shg-box.shg-c {
  justify-content: center;
}

#s-a04113a9-d6ef-458b-b3f3-9b056453f0e3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04113a9-d6ef-458b-b3f3-9b056453f0e3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-13ddfdda-bfd5-4d0e-9dc4-0b4e82f81f43 {
  margin-left: auto;
margin-right: auto;
}

#s-9c96727e-5452-48de-a12d-d3c319207e7c {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 15%;
margin-right: 15%;
padding-bottom: 10%;
text-align: left;
}

#s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(246, 241, 241, 0);
    border: 1px solid rgba(254, 252, 252, 0.02);
  }
#s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Poppins;
  
  
  font-size: 16px;
}

#s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(80, 179, 218, 1);
}

#s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(246, 241, 241, 0);
}

#s-9c96727e-5452-48de-a12d-d3c319207e7c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(254, 252, 252, 0.02);
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  margin-left: auto;
margin-right: auto;
max-width: 1884px;
aspect-ratio: 2048/1365;
text-align: center;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  margin: 0 !important;
  overflow: visible;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add background color handling */
  
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
  box-sizing: border-box;
}



.s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9387abd8-3acd-49ba-8ccd-756216628c18 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
      position: relative;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

@media (min-width: 1200px){#s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  margin: 0 !important;
  overflow: visible;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add background color handling */
  
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
  box-sizing: border-box;
}



.s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9387abd8-3acd-49ba-8ccd-756216628c18 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
      position: relative;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  margin: 0 !important;
  overflow: visible;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add background color handling */
  
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
  box-sizing: border-box;
}



.s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9387abd8-3acd-49ba-8ccd-756216628c18 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
      position: relative;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  margin: 0 !important;
  overflow: visible;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add background color handling */
  
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
  box-sizing: border-box;
}



.s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9387abd8-3acd-49ba-8ccd-756216628c18 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
      position: relative;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}@media (max-width: 767px){#s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  margin: 0 !important;
  overflow: visible;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9387abd8-3acd-49ba-8ccd-756216628c18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add background color handling */
  
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9387abd8-3acd-49ba-8ccd-756216628c18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-9387abd8-3acd-49ba-8ccd-756216628c18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image {
  box-sizing: border-box;
}



.s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9387abd8-3acd-49ba-8ccd-756216628c18 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container {
      position: relative;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9387abd8-3acd-49ba-8ccd-756216628c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}
#s-b54952ad-a30a-400b-940d-e524c7c142ce {
  margin-left: auto;
margin-right: auto;
max-width: 1884px;
aspect-ratio: 1884/1008;
text-align: center;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }

    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-link {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
  box-sizing: border-box;
}



.s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b54952ad-a30a-400b-940d-e524c7c142ce {
      --shg-aspect-ratio: calc(1884/1008); 
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
      position: relative;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

@media (min-width: 1200px){#s-b54952ad-a30a-400b-940d-e524c7c142ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }

    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-link {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
  box-sizing: border-box;
}



.s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b54952ad-a30a-400b-940d-e524c7c142ce {
      --shg-aspect-ratio: calc(1884/1008); 
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
      position: relative;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b54952ad-a30a-400b-940d-e524c7c142ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }

    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-link {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
  box-sizing: border-box;
}



.s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b54952ad-a30a-400b-940d-e524c7c142ce {
      --shg-aspect-ratio: calc(1884/1008); 
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
      position: relative;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b54952ad-a30a-400b-940d-e524c7c142ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }

    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-link {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
  box-sizing: border-box;
}



.s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b54952ad-a30a-400b-940d-e524c7c142ce {
      --shg-aspect-ratio: calc(1884/1008); 
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
      position: relative;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}@media (max-width: 767px){#s-b54952ad-a30a-400b-940d-e524c7c142ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b54952ad-a30a-400b-940d-e524c7c142ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }

    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-link {
      aspect-ratio: 1884/1008;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54952ad-a30a-400b-940d-e524c7c142ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1884px;
  }



  img.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
    
    
    
    max-height: 1884px;
  }


.s-b54952ad-a30a-400b-940d-e524c7c142ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image {
  box-sizing: border-box;
}



.s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b54952ad-a30a-400b-940d-e524c7c142ce {
      --shg-aspect-ratio: calc(1884/1008); 
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container {
      position: relative;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54952ad-a30a-400b-940d-e524c7c142ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1884px;
    }
  }

}
#s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  margin-left: auto;
margin-right: auto;
max-width: 2398px;
aspect-ratio: 1822/980;
text-align: center;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  margin: 0 !important;
  overflow: visible;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add background color handling */
  
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }

    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-link {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-content {
  
    justify-content: center;
  
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
  box-sizing: border-box;
}



.s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
      --shg-aspect-ratio: calc(1822/980); 
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
      position: relative;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

@media (min-width: 1200px){#s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  margin: 0 !important;
  overflow: visible;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add background color handling */
  
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }

    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-link {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-content {
  
    justify-content: center;
  
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
  box-sizing: border-box;
}



.s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
      --shg-aspect-ratio: calc(1822/980); 
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
      position: relative;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  margin: 0 !important;
  overflow: visible;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add background color handling */
  
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }

    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-link {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-content {
  
    justify-content: center;
  
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
  box-sizing: border-box;
}



.s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
      --shg-aspect-ratio: calc(1822/980); 
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
      position: relative;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  margin: 0 !important;
  overflow: visible;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add background color handling */
  
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }

    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-link {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-content {
  
    justify-content: center;
  
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
  box-sizing: border-box;
}



.s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
      --shg-aspect-ratio: calc(1822/980); 
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
      position: relative;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}@media (max-width: 767px){#s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  margin: 0 !important;
  overflow: visible;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add background color handling */
  
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }

    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-link {
      aspect-ratio: 1822/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-10f3dad8-7083-486f-b0e2-26a0d3da665a .shogun-image-content {
  
    justify-content: center;
  
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image {
  box-sizing: border-box;
}



.s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a {
      --shg-aspect-ratio: calc(1822/980); 
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container {
      position: relative;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10f3dad8-7083-486f-b0e2-26a0d3da665a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}
#s-6d961d2d-f680-4d47-a9c0-09c17080b2d1 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 400px;
background-position: center center;
background-color: rgba(22, 49, 87, 1);
}








#s-6d961d2d-f680-4d47-a9c0-09c17080b2d1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-6d961d2d-f680-4d47-a9c0-09c17080b2d1.shg-box.shg-c {
  justify-content: center;
}

#s-89e851a7-5aa0-411a-86fe-a2702952c0a8 {
  text-align: left;
}

#s-89e851a7-5aa0-411a-86fe-a2702952c0a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-fdb9269e-3c27-41ae-8d02-a137403250ae {
  padding-bottom: 0px;
text-align: left;
}

#s-fdb9269e-3c27-41ae-8d02-a137403250ae .shogun-heading-component h1 {
  color: rgba(251, 235, 181, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-b00c6597-2108-433d-b004-9ddb52f76097 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

#s-38ade381-c838-4def-89eb-db040243f4a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-38ade381-c838-4def-89eb-db040243f4a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38ade381-c838-4def-89eb-db040243f4a2.shg-box.shg-c {
  justify-content: center;
}

#s-be67f04b-2143-493b-95b8-3573bedf914a {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-be67f04b-2143-493b-95b8-3573bedf914a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-c16bff8f-e3fd-4079-a12c-18302361eda9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c16bff8f-e3fd-4079-a12c-18302361eda9 .shogun-heading-component h1 {
  color: rgba(198, 193, 188, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 43px;
  
  
  
}



#s-29a2987d-5d42-4850-a0b1-4ce51de27ec2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-29a2987d-5d42-4850-a0b1-4ce51de27ec2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29a2987d-5d42-4850-a0b1-4ce51de27ec2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29a2987d-5d42-4850-a0b1-4ce51de27ec2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29a2987d-5d42-4850-a0b1-4ce51de27ec2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1484px;
aspect-ratio: 1068/1350;
text-align: center;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
  box-sizing: border-box;
}



.s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
      position: relative;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

@media (min-width: 1200px){#s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
  box-sizing: border-box;
}



.s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
      position: relative;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
  box-sizing: border-box;
}



.s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
      position: relative;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
  box-sizing: border-box;
}



.s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
      position: relative;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (max-width: 767px){#s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-26c799f2-60c5-43fe-8690-5c9236a965d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image {
  box-sizing: border-box;
}



.s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container {
      position: relative;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c799f2-60c5-43fe-8690-5c9236a965d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}
#s-c609ab67-12e6-4708-85f4-35a66cd1b160 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c609ab67-12e6-4708-85f4-35a66cd1b160 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-c609ab67-12e6-4708-85f4-35a66cd1b160 .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-2c431d78-d70a-4829-b62c-8c25dc00532d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-2c431d78-d70a-4829-b62c-8c25dc00532d .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-2c431d78-d70a-4829-b62c-8c25dc00532d .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  margin-left: auto;
margin-right: auto;
max-width: 1484px;
aspect-ratio: 1068/1350;
text-align: center;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
  box-sizing: border-box;
}



.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
      position: relative;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

@media (min-width: 1200px){#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
  box-sizing: border-box;
}



.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
      position: relative;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
  box-sizing: border-box;
}



.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
      position: relative;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
  box-sizing: border-box;
}



.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
      position: relative;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (max-width: 767px){#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image {
  box-sizing: border-box;
}



.s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container {
      position: relative;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f604efe-2eb7-4176-a187-7e9af1e2a8b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}
#s-a03ad02e-860e-4b1f-b782-89569e1fe636 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a03ad02e-860e-4b1f-b782-89569e1fe636 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-a03ad02e-860e-4b1f-b782-89569e1fe636 .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-b427ebe0-b676-4f0c-96ac-8cb069bc23b1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-b427ebe0-b676-4f0c-96ac-8cb069bc23b1 .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-b427ebe0-b676-4f0c-96ac-8cb069bc23b1 .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-6602f859-4474-41ab-89c8-803f85b17b30 {
  margin-left: auto;
margin-right: auto;
max-width: 1484px;
aspect-ratio: 1068/1350;
text-align: center;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
  box-sizing: border-box;
}



.s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6602f859-4474-41ab-89c8-803f85b17b30 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
      position: relative;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

@media (min-width: 1200px){#s-6602f859-4474-41ab-89c8-803f85b17b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
  box-sizing: border-box;
}



.s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6602f859-4474-41ab-89c8-803f85b17b30 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
      position: relative;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6602f859-4474-41ab-89c8-803f85b17b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
  box-sizing: border-box;
}



.s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6602f859-4474-41ab-89c8-803f85b17b30 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
      position: relative;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6602f859-4474-41ab-89c8-803f85b17b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
  box-sizing: border-box;
}



.s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6602f859-4474-41ab-89c8-803f85b17b30 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
      position: relative;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}@media (max-width: 767px){#s-6602f859-4474-41ab-89c8-803f85b17b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6602f859-4474-41ab-89c8-803f85b17b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }

    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-link {
      aspect-ratio: 1068/1350;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6602f859-4474-41ab-89c8-803f85b17b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1484px;
  }



  img.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
    
    
    
    max-height: 1484px;
  }


.s-6602f859-4474-41ab-89c8-803f85b17b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image {
  box-sizing: border-box;
}



.s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6602f859-4474-41ab-89c8-803f85b17b30 {
      --shg-aspect-ratio: calc(1068/1350); 
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container {
      position: relative;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6602f859-4474-41ab-89c8-803f85b17b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1484px;
    }
  }

}
#s-6aaa38ad-d31e-4ce4-878c-8916e54994b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6aaa38ad-d31e-4ce4-878c-8916e54994b2 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


#s-6aaa38ad-d31e-4ce4-878c-8916e54994b2 .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-af6611d8-5d15-405d-a25b-d3286d39916b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-af6611d8-5d15-405d-a25b-d3286d39916b .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-af6611d8-5d15-405d-a25b-d3286d39916b .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-5b786801-e720-409b-bb07-313baf144f0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(56, 118, 207, 1);
}








#s-5b786801-e720-409b-bb07-313baf144f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b786801-e720-409b-bb07-313baf144f0f.shg-box.shg-c {
  justify-content: center;
}

#s-f63cdba4-f420-46c1-a3e1-ad3bba6bfd5e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(70, 117, 182, 1);
}

@media (min-width: 0px) {
[id="s-f63cdba4-f420-46c1-a3e1-ad3bba6bfd5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f63cdba4-f420-46c1-a3e1-ad3bba6bfd5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f63cdba4-f420-46c1-a3e1-ad3bba6bfd5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f63cdba4-f420-46c1-a3e1-ad3bba6bfd5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80da4058-0170-4e1f-9775-a3571762941e {
  margin-top: 10%;
margin-left: 35%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}

#s-80da4058-0170-4e1f-9775-a3571762941e .shogun-heading-component h1 {
  color: rgba(243, 238, 234, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18 {
  margin-left: 30%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bd68359-a6ef-4664-9f4e-485ea23a3d18-root {
    text-align: center;
  }


#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bd68359-a6ef-4664-9f4e-485ea23a3d18-root {
    text-align: center;
  }


#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bd68359-a6ef-4664-9f4e-485ea23a3d18-root {
    text-align: center;
  }


#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bd68359-a6ef-4664-9f4e-485ea23a3d18-root {
    text-align: center;
  }


#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bd68359-a6ef-4664-9f4e-485ea23a3d18-root {
    text-align: center;
  }


#s-7bd68359-a6ef-4664-9f4e-485ea23a3d18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a4d33497-dab6-4f32-9fe8-71d079bd6c7c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4d33497-dab6-4f32-9fe8-71d079bd6c7c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-45acb1eb-d762-4da8-a485-2b3110b32858 {
  margin-top: 10px;
margin-right: 30%;
}

#s-3aed771b-a7e8-4324-b41f-fda59a51ff8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3aed771b-a7e8-4324-b41f-fda59a51ff8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aed771b-a7e8-4324-b41f-fda59a51ff8d.shg-box.shg-c {
  justify-content: center;
}

#s-462657f7-8379-4d9d-8356-406126d4a016 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-462657f7-8379-4d9d-8356-406126d4a016"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-462657f7-8379-4d9d-8356-406126d4a016"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-462657f7-8379-4d9d-8356-406126d4a016"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-462657f7-8379-4d9d-8356-406126d4a016"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b8afb018-3605-40f6-90ce-0e2e973c85dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b8afb018-3605-40f6-90ce-0e2e973c85dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8afb018-3605-40f6-90ce-0e2e973c85dc.shg-box.shg-c {
  justify-content: center;
}

#s-ff835414-3a36-4f0c-a2db-32442608949b {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff835414-3a36-4f0c-a2db-32442608949b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-ad7f746f-19a4-4503-8a26-96ac406fdb52 {
  margin-left: 5%;
margin-right: 10%;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  margin-left: 5%;
margin-right: 10%;
max-width: 2398px;
aspect-ratio: 2398/1290;
text-align: center;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }

    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-link {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
  box-sizing: border-box;
}



.s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cd4a964-1335-43d8-9823-615da139ddf4 {
      --shg-aspect-ratio: calc(2398/1290); 
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
      position: relative;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

@media (min-width: 1200px){#s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }

    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-link {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
  box-sizing: border-box;
}



.s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cd4a964-1335-43d8-9823-615da139ddf4 {
      --shg-aspect-ratio: calc(2398/1290); 
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
      position: relative;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }

    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-link {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
  box-sizing: border-box;
}



.s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cd4a964-1335-43d8-9823-615da139ddf4 {
      --shg-aspect-ratio: calc(2398/1290); 
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
      position: relative;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }

    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-link {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
  box-sizing: border-box;
}



.s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cd4a964-1335-43d8-9823-615da139ddf4 {
      --shg-aspect-ratio: calc(2398/1290); 
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
      position: relative;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}@media (max-width: 767px){#s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cd4a964-1335-43d8-9823-615da139ddf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }

    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-link {
      aspect-ratio: 2398/1290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cd4a964-1335-43d8-9823-615da139ddf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2398px;
  }



  img.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
    
    
    
    max-height: 2398px;
  }


.s-3cd4a964-1335-43d8-9823-615da139ddf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image {
  box-sizing: border-box;
}



.s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cd4a964-1335-43d8-9823-615da139ddf4 {
      --shg-aspect-ratio: calc(2398/1290); 
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container {
      position: relative;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cd4a964-1335-43d8-9823-615da139ddf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2398px;
    }
  }

}
#s-4a00c43d-1235-4c43-a8ee-abb85b9aedae {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
min-height: 50px;
}








#s-4a00c43d-1235-4c43-a8ee-abb85b9aedae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a00c43d-1235-4c43-a8ee-abb85b9aedae.shg-box.shg-c {
  justify-content: center;
}

#s-5f4f83cd-9337-46a1-aaca-5d0895f23f98 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-5f4f83cd-9337-46a1-aaca-5d0895f23f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f4f83cd-9337-46a1-aaca-5d0895f23f98.shg-box.shg-c {
  justify-content: center;
}

#s-05f4e6d1-07b9-4c78-9673-9221e74a4359 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05f4e6d1-07b9-4c78-9673-9221e74a4359"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-744ffb2b-9be9-46bb-a614-9d0a6072e7ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-744ffb2b-9be9-46bb-a614-9d0a6072e7ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-744ffb2b-9be9-46bb-a614-9d0a6072e7ce.shg-box.shg-c {
  justify-content: center;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  margin-left: auto;
margin-right: auto;
max-width: 888px;
aspect-ratio: 888/480;
text-align: center;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  margin: 0 !important;
  overflow: visible;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add background color handling */
  
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
  box-sizing: border-box;
}



.s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
      position: relative;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

@media (min-width: 1200px){#s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  margin: 0 !important;
  overflow: visible;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add background color handling */
  
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
  box-sizing: border-box;
}



.s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
      position: relative;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  margin: 0 !important;
  overflow: visible;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add background color handling */
  
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
  box-sizing: border-box;
}



.s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
      position: relative;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  margin: 0 !important;
  overflow: visible;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add background color handling */
  
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
  box-sizing: border-box;
}



.s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
      position: relative;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (max-width: 767px){#s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  margin: 0 !important;
  overflow: visible;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add background color handling */
  
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-d51e29fd-d34d-4ec8-9380-e88c38398208 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image {
  box-sizing: border-box;
}



.s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container {
      position: relative;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d51e29fd-d34d-4ec8-9380-e88c38398208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}
#s-056dc5ab-2b71-45a7-b99d-dda6f614ddfd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-056dc5ab-2b71-45a7-b99d-dda6f614ddfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-056dc5ab-2b71-45a7-b99d-dda6f614ddfd.shg-box.shg-c {
  justify-content: center;
}

#s-6bc5f3dd-d5ec-4ddc-9e88-1e3b5cb4a4cd {
  margin-left: auto;
margin-right: auto;
}

#s-59c18a9a-5b20-4a56-8a27-7b319ca383aa {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-59c18a9a-5b20-4a56-8a27-7b319ca383aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59c18a9a-5b20-4a56-8a27-7b319ca383aa.shg-box.shg-c {
  justify-content: center;
}

#s-9a8ba308-132b-4d0d-b647-72c996f1b53a {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a8ba308-132b-4d0d-b647-72c996f1b53a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-471eada4-e5d3-40b6-8159-0521d5c745b5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-471eada4-e5d3-40b6-8159-0521d5c745b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-471eada4-e5d3-40b6-8159-0521d5c745b5.shg-box.shg-c {
  justify-content: center;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c {
  margin-left: auto;
margin-right: auto;
max-width: 224px;
aspect-ratio: 1/1;
text-align: center;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c {
  margin: 0 !important;
  overflow: visible;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add background color handling */
  
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
  box-sizing: border-box;
}



.s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f38570-4bea-40f5-bf30-6c072844011c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
      position: relative;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

@media (min-width: 1200px){#s-97f38570-4bea-40f5-bf30-6c072844011c {
  margin: 0 !important;
  overflow: visible;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add background color handling */
  
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
  box-sizing: border-box;
}



.s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f38570-4bea-40f5-bf30-6c072844011c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
      position: relative;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-97f38570-4bea-40f5-bf30-6c072844011c {
  margin: 0 !important;
  overflow: visible;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add background color handling */
  
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
  box-sizing: border-box;
}



.s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f38570-4bea-40f5-bf30-6c072844011c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
      position: relative;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-97f38570-4bea-40f5-bf30-6c072844011c {
  margin: 0 !important;
  overflow: visible;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add background color handling */
  
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
  box-sizing: border-box;
}



.s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f38570-4bea-40f5-bf30-6c072844011c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
      position: relative;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (max-width: 767px){#s-97f38570-4bea-40f5-bf30-6c072844011c {
  margin: 0 !important;
  overflow: visible;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f38570-4bea-40f5-bf30-6c072844011c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add background color handling */
  
}

#s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f38570-4bea-40f5-bf30-6c072844011c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-97f38570-4bea-40f5-bf30-6c072844011c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image {
  box-sizing: border-box;
}



.s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f38570-4bea-40f5-bf30-6c072844011c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container {
      position: relative;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f38570-4bea-40f5-bf30-6c072844011c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}
#s-73a459f8-b9a9-4246-985b-4df0d0d2a262 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73a459f8-b9a9-4246-985b-4df0d0d2a262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73a459f8-b9a9-4246-985b-4df0d0d2a262.shg-box.shg-c {
  justify-content: center;
}

#s-98737411-f504-4282-ac18-826cc9694064 {
  margin-left: auto;
margin-right: auto;
}

#s-99ad2272-71ce-41ce-81fd-8097c8708afd {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-99ad2272-71ce-41ce-81fd-8097c8708afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99ad2272-71ce-41ce-81fd-8097c8708afd.shg-box.shg-c {
  justify-content: center;
}

#s-6f14224c-a1df-4b50-89ec-46f82d2dd84a {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f14224c-a1df-4b50-89ec-46f82d2dd84a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-931762a5-279c-4b50-aa1c-ad13fc5e3d64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-931762a5-279c-4b50-aa1c-ad13fc5e3d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-931762a5-279c-4b50-aa1c-ad13fc5e3d64.shg-box.shg-c {
  justify-content: center;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
  box-sizing: border-box;
}



.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
      position: relative;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
  box-sizing: border-box;
}



.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
      position: relative;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
  box-sizing: border-box;
}



.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
      position: relative;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
  box-sizing: border-box;
}



.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
      position: relative;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image {
  box-sizing: border-box;
}



.s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container {
      position: relative;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee06701c-6af0-4f74-8fcb-138af99b98b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-33e86824-b1f3-4a37-841a-2a8c4f71e055 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-33e86824-b1f3-4a37-841a-2a8c4f71e055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33e86824-b1f3-4a37-841a-2a8c4f71e055.shg-box.shg-c {
  justify-content: center;
}

#s-abd18e1f-2bc4-40ce-8b72-1631b1861262 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 251, 251, 1);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 {
  display: none;
}
#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5, #wrap-s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5, #wrap-content-s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 {
  display: none;
}
#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5, #wrap-s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5, #wrap-content-s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 {
  display: none;
}
#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5, #wrap-s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5, #wrap-content-s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 { display: none !important; }}@media (max-width: 767px){#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 {
  
}
}







#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8b73eda-83c4-4aeb-83fb-8aadb98846b5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  display: none;
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea, #wrap-s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea, #wrap-content-s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  display: none;
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea, #wrap-s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea, #wrap-content-s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  display: none;
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea, #wrap-s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea, #wrap-content-s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea { display: none !important; }}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea {
  background-image: url(https://i.shgcdn.com/2556db78-264b-4dde-ab7e-a85a1589d46d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5414c572-28ab-4e4e-a8ef-e0ff29efa2ea.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4a6ff589-1ec9-45b4-b102-8836ed6e7d6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-7e732c50-221d-4ac6-8516-94067aaa2ca8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e732c50-221d-4ac6-8516-94067aaa2ca8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7e732c50-221d-4ac6-8516-94067aaa2ca8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e732c50-221d-4ac6-8516-94067aaa2ca8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-da55f86f-5df6-490d-8a9f-acd0b6d3271b {
  margin-top: 290px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da55f86f-5df6-490d-8a9f-acd0b6d3271b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: center;
}



#s-da3822cb-7d4d-4679-88bc-07912e24239d {
  margin-bottom: 1px;
}

#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 7px;
padding-left: 12px;
padding-bottom: 7px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(253, 252, 252, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(70, 117, 182, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNhNmVjMzgtZGFkZi00ZDY1LTg3MDUtODBmNTk1NmRjMTQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2E2ZWMzOC1kYWRmLTRkNjUtODcwNS04MGY1OTU2ZGMxNDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(47, 212, 198, 1) !important;
text-decoration: none !important;
color: rgba(47, 212, 198, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 {
  display: none;
}
#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6, #wrap-s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6, #wrap-content-s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 {
  display: none;
}
#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6, #wrap-s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6, #wrap-content-s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 {
  display: none;
}
#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6, #wrap-s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6, #wrap-content-s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6 { display: none !important; }}

  #s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6-root {
    text-align: center;
  }


#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6-root {
    text-align: center;
  }


#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6-root {
    text-align: center;
  }


#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6-root {
    text-align: center;
  }


#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6-root {
    text-align: center;
  }


#s-5a0d7f33-d958-4ab9-bc43-e9191bdce5b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-885dcd16-f66a-46f2-a00a-e03f55575a2c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(243, 238, 234, 1);
}








#s-885dcd16-f66a-46f2-a00a-e03f55575a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-885dcd16-f66a-46f2-a00a-e03f55575a2c.shg-box.shg-c {
  justify-content: center;
}

#s-475dcd18-b46d-4bae-9e34-5201861628d9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-475dcd18-b46d-4bae-9e34-5201861628d9 .shogun-heading-component h1 {
  color: rgba(70, 117, 182, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-7268d19a-0f04-4dea-a1f2-6f977b218ece {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7268d19a-0f04-4dea-a1f2-6f977b218ece {
  display: none;
}
#s-7268d19a-0f04-4dea-a1f2-6f977b218ece, #wrap-s-7268d19a-0f04-4dea-a1f2-6f977b218ece, #wrap-content-s-7268d19a-0f04-4dea-a1f2-6f977b218ece { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7268d19a-0f04-4dea-a1f2-6f977b218ece {
  display: none;
}
#s-7268d19a-0f04-4dea-a1f2-6f977b218ece, #wrap-s-7268d19a-0f04-4dea-a1f2-6f977b218ece, #wrap-content-s-7268d19a-0f04-4dea-a1f2-6f977b218ece { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7268d19a-0f04-4dea-a1f2-6f977b218ece {
  display: none;
}
#s-7268d19a-0f04-4dea-a1f2-6f977b218ece, #wrap-s-7268d19a-0f04-4dea-a1f2-6f977b218ece, #wrap-content-s-7268d19a-0f04-4dea-a1f2-6f977b218ece { display: none !important; }}







#s-7268d19a-0f04-4dea-a1f2-6f977b218ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7268d19a-0f04-4dea-a1f2-6f977b218ece.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a49585f4-1686-4361-a19d-bdfa1f76d315 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a49585f4-1686-4361-a19d-bdfa1f76d315 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a49585f4-1686-4361-a19d-bdfa1f76d315 .shg-sld-nav-button.shg-sld-left,
#s-a49585f4-1686-4361-a19d-bdfa1f76d315 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  margin-left: auto;
margin-right: auto;
max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
  box-sizing: border-box;
}



.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
      position: relative;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
  box-sizing: border-box;
}



.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
      position: relative;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
  box-sizing: border-box;
}



.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
      position: relative;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
  box-sizing: border-box;
}



.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
      position: relative;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image {
  box-sizing: border-box;
}



.s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container {
      position: relative;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-852a86d8-2f2b-4341-92dc-16fc9540dfb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  margin-left: auto;
margin-right: auto;
max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  margin: 0 !important;
  overflow: visible;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add background color handling */
  
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
  box-sizing: border-box;
}



.s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
      position: relative;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  margin: 0 !important;
  overflow: visible;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add background color handling */
  
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
  box-sizing: border-box;
}



.s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
      position: relative;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  margin: 0 !important;
  overflow: visible;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add background color handling */
  
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
  box-sizing: border-box;
}



.s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
      position: relative;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  margin: 0 !important;
  overflow: visible;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add background color handling */
  
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
  box-sizing: border-box;
}



.s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
      position: relative;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  margin: 0 !important;
  overflow: visible;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add background color handling */
  
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-16669ddc-07d9-4065-ae83-65f72ca6f40d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image {
  box-sizing: border-box;
}



.s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container {
      position: relative;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16669ddc-07d9-4065-ae83-65f72ca6f40d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  margin: 0 !important;
  overflow: visible;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add background color handling */
  
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
  box-sizing: border-box;
}



.s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3361e97f-d897-4ac8-816e-3b7c48414611 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
      position: relative;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  margin: 0 !important;
  overflow: visible;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add background color handling */
  
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
  box-sizing: border-box;
}



.s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3361e97f-d897-4ac8-816e-3b7c48414611 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
      position: relative;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  margin: 0 !important;
  overflow: visible;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add background color handling */
  
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
  box-sizing: border-box;
}



.s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3361e97f-d897-4ac8-816e-3b7c48414611 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
      position: relative;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  margin: 0 !important;
  overflow: visible;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add background color handling */
  
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
  box-sizing: border-box;
}



.s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3361e97f-d897-4ac8-816e-3b7c48414611 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
      position: relative;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  margin: 0 !important;
  overflow: visible;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3361e97f-d897-4ac8-816e-3b7c48414611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add background color handling */
  
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3361e97f-d897-4ac8-816e-3b7c48414611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-3361e97f-d897-4ac8-816e-3b7c48414611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image {
  box-sizing: border-box;
}



.s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3361e97f-d897-4ac8-816e-3b7c48414611 {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container {
      position: relative;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3361e97f-d897-4ac8-816e-3b7c48414611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  margin: 0 !important;
  overflow: visible;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add background color handling */
  
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
  box-sizing: border-box;
}



.s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
      position: relative;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

@media (min-width: 1200px){#s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  margin: 0 !important;
  overflow: visible;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add background color handling */
  
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
  box-sizing: border-box;
}



.s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
      position: relative;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  margin: 0 !important;
  overflow: visible;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add background color handling */
  
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
  box-sizing: border-box;
}



.s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
      position: relative;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  margin: 0 !important;
  overflow: visible;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add background color handling */
  
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
  box-sizing: border-box;
}



.s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
      position: relative;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}@media (max-width: 767px){#s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  margin: 0 !important;
  overflow: visible;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add background color handling */
  
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }

    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-link {
      aspect-ratio: 0.78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2432px;
  }



  img.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
    
    
    
    max-height: 2432px;
  }


.s-d174a905-bb12-41f5-a6b8-d94644cce1ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image {
  box-sizing: border-box;
}



.s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea {
      --shg-aspect-ratio: calc(0.78); 
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container {
      position: relative;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d174a905-bb12-41f5-a6b8-d94644cce1ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2432px;
    }
  }

}
#s-d01ba049-e027-4a85-ad34-ffc3d8f22094 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d01ba049-e027-4a85-ad34-ffc3d8f22094"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d01ba049-e027-4a85-ad34-ffc3d8f22094"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d01ba049-e027-4a85-ad34-ffc3d8f22094"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d01ba049-e027-4a85-ad34-ffc3d8f22094"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  margin-left: auto;
margin-right: auto;
max-width: 1700px;
aspect-ratio: 1700/2160;
text-align: center;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
  box-sizing: border-box;
}



.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
      position: relative;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

@media (min-width: 1200px){#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
  box-sizing: border-box;
}



.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
      position: relative;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
  box-sizing: border-box;
}



.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
      position: relative;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
  box-sizing: border-box;
}



.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
      position: relative;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}@media (max-width: 767px){#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image {
  box-sizing: border-box;
}



.s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container {
      position: relative;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4508c85-fc80-46d0-bdcb-ab0c9bd64df9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}
#s-1828e6e2-ccd5-4dc1-a1d9-c692a265ee6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1828e6e2-ccd5-4dc1-a1d9-c692a265ee6a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a4ddde81-14e5-4ba6-afc9-5aa4464fd16d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(250, 248, 248, 0);
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  margin-left: auto;
margin-right: auto;
max-width: 1700px;
aspect-ratio: 1700/2160;
text-align: center;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
  box-sizing: border-box;
}



.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
      position: relative;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

@media (min-width: 1200px){#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
  box-sizing: border-box;
}



.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
      position: relative;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
  box-sizing: border-box;
}



.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
      position: relative;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
  box-sizing: border-box;
}



.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
      position: relative;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}@media (max-width: 767px){#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }

    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-link {
      aspect-ratio: 1700/2160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1700px;
  }



  img.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
    
    
    
    max-height: 1700px;
  }


.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image {
  box-sizing: border-box;
}



.s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 {
      --shg-aspect-ratio: calc(1700/2160); 
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container {
      position: relative;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7caf-1ba1-4187-b85c-9666f95f9f40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1700px;
    }
  }

}
#s-c7e78e55-00f7-48e9-9d58-d21255d3d263 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e78e55-00f7-48e9-9d58-d21255d3d263 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-5a938272-0a1e-4af5-9a4b-65f0d4b9fae0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(250, 248, 248, 0);
}

@media (min-width: 0px) {
[id="s-d36e1c3b-c564-4be4-9b00-67d990f2423f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d36e1c3b-c564-4be4-9b00-67d990f2423f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d36e1c3b-c564-4be4-9b00-67d990f2423f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d36e1c3b-c564-4be4-9b00-67d990f2423f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-d16e84fe-968d-43ac-beee-1fc9da2526e1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d16e84fe-968d-43ac-beee-1fc9da2526e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d16e84fe-968d-43ac-beee-1fc9da2526e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d16e84fe-968d-43ac-beee-1fc9da2526e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
  box-sizing: border-box;
}



.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
      position: relative;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
  box-sizing: border-box;
}



.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
      position: relative;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
  box-sizing: border-box;
}



.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
      position: relative;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
  box-sizing: border-box;
}



.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
      position: relative;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image {
  box-sizing: border-box;
}



.s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container {
      position: relative;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd46529d-fc6c-4dd7-9301-3ad7d9aa52e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-87d25c29-a8df-4422-afc7-48268736b9f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-23c1f948-811a-4c8c-b86d-880f478cbe25 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-5f13e08d-52fa-44f2-b56d-b584c4675f19 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-ed2ed376-5eea-4396-b21a-5b8a9efb9226 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-578d3e25-1373-41bf-b396-fc9aa8798f66 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(70, 117, 182, 1);
text-align: center;
text-decoration: none;
}
#s-578d3e25-1373-41bf-b396-fc9aa8798f66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578d3e25-1373-41bf-b396-fc9aa8798f66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-578d3e25-1373-41bf-b396-fc9aa8798f66-root {
    text-align: center;
  }


#s-578d3e25-1373-41bf-b396-fc9aa8798f66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-578d3e25-1373-41bf-b396-fc9aa8798f66-root {
    text-align: center;
  }


#s-578d3e25-1373-41bf-b396-fc9aa8798f66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-578d3e25-1373-41bf-b396-fc9aa8798f66-root {
    text-align: center;
  }


#s-578d3e25-1373-41bf-b396-fc9aa8798f66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-578d3e25-1373-41bf-b396-fc9aa8798f66-root {
    text-align: center;
  }


#s-578d3e25-1373-41bf-b396-fc9aa8798f66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-578d3e25-1373-41bf-b396-fc9aa8798f66-root {
    text-align: center;
  }


#s-578d3e25-1373-41bf-b396-fc9aa8798f66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f708558e-b15e-41e4-a722-64231e0c82cf {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-f708558e-b15e-41e4-a722-64231e0c82cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f708558e-b15e-41e4-a722-64231e0c82cf.shg-box.shg-c {
  justify-content: center;
}

#s-84e4d811-e51a-44f2-b076-645d1ea7034f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84e4d811-e51a-44f2-b076-645d1ea7034f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-e8893ad2-9ba0-48d8-9cb2-7a0aa5b11cae {
  margin-left: auto;
margin-right: auto;
}

#s-caa03543-f300-45c2-9b35-94fcc2126387 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10%;
text-align: center;
}


  #s-caa03543-f300-45c2-9b35-94fcc2126387 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-caa03543-f300-45c2-9b35-94fcc2126387 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(246, 241, 241, 0);
    border: 1px solid rgba(254, 252, 252, 0.02);
  }
#s-caa03543-f300-45c2-9b35-94fcc2126387 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: Poppins;
  
  
  font-size: 10px;
}

#s-caa03543-f300-45c2-9b35-94fcc2126387 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(80, 179, 218, 1);
}

#s-caa03543-f300-45c2-9b35-94fcc2126387 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(246, 241, 241, 0);
}

#s-caa03543-f300-45c2-9b35-94fcc2126387 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(254, 252, 252, 0.02);
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b6a955-93bf-49b0-9e96-33673bb56a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image {
  box-sizing: border-box;
}



.s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  
}


@media (min-width: 1200px){#s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b6a955-93bf-49b0-9e96-33673bb56a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image {
  box-sizing: border-box;
}



.s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b6a955-93bf-49b0-9e96-33673bb56a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image {
  box-sizing: border-box;
}



.s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b6a955-93bf-49b0-9e96-33673bb56a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image {
  box-sizing: border-box;
}



.s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  
}


}@media (max-width: 767px){#s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b6a955-93bf-49b0-9e96-33673bb56a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b6a955-93bf-49b0-9e96-33673bb56a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b6a955-93bf-49b0-9e96-33673bb56a88.shogun-image {
  box-sizing: border-box;
}



.s-55b6a955-93bf-49b0-9e96-33673bb56a88 img.shogun-image {
  
}


}
#s-c1243788-0b09-4019-88fb-d689533e8591 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-c1243788-0b09-4019-88fb-d689533e8591 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1243788-0b09-4019-88fb-d689533e8591-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1243788-0b09-4019-88fb-d689533e8591 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image {
  box-sizing: border-box;
}



.s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c1243788-0b09-4019-88fb-d689533e8591 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1243788-0b09-4019-88fb-d689533e8591-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1243788-0b09-4019-88fb-d689533e8591 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image {
  box-sizing: border-box;
}



.s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1243788-0b09-4019-88fb-d689533e8591 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1243788-0b09-4019-88fb-d689533e8591-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1243788-0b09-4019-88fb-d689533e8591 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image {
  box-sizing: border-box;
}



.s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1243788-0b09-4019-88fb-d689533e8591 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1243788-0b09-4019-88fb-d689533e8591-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1243788-0b09-4019-88fb-d689533e8591 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image {
  box-sizing: border-box;
}



.s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c1243788-0b09-4019-88fb-d689533e8591 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1243788-0b09-4019-88fb-d689533e8591-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1243788-0b09-4019-88fb-d689533e8591 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1243788-0b09-4019-88fb-d689533e8591 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1243788-0b09-4019-88fb-d689533e8591.shogun-image {
  box-sizing: border-box;
}



.s-c1243788-0b09-4019-88fb-d689533e8591 img.shogun-image {
  
}


}
#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  margin-left: auto;
margin-right: auto;
max-width: 1363px;
text-align: center;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  margin: 0 !important;
  overflow: visible;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add background color handling */
  
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image {
  box-sizing: border-box;
}



.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  
}


@media (min-width: 1200px){#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  margin: 0 !important;
  overflow: visible;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add background color handling */
  
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image {
  box-sizing: border-box;
}



.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  margin: 0 !important;
  overflow: visible;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add background color handling */
  
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image {
  box-sizing: border-box;
}



.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  margin: 0 !important;
  overflow: visible;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add background color handling */
  
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image {
  box-sizing: border-box;
}



.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  
}


}@media (max-width: 767px){#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  margin: 0 !important;
  overflow: visible;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add background color handling */
  
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea.shogun-image {
  box-sizing: border-box;
}



.s-c08ca26e-20d0-4c83-a8f3-cf6bfb317cea img.shogun-image {
  
}


}
#s-696db38b-d0ae-4025-bf87-7e8fc45193ea {
  background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 400px;
background-position: center center;
background-color: rgba(22, 49, 87, 1);
}








#s-696db38b-d0ae-4025-bf87-7e8fc45193ea > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-696db38b-d0ae-4025-bf87-7e8fc45193ea.shg-box.shg-c {
  justify-content: center;
}

#s-9194cde0-b0c7-4263-b280-998489fcda81 {
  text-align: left;
}

#s-9194cde0-b0c7-4263-b280-998489fcda81 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-b6529a5e-c353-4154-813f-2ad164b41845 {
  padding-bottom: 0px;
text-align: left;
}

#s-b6529a5e-c353-4154-813f-2ad164b41845 .shogun-heading-component h2 {
  color: rgba(251, 235, 181, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-1a5c3411-0c25-4b33-8d6d-259ed63a7d53 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-bc72545d-3124-462f-a5a0-1302ef64b7c7 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-bc72545d-3124-462f-a5a0-1302ef64b7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc72545d-3124-462f-a5a0-1302ef64b7c7.shg-box.shg-c {
  justify-content: center;
}

#s-c7456662-4ca5-4379-800a-89ac4692c006 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c7456662-4ca5-4379-800a-89ac4692c006 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-8f16dd63-0fc9-42f7-a51b-2060f8e1483f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8f16dd63-0fc9-42f7-a51b-2060f8e1483f .shogun-heading-component h1 {
  color: rgba(198, 193, 188, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-e38005e9-ac6f-444e-8602-5f3694036713 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-e38005e9-ac6f-444e-8602-5f3694036713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e38005e9-ac6f-444e-8602-5f3694036713"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e38005e9-ac6f-444e-8602-5f3694036713"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e38005e9-ac6f-444e-8602-5f3694036713"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  margin-left: auto;
margin-right: auto;
max-width: 1236px;
text-align: center;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  margin: 0 !important;
  overflow: visible;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add background color handling */
  
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86c8de44-e036-4447-90b3-5f2828aab4fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image {
  box-sizing: border-box;
}



.s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  margin: 0 !important;
  overflow: visible;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add background color handling */
  
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86c8de44-e036-4447-90b3-5f2828aab4fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image {
  box-sizing: border-box;
}



.s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  margin: 0 !important;
  overflow: visible;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add background color handling */
  
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86c8de44-e036-4447-90b3-5f2828aab4fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image {
  box-sizing: border-box;
}



.s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  margin: 0 !important;
  overflow: visible;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add background color handling */
  
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86c8de44-e036-4447-90b3-5f2828aab4fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image {
  box-sizing: border-box;
}



.s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  margin: 0 !important;
  overflow: visible;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c8de44-e036-4447-90b3-5f2828aab4fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add background color handling */
  
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86c8de44-e036-4447-90b3-5f2828aab4fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c8de44-e036-4447-90b3-5f2828aab4fb.shogun-image {
  box-sizing: border-box;
}



.s-86c8de44-e036-4447-90b3-5f2828aab4fb img.shogun-image {
  
}


}
#s-1512b976-0c65-4fb6-9b64-1340a57e1f8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1512b976-0c65-4fb6-9b64-1340a57e1f8e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-1512b976-0c65-4fb6-9b64-1340a57e1f8e .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-171a0f95-f33c-4d73-b1a5-ee4294d02806 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-171a0f95-f33c-4d73-b1a5-ee4294d02806 .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-171a0f95-f33c-4d73-b1a5-ee4294d02806 .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  margin: 0 !important;
  overflow: visible;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add background color handling */
  
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33185010-7873-4ecc-bf27-f7ea27947b4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image {
  box-sizing: border-box;
}



.s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  
}


@media (min-width: 1200px){#s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  margin: 0 !important;
  overflow: visible;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add background color handling */
  
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33185010-7873-4ecc-bf27-f7ea27947b4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image {
  box-sizing: border-box;
}



.s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  margin: 0 !important;
  overflow: visible;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add background color handling */
  
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33185010-7873-4ecc-bf27-f7ea27947b4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image {
  box-sizing: border-box;
}



.s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  margin: 0 !important;
  overflow: visible;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add background color handling */
  
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33185010-7873-4ecc-bf27-f7ea27947b4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image {
  box-sizing: border-box;
}



.s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  
}


}@media (max-width: 767px){#s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  margin: 0 !important;
  overflow: visible;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33185010-7873-4ecc-bf27-f7ea27947b4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add background color handling */
  
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33185010-7873-4ecc-bf27-f7ea27947b4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33185010-7873-4ecc-bf27-f7ea27947b4a.shogun-image {
  box-sizing: border-box;
}



.s-33185010-7873-4ecc-bf27-f7ea27947b4a img.shogun-image {
  
}


}
#s-bd256441-29df-4556-9cdd-547a1583540f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bd256441-29df-4556-9cdd-547a1583540f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-bd256441-29df-4556-9cdd-547a1583540f .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-8118be8c-8d00-4fa0-91f6-44955820df2d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-8118be8c-8d00-4fa0-91f6-44955820df2d .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-8118be8c-8d00-4fa0-91f6-44955820df2d .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  margin-left: auto;
margin-right: auto;
max-width: 816px;
text-align: center;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  margin: 0 !important;
  overflow: visible;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add background color handling */
  
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image {
  box-sizing: border-box;
}



.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  
}


@media (min-width: 1200px){#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  margin: 0 !important;
  overflow: visible;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add background color handling */
  
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image {
  box-sizing: border-box;
}



.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  margin: 0 !important;
  overflow: visible;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add background color handling */
  
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image {
  box-sizing: border-box;
}



.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  margin: 0 !important;
  overflow: visible;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add background color handling */
  
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image {
  box-sizing: border-box;
}



.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  
}


}@media (max-width: 767px){#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  margin: 0 !important;
  overflow: visible;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62bced69-ddd6-47e1-bf6e-def2ebe815cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add background color handling */
  
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bced69-ddd6-47e1-bf6e-def2ebe815cf.shogun-image {
  box-sizing: border-box;
}



.s-62bced69-ddd6-47e1-bf6e-def2ebe815cf img.shogun-image {
  
}


}
#s-ac5e63a4-a070-4965-9ad4-71b05530d7fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ac5e63a4-a070-4965-9ad4-71b05530d7fc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-ac5e63a4-a070-4965-9ad4-71b05530d7fc .shogun-heading-component h1 a {
  color: rgba(51, 51, 51, 1);
}


#s-76d7e625-580a-4105-9953-d0a8dc7fb3c9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: left;
}

#s-76d7e625-580a-4105-9953-d0a8dc7fb3c9 .shogun-heading-component h2 {
  color: rgba(22, 107, 160, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-76d7e625-580a-4105-9953-d0a8dc7fb3c9 .shogun-heading-component h2 a {
  color: rgba(22, 107, 160, 1);
}


#s-ba8237e4-ccf4-4ad7-97c8-1f542dd57ef0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(56, 118, 207, 1);
}








#s-ba8237e4-ccf4-4ad7-97c8-1f542dd57ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba8237e4-ccf4-4ad7-97c8-1f542dd57ef0.shg-box.shg-c {
  justify-content: center;
}

#s-da4dfa11-ef95-495f-b5d7-c4ea2b040d97 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(70, 117, 182, 1);
}

@media (min-width: 0px) {
[id="s-da4dfa11-ef95-495f-b5d7-c4ea2b040d97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da4dfa11-ef95-495f-b5d7-c4ea2b040d97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da4dfa11-ef95-495f-b5d7-c4ea2b040d97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da4dfa11-ef95-495f-b5d7-c4ea2b040d97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ac61bde-697f-4ff8-82be-f86480468583 {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}

#s-9ac61bde-697f-4ff8-82be-f86480468583 .shogun-heading-component h1 {
  color: rgba(243, 238, 234, 1);
  font-weight:  normal ;
  font-family: "Radley";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9611898f-56c7-476e-8e92-0ebbdce6bc9f-root {
    text-align: center;
  }


#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9611898f-56c7-476e-8e92-0ebbdce6bc9f-root {
    text-align: center;
  }


#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9611898f-56c7-476e-8e92-0ebbdce6bc9f-root {
    text-align: center;
  }


#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9611898f-56c7-476e-8e92-0ebbdce6bc9f-root {
    text-align: center;
  }


#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9611898f-56c7-476e-8e92-0ebbdce6bc9f-root {
    text-align: center;
  }


#s-9611898f-56c7-476e-8e92-0ebbdce6bc9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a8d4e76c-9838-4e87-a9f6-e3d685a36cce {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-a8d4e76c-9838-4e87-a9f6-e3d685a36cce .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-e8effc80-5d91-4406-8beb-8b3954664ea0 {
  margin-top: 10px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}

#s-58e16f4e-f38d-4b48-980a-2f576ff5e870 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58e16f4e-f38d-4b48-980a-2f576ff5e870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58e16f4e-f38d-4b48-980a-2f576ff5e870.shg-box.shg-c {
  justify-content: center;
}

#s-8176ee56-c456-4970-9045-d3165b6d24eb {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8176ee56-c456-4970-9045-d3165b6d24eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8176ee56-c456-4970-9045-d3165b6d24eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8176ee56-c456-4970-9045-d3165b6d24eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8176ee56-c456-4970-9045-d3165b6d24eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a358bd4d-2ca3-410e-9387-2eb79cf0a911 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a358bd4d-2ca3-410e-9387-2eb79cf0a911 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-a5d70147-4585-4232-9f7d-e1cdb62d452c {
  margin-left: 0%;
margin-right: 0%;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  max-width: 1382px;
text-align: center;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  margin: 0 !important;
  overflow: visible;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add background color handling */
  
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}






.s-11f025d6-dadb-423a-8593-e07b63d9be5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image {
  box-sizing: border-box;
}



.s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  
}


@media (min-width: 1200px){#s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  margin: 0 !important;
  overflow: visible;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add background color handling */
  
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11f025d6-dadb-423a-8593-e07b63d9be5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image {
  box-sizing: border-box;
}



.s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  margin: 0 !important;
  overflow: visible;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add background color handling */
  
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11f025d6-dadb-423a-8593-e07b63d9be5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image {
  box-sizing: border-box;
}



.s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  margin: 0 !important;
  overflow: visible;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add background color handling */
  
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11f025d6-dadb-423a-8593-e07b63d9be5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image {
  box-sizing: border-box;
}



.s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  
}


}@media (max-width: 767px){#s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  margin: 0 !important;
  overflow: visible;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11f025d6-dadb-423a-8593-e07b63d9be5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add background color handling */
  
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11f025d6-dadb-423a-8593-e07b63d9be5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f025d6-dadb-423a-8593-e07b63d9be5f.shogun-image {
  box-sizing: border-box;
}



.s-11f025d6-dadb-423a-8593-e07b63d9be5f img.shogun-image {
  
}


}
#s-ae9bd0c9-3ed3-435c-b598-9b46feebfb75 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
min-height: 50px;
}








#s-ae9bd0c9-3ed3-435c-b598-9b46feebfb75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae9bd0c9-3ed3-435c-b598-9b46feebfb75.shg-box.shg-c {
  justify-content: center;
}

#s-12cffb24-74db-4894-9870-a60335d1e62d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-12cffb24-74db-4894-9870-a60335d1e62d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12cffb24-74db-4894-9870-a60335d1e62d.shg-box.shg-c {
  justify-content: center;
}

#s-cc9c89c8-a5dc-4c7d-924b-7997770e6045 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-cc9c89c8-a5dc-4c7d-924b-7997770e6045"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc9c89c8-a5dc-4c7d-924b-7997770e6045"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc9c89c8-a5dc-4c7d-924b-7997770e6045"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc9c89c8-a5dc-4c7d-924b-7997770e6045"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3bdaa128-7885-4b92-8fc9-256119fcaab6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3bdaa128-7885-4b92-8fc9-256119fcaab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bdaa128-7885-4b92-8fc9-256119fcaab6.shg-box.shg-c {
  justify-content: center;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  margin-left: auto;
margin-right: auto;
max-width: 888px;
aspect-ratio: 888/480;
text-align: center;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
  box-sizing: border-box;
}



.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
      position: relative;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

@media (min-width: 1200px){#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
  box-sizing: border-box;
}



.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
      position: relative;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
  box-sizing: border-box;
}



.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
      position: relative;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
  box-sizing: border-box;
}



.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
      position: relative;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}@media (max-width: 767px){#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }

    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-link {
      aspect-ratio: 888/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 888px;
  }



  img.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
    
    
    
    max-height: 888px;
  }


.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image {
  box-sizing: border-box;
}



.s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 {
      --shg-aspect-ratio: calc(888/480); 
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container {
      position: relative;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d434031-e9fd-4715-8ad7-94c2c3102e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 888px;
    }
  }

}
#s-2c50e35a-ec18-4da2-a4ce-f65885c03dc9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2c50e35a-ec18-4da2-a4ce-f65885c03dc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c50e35a-ec18-4da2-a4ce-f65885c03dc9.shg-box.shg-c {
  justify-content: center;
}

#s-3d14c0c0-2510-4c58-b1a9-545bd7bb7219 {
  margin-left: auto;
margin-right: auto;
}

#s-c4944df0-9b1c-409a-9209-d74e8cc4c052 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-c4944df0-9b1c-409a-9209-d74e8cc4c052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4944df0-9b1c-409a-9209-d74e8cc4c052.shg-box.shg-c {
  justify-content: center;
}

#s-3ec2cf53-5c53-46c1-ba29-b380eea3abdb {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-3ec2cf53-5c53-46c1-ba29-b380eea3abdb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ec2cf53-5c53-46c1-ba29-b380eea3abdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec2cf53-5c53-46c1-ba29-b380eea3abdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec2cf53-5c53-46c1-ba29-b380eea3abdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b111f97e-38b2-4553-8ac5-0c4bbf7b4c1d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b111f97e-38b2-4553-8ac5-0c4bbf7b4c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b111f97e-38b2-4553-8ac5-0c4bbf7b4c1d.shg-box.shg-c {
  justify-content: center;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  margin-left: auto;
margin-right: auto;
max-width: 224px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  margin: 0 !important;
  overflow: visible;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add background color handling */
  
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
  box-sizing: border-box;
}



.s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
      position: relative;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

@media (min-width: 1200px){#s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  margin: 0 !important;
  overflow: visible;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add background color handling */
  
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
  box-sizing: border-box;
}



.s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
      position: relative;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  margin: 0 !important;
  overflow: visible;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add background color handling */
  
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
  box-sizing: border-box;
}



.s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
      position: relative;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  margin: 0 !important;
  overflow: visible;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add background color handling */
  
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
  box-sizing: border-box;
}



.s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
      position: relative;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}@media (max-width: 767px){#s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  margin: 0 !important;
  overflow: visible;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add background color handling */
  
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 224px;
  }



  img.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
    
    
    
    max-height: 224px;
  }


.s-c55df281-8fa1-42c3-a8f2-21baa19b084a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image {
  box-sizing: border-box;
}



.s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container {
      position: relative;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55df281-8fa1-42c3-a8f2-21baa19b084a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 224px;
    }
  }

}
#s-01a612ff-2e14-4684-b04b-ac253cdbbcae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-01a612ff-2e14-4684-b04b-ac253cdbbcae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01a612ff-2e14-4684-b04b-ac253cdbbcae.shg-box.shg-c {
  justify-content: center;
}

#s-6b1fd141-3b1a-4e37-98e4-b67a382b2b1c {
  margin-left: auto;
margin-right: auto;
}

#s-d15ffb11-061f-44ed-a306-52dd252c5339 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-d15ffb11-061f-44ed-a306-52dd252c5339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d15ffb11-061f-44ed-a306-52dd252c5339.shg-box.shg-c {
  justify-content: center;
}

#s-31ab60d3-ffb4-415a-9f87-62da7572fdbe {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-31ab60d3-ffb4-415a-9f87-62da7572fdbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31ab60d3-ffb4-415a-9f87-62da7572fdbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31ab60d3-ffb4-415a-9f87-62da7572fdbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31ab60d3-ffb4-415a-9f87-62da7572fdbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47f6e504-9986-47f5-87d7-0f0238664e82 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-47f6e504-9986-47f5-87d7-0f0238664e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f6e504-9986-47f5-87d7-0f0238664e82.shg-box.shg-c {
  justify-content: center;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
aspect-ratio: 4/3;
text-align: center;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  margin: 0 !important;
  overflow: visible;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add background color handling */
  
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
  box-sizing: border-box;
}



.s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-beb130f8-d55d-4928-b9c1-45c1856103fa {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
      position: relative;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  margin: 0 !important;
  overflow: visible;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add background color handling */
  
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
  box-sizing: border-box;
}



.s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-beb130f8-d55d-4928-b9c1-45c1856103fa {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
      position: relative;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  margin: 0 !important;
  overflow: visible;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add background color handling */
  
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
  box-sizing: border-box;
}



.s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-beb130f8-d55d-4928-b9c1-45c1856103fa {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
      position: relative;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  margin: 0 !important;
  overflow: visible;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add background color handling */
  
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
  box-sizing: border-box;
}



.s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-beb130f8-d55d-4928-b9c1-45c1856103fa {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
      position: relative;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  margin: 0 !important;
  overflow: visible;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-beb130f8-d55d-4928-b9c1-45c1856103fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add background color handling */
  
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-beb130f8-d55d-4928-b9c1-45c1856103fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-beb130f8-d55d-4928-b9c1-45c1856103fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image {
  box-sizing: border-box;
}



.s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-beb130f8-d55d-4928-b9c1-45c1856103fa {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container {
      position: relative;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beb130f8-d55d-4928-b9c1-45c1856103fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-3f77a9ec-ac5c-4b48-939d-02686ee137c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f77a9ec-ac5c-4b48-939d-02686ee137c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f77a9ec-ac5c-4b48-939d-02686ee137c8.shg-box.shg-c {
  justify-content: center;
}

#s-0b34a203-9d8e-4349-ab92-17d833e72902 {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}