.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-35d7fc16-978b-4548-9d1d-c1c48dcf0f49 {
  min-height: 50px;
background-color: rgba(0, 88, 142, 1);
}








#s-35d7fc16-978b-4548-9d1d-c1c48dcf0f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35d7fc16-978b-4548-9d1d-c1c48dcf0f49.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

.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-3360eb28-9ca3-462f-b69a-94d7a7c51051 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7d0c6f9a-eee0-4def-9951-1d088d5cb9b3 {
  margin-left: auto;
margin-right: auto;
min-height: 250px;
}








#s-7d0c6f9a-eee0-4def-9951-1d088d5cb9b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d0c6f9a-eee0-4def-9951-1d088d5cb9b3.shg-box.shg-c {
  justify-content: center;
}

#s-36b93466-2f6c-4c9d-ab53-d4ffdb095fb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-36b93466-2f6c-4c9d-ab53-d4ffdb095fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36b93466-2f6c-4c9d-ab53-d4ffdb095fb3.shg-box.shg-c {
  justify-content: center;
}

.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-38811b07-64cb-44af-9220-37d517011fe8 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 450/250;
text-align: center;
}
@media (min-width: 1200px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  display: none;
}
#s-38811b07-64cb-44af-9220-37d517011fe8, #wrap-s-38811b07-64cb-44af-9220-37d517011fe8, #wrap-content-s-38811b07-64cb-44af-9220-37d517011fe8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  display: none;
}
#s-38811b07-64cb-44af-9220-37d517011fe8, #wrap-s-38811b07-64cb-44af-9220-37d517011fe8, #wrap-content-s-38811b07-64cb-44af-9220-37d517011fe8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  display: none;
}
#s-38811b07-64cb-44af-9220-37d517011fe8, #wrap-s-38811b07-64cb-44af-9220-37d517011fe8, #wrap-content-s-38811b07-64cb-44af-9220-37d517011fe8 { display: none !important; }}@media (max-width: 767px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  
}
}
#s-38811b07-64cb-44af-9220-37d517011fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38811b07-64cb-44af-9220-37d517011fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }

    #s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-link {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
  box-sizing: border-box;
}



.s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38811b07-64cb-44af-9220-37d517011fe8 {
      --shg-aspect-ratio: calc(450/250); 
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
      position: relative;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38811b07-64cb-44af-9220-37d517011fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }

    #s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-link {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
  box-sizing: border-box;
}



.s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38811b07-64cb-44af-9220-37d517011fe8 {
      --shg-aspect-ratio: calc(450/250); 
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
      position: relative;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38811b07-64cb-44af-9220-37d517011fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }

    #s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-link {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
  box-sizing: border-box;
}



.s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38811b07-64cb-44af-9220-37d517011fe8 {
      --shg-aspect-ratio: calc(450/250); 
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
      position: relative;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38811b07-64cb-44af-9220-37d517011fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }

    #s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-link {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
  box-sizing: border-box;
}



.s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38811b07-64cb-44af-9220-37d517011fe8 {
      --shg-aspect-ratio: calc(450/250); 
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
      position: relative;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-38811b07-64cb-44af-9220-37d517011fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38811b07-64cb-44af-9220-37d517011fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38811b07-64cb-44af-9220-37d517011fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }

    #s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-link {
      aspect-ratio: 450/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38811b07-64cb-44af-9220-37d517011fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-38811b07-64cb-44af-9220-37d517011fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image {
  box-sizing: border-box;
}



.s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38811b07-64cb-44af-9220-37d517011fe8 {
      --shg-aspect-ratio: calc(450/250); 
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container {
      position: relative;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38811b07-64cb-44af-9220-37d517011fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  margin-left: 10%;
margin-right: 38%;
max-width: 672px;
aspect-ratio: 672/161;
text-align: center;
}
@media (min-width: 1200px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  display: none;
}
#s-702118d0-e8c6-4285-a42f-4bbf98722818, #wrap-s-702118d0-e8c6-4285-a42f-4bbf98722818, #wrap-content-s-702118d0-e8c6-4285-a42f-4bbf98722818 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  display: none;
}
#s-702118d0-e8c6-4285-a42f-4bbf98722818, #wrap-s-702118d0-e8c6-4285-a42f-4bbf98722818, #wrap-content-s-702118d0-e8c6-4285-a42f-4bbf98722818 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  display: none;
}
#s-702118d0-e8c6-4285-a42f-4bbf98722818, #wrap-s-702118d0-e8c6-4285-a42f-4bbf98722818, #wrap-content-s-702118d0-e8c6-4285-a42f-4bbf98722818 { display: none !important; }}
#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  margin: 0 !important;
  overflow: visible;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 38%;
  
  
}

.shg-image-content-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add background color handling */
  
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
  box-sizing: border-box;
}



.s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702118d0-e8c6-4285-a42f-4bbf98722818 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
      position: relative;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

@media (min-width: 1200px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  margin: 0 !important;
  overflow: visible;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add background color handling */
  
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
  box-sizing: border-box;
}



.s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702118d0-e8c6-4285-a42f-4bbf98722818 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
      position: relative;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  margin: 0 !important;
  overflow: visible;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add background color handling */
  
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
  box-sizing: border-box;
}



.s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702118d0-e8c6-4285-a42f-4bbf98722818 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
      position: relative;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  margin: 0 !important;
  overflow: visible;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add background color handling */
  
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
  box-sizing: border-box;
}



.s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702118d0-e8c6-4285-a42f-4bbf98722818 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
      position: relative;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}@media (max-width: 767px){#s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  margin: 0 !important;
  overflow: visible;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702118d0-e8c6-4285-a42f-4bbf98722818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add background color handling */
  
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702118d0-e8c6-4285-a42f-4bbf98722818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-702118d0-e8c6-4285-a42f-4bbf98722818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image {
  box-sizing: border-box;
}



.s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702118d0-e8c6-4285-a42f-4bbf98722818 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container {
      position: relative;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702118d0-e8c6-4285-a42f-4bbf98722818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}
#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  margin-left: 10%;
margin-right: 59%;
max-width: 700px;
aspect-ratio: 672/161;
text-align: center;
}
@media (max-width: 767px){#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  display: none;
}
#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102, #wrap-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102, #wrap-content-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 { display: none !important; }}
#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 59%;
  
  
}

.shg-image-content-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
  box-sizing: border-box;
}



.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
      position: relative;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
  box-sizing: border-box;
}



.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
      position: relative;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
  box-sizing: border-box;
}



.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
      position: relative;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
  box-sizing: border-box;
}



.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
      position: relative;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image {
  box-sizing: border-box;
}



.s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container {
      position: relative;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cdaa1d4-14ae-4ad6-ad1b-e31fae76f102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-4a3844bd-153e-4780-8bd6-91ef9c799654 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 45%;
padding-top: 9px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-4a3844bd-153e-4780-8bd6-91ef9c799654 {
  display: none;
}
#s-4a3844bd-153e-4780-8bd6-91ef9c799654, #wrap-s-4a3844bd-153e-4780-8bd6-91ef9c799654, #wrap-content-s-4a3844bd-153e-4780-8bd6-91ef9c799654 { display: none !important; }}
#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa {
  margin-top: 0px;
margin-left: 10%;
margin-right: 45%;
padding-top: 9px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa {
  display: none;
}
#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa, #wrap-s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa, #wrap-content-s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa {
  display: none;
}
#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa, #wrap-s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa, #wrap-content-s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa {
  display: none;
}
#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa, #wrap-s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa, #wrap-content-s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa { display: none !important; }}@media (max-width: 767px){#s-8511ae54-ebe2-4cdf-9754-9cae881f7eaa {
  
}
}
#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/750;
text-align: center;
}
@media (max-width: 767px){#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  display: none;
}
#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84, #wrap-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84, #wrap-content-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 { display: none !important; }}
#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }

    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-link {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
  box-sizing: border-box;
}



.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
      --shg-aspect-ratio: calc(2560/750); 
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
      position: relative;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }

    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-link {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
  box-sizing: border-box;
}



.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
      --shg-aspect-ratio: calc(2560/750); 
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
      position: relative;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }

    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-link {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
  box-sizing: border-box;
}



.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
      --shg-aspect-ratio: calc(2560/750); 
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
      position: relative;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }

    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-link {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
  box-sizing: border-box;
}



.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
      --shg-aspect-ratio: calc(2560/750); 
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
      position: relative;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }

    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-link {
      aspect-ratio: 2560/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image {
  box-sizing: border-box;
}



.s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 {
      --shg-aspect-ratio: calc(2560/750); 
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container {
      position: relative;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4a0ab10-5ee9-4bb4-9a97-277fc4795e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  margin-left: 10%;
margin-right: 59%;
max-width: 672px;
aspect-ratio: 672/161;
text-align: center;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  margin: 0 !important;
  overflow: visible;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 59%;
  
  
}

.shg-image-content-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add background color handling */
  
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
  box-sizing: border-box;
}



.s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-431871b7-3413-4f01-ad09-a3919bb0b148 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
      position: relative;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

@media (min-width: 1200px){#s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  margin: 0 !important;
  overflow: visible;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add background color handling */
  
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
  box-sizing: border-box;
}



.s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-431871b7-3413-4f01-ad09-a3919bb0b148 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
      position: relative;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  margin: 0 !important;
  overflow: visible;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add background color handling */
  
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
  box-sizing: border-box;
}



.s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-431871b7-3413-4f01-ad09-a3919bb0b148 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
      position: relative;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  margin: 0 !important;
  overflow: visible;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add background color handling */
  
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
  box-sizing: border-box;
}



.s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-431871b7-3413-4f01-ad09-a3919bb0b148 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
      position: relative;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}@media (max-width: 767px){#s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  margin: 0 !important;
  overflow: visible;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-431871b7-3413-4f01-ad09-a3919bb0b148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add background color handling */
  
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }

    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-link {
      aspect-ratio: 672/161;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-431871b7-3413-4f01-ad09-a3919bb0b148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 672px;
  }



  img.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
    
    
    
    max-height: 672px;
  }


.s-431871b7-3413-4f01-ad09-a3919bb0b148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image {
  box-sizing: border-box;
}



.s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-431871b7-3413-4f01-ad09-a3919bb0b148 {
      --shg-aspect-ratio: calc(672/161); 
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container {
      position: relative;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-431871b7-3413-4f01-ad09-a3919bb0b148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 672px;
    }
  }

}
#s-086b55a9-4798-44d9-aeee-1bd50e5327eb {
  margin-top: 0px;
margin-left: 10%;
margin-right: 45%;
padding-top: 9px;
padding-bottom: 0px;
}

#s-d15d09d8-f09a-4393-a26a-fbdc544672e1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(228, 250, 246, 1);
}








#s-d15d09d8-f09a-4393-a26a-fbdc544672e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d15d09d8-f09a-4393-a26a-fbdc544672e1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-fa9b6a7b-898c-4c2b-974c-ff03eab6aad4 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 31px;
padding-bottom: 31px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa9b6a7b-898c-4c2b-974c-ff03eab6aad4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-fa9b6a7b-898c-4c2b-974c-ff03eab6aad4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa9b6a7b-898c-4c2b-974c-ff03eab6aad4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa9b6a7b-898c-4c2b-974c-ff03eab6aad4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa9b6a7b-898c-4c2b-974c-ff03eab6aad4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-010738a5-9592-4cb0-b8fd-67d596169f90 {
  margin-left: auto;
margin-right: auto;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 {
  margin: 0 !important;
  overflow: visible;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add background color handling */
  
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
  box-sizing: border-box;
}



.s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8123e79c-bcb2-4322-8713-f01744e34502 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
      position: relative;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-8123e79c-bcb2-4322-8713-f01744e34502 {
  margin: 0 !important;
  overflow: visible;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add background color handling */
  
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
  box-sizing: border-box;
}



.s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8123e79c-bcb2-4322-8713-f01744e34502 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
      position: relative;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8123e79c-bcb2-4322-8713-f01744e34502 {
  margin: 0 !important;
  overflow: visible;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add background color handling */
  
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
  box-sizing: border-box;
}



.s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8123e79c-bcb2-4322-8713-f01744e34502 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
      position: relative;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8123e79c-bcb2-4322-8713-f01744e34502 {
  margin: 0 !important;
  overflow: visible;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add background color handling */
  
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
  box-sizing: border-box;
}



.s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8123e79c-bcb2-4322-8713-f01744e34502 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
      position: relative;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-8123e79c-bcb2-4322-8713-f01744e34502 {
  margin: 0 !important;
  overflow: visible;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8123e79c-bcb2-4322-8713-f01744e34502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add background color handling */
  
}

#s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8123e79c-bcb2-4322-8713-f01744e34502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8123e79c-bcb2-4322-8713-f01744e34502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image {
  box-sizing: border-box;
}



.s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8123e79c-bcb2-4322-8713-f01744e34502 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container {
      position: relative;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8123e79c-bcb2-4322-8713-f01744e34502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-a13b8394-faac-4318-8694-5533e0a552d3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}








#s-a13b8394-faac-4318-8694-5533e0a552d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a13b8394-faac-4318-8694-5533e0a552d3.shg-box.shg-c {
  justify-content: center;
}

#s-e5aea678-9336-4805-98ac-502ef0e72f4c {
  margin-left: 15%;
margin-right: 15%;
}

#s-d55007a5-d71b-4f10-bb66-4465d30e2af9 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-d55007a5-d71b-4f10-bb66-4465d30e2af9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d55007a5-d71b-4f10-bb66-4465d30e2af9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d55007a5-d71b-4f10-bb66-4465d30e2af9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d55007a5-d71b-4f10-bb66-4465d30e2af9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
  box-sizing: border-box;
}



.s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d444d71-da60-4919-a641-0d8b96a912f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
      position: relative;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
  box-sizing: border-box;
}



.s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d444d71-da60-4919-a641-0d8b96a912f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
      position: relative;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
  box-sizing: border-box;
}



.s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d444d71-da60-4919-a641-0d8b96a912f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
      position: relative;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
  box-sizing: border-box;
}



.s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d444d71-da60-4919-a641-0d8b96a912f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
      position: relative;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d444d71-da60-4919-a641-0d8b96a912f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d444d71-da60-4919-a641-0d8b96a912f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-2d444d71-da60-4919-a641-0d8b96a912f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image {
  box-sizing: border-box;
}



.s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d444d71-da60-4919-a641-0d8b96a912f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container {
      position: relative;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d444d71-da60-4919-a641-0d8b96a912f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-3cab3786-4718-4c97-a0d9-805bf9f328a1 {
  margin-left: auto;
margin-right: auto;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  margin: 0 !important;
  overflow: visible;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add background color handling */
  
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-content {
  
    justify-content: center;
  
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
  box-sizing: border-box;
}



.s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07965eec-7158-4b5e-a820-1f9bf63e898b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
      position: relative;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  margin: 0 !important;
  overflow: visible;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add background color handling */
  
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-content {
  
    justify-content: center;
  
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
  box-sizing: border-box;
}



.s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07965eec-7158-4b5e-a820-1f9bf63e898b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
      position: relative;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  margin: 0 !important;
  overflow: visible;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add background color handling */
  
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-content {
  
    justify-content: center;
  
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
  box-sizing: border-box;
}



.s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07965eec-7158-4b5e-a820-1f9bf63e898b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
      position: relative;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  margin: 0 !important;
  overflow: visible;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add background color handling */
  
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-content {
  
    justify-content: center;
  
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
  box-sizing: border-box;
}



.s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07965eec-7158-4b5e-a820-1f9bf63e898b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
      position: relative;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  margin: 0 !important;
  overflow: visible;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07965eec-7158-4b5e-a820-1f9bf63e898b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add background color handling */
  
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07965eec-7158-4b5e-a820-1f9bf63e898b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-07965eec-7158-4b5e-a820-1f9bf63e898b .shogun-image-content {
  
    justify-content: center;
  
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image {
  box-sizing: border-box;
}



.s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07965eec-7158-4b5e-a820-1f9bf63e898b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container {
      position: relative;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07965eec-7158-4b5e-a820-1f9bf63e898b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-139ee1cd-48de-4e20-93b3-4071e08d4d13 {
  margin-left: auto;
margin-right: auto;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
  box-sizing: border-box;
}



.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
      position: relative;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
  box-sizing: border-box;
}



.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
      position: relative;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
  box-sizing: border-box;
}



.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
      position: relative;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
  box-sizing: border-box;
}



.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
      position: relative;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image {
  box-sizing: border-box;
}



.s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container {
      position: relative;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df973f8e-79a8-43e5-ad29-1e2578f26bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-e2d94997-122b-4645-903f-e2c652b9a30c {
  margin-left: auto;
margin-right: auto;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
  box-sizing: border-box;
}



.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
      position: relative;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
  box-sizing: border-box;
}



.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
      position: relative;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
  box-sizing: border-box;
}



.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
      position: relative;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
  box-sizing: border-box;
}



.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
      position: relative;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image {
  box-sizing: border-box;
}



.s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container {
      position: relative;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec18c6bb-2657-43e3-87ca-6e9dad836be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-a468499a-e798-4e92-a97f-6757aa489b4f {
  margin-left: auto;
margin-right: auto;
}

#s-d3320b23-f6c9-416c-af0d-07ec0d26563d {
  margin-left: 15%;
margin-right: 15%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4a15afcd-02ee-4131-8fac-84eb83941e41 {
  margin-left: 12%;
margin-right: 12%;
}

#s-4a15afcd-02ee-4131-8fac-84eb83941e41 hr {
  border-top: 2px solid #ddd;
}

#s-eea260d0-d12d-4a21-9a19-08b77cfac8a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eea260d0-d12d-4a21-9a19-08b77cfac8a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eea260d0-d12d-4a21-9a19-08b77cfac8a9.shg-box.shg-c {
  justify-content: center;
}

#s-135bd022-470b-4e41-b5b4-d44176926734 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-eaf6ff7c-c998-4d69-92b5-de4d0d354f8c {
  margin-left: 15%;
margin-right: 15%;
}

#s-f982229e-a70e-4409-9101-34a4e88fc438 {
  margin-left: auto;
margin-right: auto;
}

#s-5352331d-f84a-46a2-b161-1497d8d8804e {
  margin-left: 13%;
margin-right: 13%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5352331d-f84a-46a2-b161-1497d8d8804e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-5352331d-f84a-46a2-b161-1497d8d8804e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5352331d-f84a-46a2-b161-1497d8d8804e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5352331d-f84a-46a2-b161-1497d8d8804e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5352331d-f84a-46a2-b161-1497d8d8804e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  margin-left: 18%;
margin-right: 18%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
}
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  max-width:  100%;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  max-width:  100%;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  max-width:  100%;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  max-width:  100%;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 {
  max-width:  100%;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 .shg-image-zoom,
.shg-c#s-27aa8ccd-ec81-4841-881d-c3bf44537266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQ2MWU0OTYtZmM2Mi00Nzk3LThlYTctODZlYzI2OGNmMjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDYxZTQ5Ni1mYzYyLTQ3OTctOGVhNy04NmVjMjY4Y2YyMDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;
hover-type: gradient !important;}#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzAzYmViMmYtNmQ1Yi00NjcwLTgwM2EtZWYyNWI0ZjA0MjU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMDNiZWIyZi02ZDViLTQ2NzAtODAzYS1lZjI1YjRmMDQyNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5-atc-btn-wrapper {
    text-align: center;
  }


#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5-atc-btn-wrapper {
    text-align: center;
  }


#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5-atc-btn-wrapper {
    text-align: center;
  }


#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5-atc-btn-wrapper {
    text-align: center;
  }


#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5-atc-btn-wrapper {
    text-align: center;
  }


#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8f5ddca8-1a32-428c-93a2-8ab4d6cfeae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9d852703-fb52-4af3-bac2-e68b864a980f {
  padding-top: 0px;
}

#s-a2fe9d53-5efa-47a8-80e9-6de7f466983a {
  padding-top: 0px;
}

#s-b609ca17-e653-4c11-bb14-c722eb466796 {
  min-height: 50px;
}








#s-b609ca17-e653-4c11-bb14-c722eb466796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b609ca17-e653-4c11-bb14-c722eb466796.shg-box.shg-c {
  justify-content: center;
}

#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  margin-top: 25px;
padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
background-color: rgba(0, 88, 142, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-left: 12.5%;
padding-right: 12.5%;
}
}@media (max-width: 767px){#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-46922bee-3f1f-447e-8799-c24ebaedea6e {
  margin-bottom: 20px;
text-align: center;
}

#s-46922bee-3f1f-447e-8799-c24ebaedea6e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  
}



#s-51b6a8f8-2ded-4aff-809f-1802990f7f21 {
  margin-top: 25px;
margin-left: 34%;
margin-bottom: 0px;
margin-right: 28%;
}
@media (max-width: 767px){#s-51b6a8f8-2ded-4aff-809f-1802990f7f21 {
  display: none;
}
#s-51b6a8f8-2ded-4aff-809f-1802990f7f21, #wrap-s-51b6a8f8-2ded-4aff-809f-1802990f7f21, #wrap-content-s-51b6a8f8-2ded-4aff-809f-1802990f7f21 { display: none !important; }}
#s-7ef013c3-8bff-43fb-992e-1e450e71f836 {
  margin-top: 25px;
margin-left: 26%;
margin-bottom: 0px;
margin-right: 23%;
}
@media (min-width: 1200px){#s-7ef013c3-8bff-43fb-992e-1e450e71f836 {
  display: none;
}
#s-7ef013c3-8bff-43fb-992e-1e450e71f836, #wrap-s-7ef013c3-8bff-43fb-992e-1e450e71f836, #wrap-content-s-7ef013c3-8bff-43fb-992e-1e450e71f836 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ef013c3-8bff-43fb-992e-1e450e71f836 {
  display: none;
}
#s-7ef013c3-8bff-43fb-992e-1e450e71f836, #wrap-s-7ef013c3-8bff-43fb-992e-1e450e71f836, #wrap-content-s-7ef013c3-8bff-43fb-992e-1e450e71f836 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ef013c3-8bff-43fb-992e-1e450e71f836 {
  display: none;
}
#s-7ef013c3-8bff-43fb-992e-1e450e71f836, #wrap-s-7ef013c3-8bff-43fb-992e-1e450e71f836, #wrap-content-s-7ef013c3-8bff-43fb-992e-1e450e71f836 { display: none !important; }}@media (max-width: 767px){#s-7ef013c3-8bff-43fb-992e-1e450e71f836 {
  margin-left: 18%;
margin-right: 17%;
}
}
#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-681aa048-5608-47b5-8ad5-c0da58028620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-681aa048-5608-47b5-8ad5-c0da58028620.shg-box.shg-c {
  justify-content: center;
}

#s-37611e07-06c5-48ca-bb75-f7bb3a93d4f9 {
  margin-left: auto;
margin-right: auto;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-5f53f17c-b802-4c2b-9cfa-68c2e31d40a4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-9bd138cb-6ba1-414b-a81a-b4dc28560d2d {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-bottom: 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-5bafe3fa-3214-484f-8e42-899980e9d02a {
  margin-top: 18px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(0, 88, 142, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5bafe3fa-3214-484f-8e42-899980e9d02a:hover {background-color: rgba(0, 172, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bafe3fa-3214-484f-8e42-899980e9d02a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bafe3fa-3214-484f-8e42-899980e9d02a-root {
    text-align: center;
  }


#s-5bafe3fa-3214-484f-8e42-899980e9d02a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bafe3fa-3214-484f-8e42-899980e9d02a-root {
    text-align: center;
  }


#s-5bafe3fa-3214-484f-8e42-899980e9d02a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bafe3fa-3214-484f-8e42-899980e9d02a-root {
    text-align: center;
  }


#s-5bafe3fa-3214-484f-8e42-899980e9d02a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bafe3fa-3214-484f-8e42-899980e9d02a-root {
    text-align: center;
  }


#s-5bafe3fa-3214-484f-8e42-899980e9d02a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bafe3fa-3214-484f-8e42-899980e9d02a-root {
    text-align: center;
  }


#s-5bafe3fa-3214-484f-8e42-899980e9d02a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-480f88a5-c8a1-4bb5-a56d-a28991dbaa0a {
  margin-left: 12%;
margin-right: 12%;
}

#s-480f88a5-c8a1-4bb5-a56d-a28991dbaa0a hr {
  border-top: 2px solid #ddd;
}

#s-db8fb626-724b-4c3c-963e-42a7e899447e {
  background-repeat: no-repeat;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db8fb626-724b-4c3c-963e-42a7e899447e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-db8fb626-724b-4c3c-963e-42a7e899447e {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-db8fb626-724b-4c3c-963e-42a7e899447e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWJjYzFmYmMtYWNlOC00MGE2LWE1YjItZmFhZjU0ZjVjZTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YmNjMWZiYy1hY2U4LTQwYTYtYTViMi1mYWFmNTRmNWNlNGQpIi8+PC9zdmc+);
}








#s-db8fb626-724b-4c3c-963e-42a7e899447e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db8fb626-724b-4c3c-963e-42a7e899447e.shg-box.shg-c {
  justify-content: center;
}

#s-9c9982b3-e320-41ad-8020-2db7b334bb2f {
  margin-left: auto;
margin-right: auto;
}

#s-cdafd182-201e-449c-ace9-600e2588b2f8 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-4240f7ac-ae78-432c-8059-ccdd40a34f69 {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-bottom: 0px;
}

#s-934f4e21-2108-4026-9ebc-b0ceef03720c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(0, 88, 142, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-934f4e21-2108-4026-9ebc-b0ceef03720c:hover {background-color: rgba(0, 172, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-934f4e21-2108-4026-9ebc-b0ceef03720c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-934f4e21-2108-4026-9ebc-b0ceef03720c-root {
    text-align: center;
  }


#s-934f4e21-2108-4026-9ebc-b0ceef03720c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-934f4e21-2108-4026-9ebc-b0ceef03720c-root {
    text-align: center;
  }


#s-934f4e21-2108-4026-9ebc-b0ceef03720c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-934f4e21-2108-4026-9ebc-b0ceef03720c-root {
    text-align: center;
  }


#s-934f4e21-2108-4026-9ebc-b0ceef03720c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-934f4e21-2108-4026-9ebc-b0ceef03720c-root {
    text-align: center;
  }


#s-934f4e21-2108-4026-9ebc-b0ceef03720c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-934f4e21-2108-4026-9ebc-b0ceef03720c-root {
    text-align: center;
  }


#s-934f4e21-2108-4026-9ebc-b0ceef03720c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e95824fd-ddd0-4e14-aac4-da8893bcaee2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(228, 250, 246, 1);
}








#s-e95824fd-ddd0-4e14-aac4-da8893bcaee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e95824fd-ddd0-4e14-aac4-da8893bcaee2.shg-box.shg-c {
  justify-content: center;
}

#s-a6728066-af82-42f2-92eb-c44cacce1195 {
  margin-top: 25px;
margin-left: 15%;
margin-right: 15%;
}

#s-5b7ccd7c-0e02-4235-af7b-5caaad1c4b90 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b7ccd7c-0e02-4235-af7b-5caaad1c4b90 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-5b7ccd7c-0e02-4235-af7b-5caaad1c4b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b7ccd7c-0e02-4235-af7b-5caaad1c4b90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b7ccd7c-0e02-4235-af7b-5caaad1c4b90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b7ccd7c-0e02-4235-af7b-5caaad1c4b90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a54316f7-e6d1-485e-a1db-ec1af5aa4827 {
  margin-left: auto;
margin-right: auto;
}

#s-72d75a25-de20-4a15-a0fb-ddaab950abf6 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-72d75a25-de20-4a15-a0fb-ddaab950abf6 {
  margin-bottom: 20px;
}
}
#s-48c45319-5e36-426e-ad17-52f40e2f8aa7 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(52, 157, 136, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-48c45319-5e36-426e-ad17-52f40e2f8aa7:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-48c45319-5e36-426e-ad17-52f40e2f8aa7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48c45319-5e36-426e-ad17-52f40e2f8aa7-root {
    text-align: center;
  }


#s-48c45319-5e36-426e-ad17-52f40e2f8aa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48c45319-5e36-426e-ad17-52f40e2f8aa7-root {
    text-align: center;
  }


#s-48c45319-5e36-426e-ad17-52f40e2f8aa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48c45319-5e36-426e-ad17-52f40e2f8aa7-root {
    text-align: center;
  }


#s-48c45319-5e36-426e-ad17-52f40e2f8aa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48c45319-5e36-426e-ad17-52f40e2f8aa7-root {
    text-align: center;
  }


#s-48c45319-5e36-426e-ad17-52f40e2f8aa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48c45319-5e36-426e-ad17-52f40e2f8aa7-root {
    text-align: center;
  }


#s-48c45319-5e36-426e-ad17-52f40e2f8aa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  max-width: 800px;
}
}
#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
  box-sizing: border-box;
}



.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
      position: relative;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
  box-sizing: border-box;
}



.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
      position: relative;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
  box-sizing: border-box;
}



.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
      position: relative;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
  box-sizing: border-box;
}



.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
      position: relative;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image {
  box-sizing: border-box;
}



.s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container {
      position: relative;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d947a531-c5c7-4124-ad1f-c70891fe9fd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-48359b01-ed9d-4bbd-901f-ff3830393ada {
  margin-top: 25px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-48359b01-ed9d-4bbd-901f-ff3830393ada {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-48359b01-ed9d-4bbd-901f-ff3830393ada"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  max-width: 600px;
}
}
#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

.shg-image-content-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
  box-sizing: border-box;
}



.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
      position: relative;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
  box-sizing: border-box;
}



.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
      position: relative;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
  box-sizing: border-box;
}



.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
      position: relative;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
  box-sizing: border-box;
}



.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
      position: relative;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image {
  box-sizing: border-box;
}



.s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container {
      position: relative;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b2af2aa-80e0-48d2-b5d6-8cdf83f31c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-c91f2873-9373-4b35-8c74-0b11c62b25ff {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-2eab6c50-0658-4e50-ab64-351010a1f3e6 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 14%;
}

#s-4d390743-741b-4c96-abed-8d0521055812 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(52, 157, 136, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4d390743-741b-4c96-abed-8d0521055812:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d390743-741b-4c96-abed-8d0521055812:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d390743-741b-4c96-abed-8d0521055812-root {
    text-align: center;
  }


#s-4d390743-741b-4c96-abed-8d0521055812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d390743-741b-4c96-abed-8d0521055812-root {
    text-align: center;
  }


#s-4d390743-741b-4c96-abed-8d0521055812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d390743-741b-4c96-abed-8d0521055812-root {
    text-align: center;
  }


#s-4d390743-741b-4c96-abed-8d0521055812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d390743-741b-4c96-abed-8d0521055812-root {
    text-align: center;
  }


#s-4d390743-741b-4c96-abed-8d0521055812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d390743-741b-4c96-abed-8d0521055812-root {
    text-align: center;
  }


#s-4d390743-741b-4c96-abed-8d0521055812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-02e69669-7fdf-4e0f-ba64-f10029c6c754 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 17px;
padding-left: 25%;
padding-bottom: 17px;
padding-right: 25%;
background-color: rgba(0, 88, 142, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-02e69669-7fdf-4e0f-ba64-f10029c6c754 {
  padding-left: 12.5%;
padding-right: 12.5%;
}
}@media (max-width: 767px){#s-02e69669-7fdf-4e0f-ba64-f10029c6c754 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-02e69669-7fdf-4e0f-ba64-f10029c6c754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02e69669-7fdf-4e0f-ba64-f10029c6c754.shg-box.shg-c {
  justify-content: center;
}

#s-fe0d58f9-9949-4b4d-a591-591da753780c {
  margin-left: auto;
margin-right: auto;
}

#s-96c22352-566f-43cb-a1dd-a1342098ec2a {
  margin-top: 10px;
margin-left: 8%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-96c22352-566f-43cb-a1dd-a1342098ec2a {
  margin-left: 10%;
}
}







#s-96c22352-566f-43cb-a1dd-a1342098ec2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96c22352-566f-43cb-a1dd-a1342098ec2a.shg-box.shg-c {
  justify-content: center;
}

#s-bc6e94db-b1ae-4709-95e3-0f75c8d099da {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
}
@media (max-width: 767px){#s-bc6e94db-b1ae-4709-95e3-0f75c8d099da {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-73ecac3f-9df6-4b2f-9547-332b2fc691d5 {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
}
@media (max-width: 767px){#s-73ecac3f-9df6-4b2f-9547-332b2fc691d5 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-2c007b20-eb65-4dd0-9b84-1a77a8ec7787 {
  margin-top: -12px;
margin-left: 13%;
margin-bottom: -12px;
margin-right: 13%;
}
@media (max-width: 767px){#s-2c007b20-eb65-4dd0-9b84-1a77a8ec7787 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-fef69a5e-640f-450c-a90c-33605cf1138a {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
}
@media (max-width: 767px){#s-fef69a5e-640f-450c-a90c-33605cf1138a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c9287331-4d18-4838-a126-49d2791a6a16 {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
}
@media (max-width: 767px){#s-c9287331-4d18-4838-a126-49d2791a6a16 {
  margin-left: 0%;
margin-right: 0%;
}
}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
