.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-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d {
  
}
@media (min-width: 1200px){#s-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d {
  
}
}@media (max-width: 767px){#s-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d {
  
}
}







#s-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c53db274-6e27-4a1e-8085-b5cdbdb9ce9d.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}
@media (max-width: 767px){#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  display: none;
}
#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932, #wrap-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932, #wrap-content-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 { display: none !important; }}
#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53906a18-6ab3-4b52-94e2-7ecbaa81a932.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
text-align: center;
}
@media (min-width: 1200px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  display: none;
}
#s-92314b11-00d2-467f-9ff7-8161371df0d3, #wrap-s-92314b11-00d2-467f-9ff7-8161371df0d3, #wrap-content-s-92314b11-00d2-467f-9ff7-8161371df0d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  display: none;
}
#s-92314b11-00d2-467f-9ff7-8161371df0d3, #wrap-s-92314b11-00d2-467f-9ff7-8161371df0d3, #wrap-content-s-92314b11-00d2-467f-9ff7-8161371df0d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  display: none;
}
#s-92314b11-00d2-467f-9ff7-8161371df0d3, #wrap-s-92314b11-00d2-467f-9ff7-8161371df0d3, #wrap-content-s-92314b11-00d2-467f-9ff7-8161371df0d3 { display: none !important; }}@media (max-width: 767px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  
}
}
#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 950px;

      
    max-width: 950px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92314b11-00d2-467f-9ff7-8161371df0d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 950px;

      
    max-width: 950px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92314b11-00d2-467f-9ff7-8161371df0d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 950px;

      
    max-width: 950px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92314b11-00d2-467f-9ff7-8161371df0d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 950px;

      
    max-width: 950px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92314b11-00d2-467f-9ff7-8161371df0d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92314b11-00d2-467f-9ff7-8161371df0d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 950px;

      
    max-width: 950px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92314b11-00d2-467f-9ff7-8161371df0d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92314b11-00d2-467f-9ff7-8161371df0d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-52acb169-316e-45cb-88ce-ebbbb37252c3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-f4ab24ac-66c7-4018-8fb2-1ee686695150 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}
@media (max-width: 767px){#s-f4ab24ac-66c7-4018-8fb2-1ee686695150 {
  margin-top: 0px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4ab24ac-66c7-4018-8fb2-1ee686695150"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

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

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

#s-c52fafa1-6168-4cfe-8ad9-b62b13b2158c {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
}

#s-c52fafa1-6168-4cfe-8ad9-b62b13b2158c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ef53dac5-1267-4c31-980c-59da53162471 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef53dac5-1267-4c31-980c-59da53162471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef53dac5-1267-4c31-980c-59da53162471.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

.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-2acebb41-a09b-4cd4-b5da-4a7ad4210330 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2acebb41-a09b-4cd4-b5da-4a7ad4210330-root {
    text-align: center;
  }


#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2acebb41-a09b-4cd4-b5da-4a7ad4210330-root {
    text-align: center;
  }


#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2acebb41-a09b-4cd4-b5da-4a7ad4210330-root {
    text-align: center;
  }


#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2acebb41-a09b-4cd4-b5da-4a7ad4210330-root {
    text-align: center;
  }


#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2acebb41-a09b-4cd4-b5da-4a7ad4210330-root {
    text-align: center;
  }


#s-2acebb41-a09b-4cd4-b5da-4a7ad4210330.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 8px;
padding-left: 23px;
padding-bottom: 8px;
padding-right: 23px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6:hover {background-color: rgba(225, 225, 225, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjRkNzYzN2EtYTAxZS00ZDVhLWE2MTUtMjU5N2YwY2RhY2RkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NGQ3NjM3YS1hMDFlLTRkNWEtYTYxNS0yNTk3ZjBjZGFjZGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
}
#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWY2ZTlhNDMtOGU0Yy00MzMwLTlkZDMtZjZlMTdmMTlmMzQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZjZlOWE0My04ZTRjLTQzMzAtOWRkMy1mNmUxN2YxOWYzNDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6 {
  
}
#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWY1NTQ1YTMtMzMxNS00ZjNkLWI2YjktZjgxOTRlYmRlYmY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZjU1NDVhMy0zMzE1LTRmM2QtYjZiOS1mODE5NGViZGViZjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6 {
  
}
#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTllMmY1MmEtMjFjMC00OWU3LTk5Y2EtNjEzZTkyODdkYzc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlOWUyZjUyYS0yMWMwLTQ5ZTctOTljYS02MTNlOTI4N2RjNzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}

  #s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6-root {
    text-align: center;
  }


#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6-root {
    text-align: center;
  }


#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6-root {
    text-align: center;
  }


#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6-root {
    text-align: center;
  }


#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6-root {
    text-align: center;
  }


#s-7a58e2c9-2b19-478f-9c2a-d1e5be76b5c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-e8d8c501-ef23-48d0-9fcd-acf069860571 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 23px;
padding-bottom: 8px;
padding-right: 23px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e8d8c501-ef23-48d0-9fcd-acf069860571:hover {background-color: rgba(225, 225, 225, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e8d8c501-ef23-48d0-9fcd-acf069860571:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWJkZWEzZDItMGY1My00ZDEzLTlkMjEtNTNlNzZlZDM2OGEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYmRlYTNkMi0wZjUzLTRkMTMtOWQyMS01M2U3NmVkMzY4YTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-e8d8c501-ef23-48d0-9fcd-acf069860571 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
}
#s-e8d8c501-ef23-48d0-9fcd-acf069860571:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGMzYTM0MDctOWFhZS00NjcyLWI5ZDUtYzQxZDQ2ODk0NzVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzNhMzQwNy05YWFlLTQ2NzItYjlkNS1jNDFkNDY4OTQ3NWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e8d8c501-ef23-48d0-9fcd-acf069860571 {
  
}
#s-e8d8c501-ef23-48d0-9fcd-acf069860571:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYwYmE1MDItM2EyMi00NmRiLWFkZmUtNjA5N2YyM2YwMzBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjBiYTUwMi0zYTIyLTQ2ZGItYWRmZS02MDk3ZjIzZjAzMGEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e8d8c501-ef23-48d0-9fcd-acf069860571 {
  text-align: center;
display: none;
}
#s-e8d8c501-ef23-48d0-9fcd-acf069860571, #wrap-s-e8d8c501-ef23-48d0-9fcd-acf069860571, #wrap-content-s-e8d8c501-ef23-48d0-9fcd-acf069860571 { display: none !important; }#s-e8d8c501-ef23-48d0-9fcd-acf069860571:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTBkNDk0YjItZjIxYy00OTk4LWEzM2EtZmRmZTgxZDcxNGZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MGQ0OTRiMi1mMjFjLTQ5OTgtYTMzYS1mZGZlODFkNzE0ZmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-e8d8c501-ef23-48d0-9fcd-acf069860571 {
  display: none;
}
#s-e8d8c501-ef23-48d0-9fcd-acf069860571, #wrap-s-e8d8c501-ef23-48d0-9fcd-acf069860571, #wrap-content-s-e8d8c501-ef23-48d0-9fcd-acf069860571 { display: none !important; }#s-e8d8c501-ef23-48d0-9fcd-acf069860571:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWIzN2Y1ZDYtMzcxYS00MTk0LTkzNzEtN2Y3NzExNGE2ZTg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYjM3ZjVkNi0zNzFhLTQxOTQtOTM3MS03Zjc3MTE0YTZlODkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}

  #s-e8d8c501-ef23-48d0-9fcd-acf069860571-root {
    text-align: center;
  }


#s-e8d8c501-ef23-48d0-9fcd-acf069860571.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8d8c501-ef23-48d0-9fcd-acf069860571-root {
    text-align: center;
  }


#s-e8d8c501-ef23-48d0-9fcd-acf069860571.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8d8c501-ef23-48d0-9fcd-acf069860571-root {
    text-align: center;
  }


#s-e8d8c501-ef23-48d0-9fcd-acf069860571.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8d8c501-ef23-48d0-9fcd-acf069860571-root {
    text-align: center;
  }


#s-e8d8c501-ef23-48d0-9fcd-acf069860571.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8d8c501-ef23-48d0-9fcd-acf069860571-root {
    text-align: center;
  }


#s-e8d8c501-ef23-48d0-9fcd-acf069860571.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-1ad633a0-1e13-4485-abb1-939f0a688382 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 23px;
padding-bottom: 8px;
padding-right: 23px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1ad633a0-1e13-4485-abb1-939f0a688382:hover {background-color: rgba(225, 225, 225, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ad633a0-1e13-4485-abb1-939f0a688382:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE2YzcwMTMtZDBlYi00ZGM2LWFkMWEtMWMxYzNkMThkZjhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTZjNzAxMy1kMGViLTRkYzYtYWQxYS0xYzFjM2QxOGRmOGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-1ad633a0-1e13-4485-abb1-939f0a688382 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
display: none;
}
#s-1ad633a0-1e13-4485-abb1-939f0a688382, #wrap-s-1ad633a0-1e13-4485-abb1-939f0a688382, #wrap-content-s-1ad633a0-1e13-4485-abb1-939f0a688382 { display: none !important; }#s-1ad633a0-1e13-4485-abb1-939f0a688382:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTgxOTcxZjctZTNiZi00MjMyLTg2ZjQtMDNlNmNjNzY1MDhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ODE5NzFmNy1lM2JmLTQyMzItODZmNC0wM2U2Y2M3NjUwOGIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-1ad633a0-1e13-4485-abb1-939f0a688382 {
  display: none;
}
#s-1ad633a0-1e13-4485-abb1-939f0a688382, #wrap-s-1ad633a0-1e13-4485-abb1-939f0a688382, #wrap-content-s-1ad633a0-1e13-4485-abb1-939f0a688382 { display: none !important; }#s-1ad633a0-1e13-4485-abb1-939f0a688382:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYwYmE1MDItM2EyMi00NmRiLWFkZmUtNjA5N2YyM2YwMzBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjBiYTUwMi0zYTIyLTQ2ZGItYWRmZS02MDk3ZjIzZjAzMGEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (min-width: 768px) and (max-width: 991px){#s-1ad633a0-1e13-4485-abb1-939f0a688382 {
  text-align: center;
}
#s-1ad633a0-1e13-4485-abb1-939f0a688382:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTBkNDk0YjItZjIxYy00OTk4LWEzM2EtZmRmZTgxZDcxNGZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MGQ0OTRiMi1mMjFjLTQ5OTgtYTMzYS1mZGZlODFkNzE0ZmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-1ad633a0-1e13-4485-abb1-939f0a688382 {
  
}
#s-1ad633a0-1e13-4485-abb1-939f0a688382:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODJhOWRlMjItZDhhNC00ZjQyLWExN2YtNWQzMzk0YTI3NzBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNGE0YTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MmE5ZGUyMi1kOGE0LTRmNDItYTE3Zi01ZDMzOTRhMjc3MGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4a4a39"}, {"id"=>3, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}}

  #s-1ad633a0-1e13-4485-abb1-939f0a688382-root {
    text-align: center;
  }


#s-1ad633a0-1e13-4485-abb1-939f0a688382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ad633a0-1e13-4485-abb1-939f0a688382-root {
    text-align: center;
  }


#s-1ad633a0-1e13-4485-abb1-939f0a688382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ad633a0-1e13-4485-abb1-939f0a688382-root {
    text-align: center;
  }


#s-1ad633a0-1e13-4485-abb1-939f0a688382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ad633a0-1e13-4485-abb1-939f0a688382-root {
    text-align: center;
  }


#s-1ad633a0-1e13-4485-abb1-939f0a688382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ad633a0-1e13-4485-abb1-939f0a688382-root {
    text-align: center;
  }


#s-1ad633a0-1e13-4485-abb1-939f0a688382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e {
  margin-top: 25px;
margin-bottom: 25px;
padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e {
  display: none;
}
#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e, #wrap-s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e, #wrap-content-s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e { display: none !important; }}@media (max-width: 767px){#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e {
  display: none;
}
#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e, #wrap-s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e, #wrap-content-s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e { display: none !important; }}







#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42c73ca7-ca2b-4873-ba41-ddffb4fe2d4e.shg-box.shg-c {
  justify-content: center;
}

#s-8e003ef4-1998-47d6-b836-cbc7737c07d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e003ef4-1998-47d6-b836-cbc7737c07d7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-7909f87b-ccf2-43f2-a647-d49ef60642d2 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7909f87b-ccf2-43f2-a647-d49ef60642d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-7909f87b-ccf2-43f2-a647-d49ef60642d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-7909f87b-ccf2-43f2-a647-d49ef60642d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-7909f87b-ccf2-43f2-a647-d49ef60642d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  max-width: 1500px;
text-align: center;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image {
  box-sizing: border-box;
}



.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image {
  box-sizing: border-box;
}



.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image {
  box-sizing: border-box;
}



.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image {
  box-sizing: border-box;
}



.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a71d36b-31d7-4cd2-9785-c4840408ee22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a71d36b-31d7-4cd2-9785-c4840408ee22.shogun-image {
  box-sizing: border-box;
}



.s-8a71d36b-31d7-4cd2-9785-c4840408ee22 img.shogun-image {
  
}


}
.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-011f1e3e-d8ca-4911-8466-dd007f4ca532 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c {
  max-width: 1500px;
text-align: center;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d466771e-d0d1-4390-9081-48187ebdd70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image {
  box-sizing: border-box;
}



.s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  
}


@media (min-width: 1200px){#s-d466771e-d0d1-4390-9081-48187ebdd70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d466771e-d0d1-4390-9081-48187ebdd70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image {
  box-sizing: border-box;
}



.s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d466771e-d0d1-4390-9081-48187ebdd70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d466771e-d0d1-4390-9081-48187ebdd70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image {
  box-sizing: border-box;
}



.s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d466771e-d0d1-4390-9081-48187ebdd70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d466771e-d0d1-4390-9081-48187ebdd70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image {
  box-sizing: border-box;
}



.s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  
}


}@media (max-width: 767px){#s-d466771e-d0d1-4390-9081-48187ebdd70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d466771e-d0d1-4390-9081-48187ebdd70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d466771e-d0d1-4390-9081-48187ebdd70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d466771e-d0d1-4390-9081-48187ebdd70c.shogun-image {
  box-sizing: border-box;
}



.s-d466771e-d0d1-4390-9081-48187ebdd70c img.shogun-image {
  
}


}
#s-39ed3468-8491-4f42-ad9a-61d73f4bfe3d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d {
  max-width: 1000px;
text-align: center;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0833078-8705-44a6-9fc6-58f06486034d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image {
  box-sizing: border-box;
}



.s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  
}


@media (min-width: 1200px){#s-b0833078-8705-44a6-9fc6-58f06486034d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0833078-8705-44a6-9fc6-58f06486034d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image {
  box-sizing: border-box;
}



.s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0833078-8705-44a6-9fc6-58f06486034d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0833078-8705-44a6-9fc6-58f06486034d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image {
  box-sizing: border-box;
}



.s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b0833078-8705-44a6-9fc6-58f06486034d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0833078-8705-44a6-9fc6-58f06486034d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image {
  box-sizing: border-box;
}



.s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  
}


}@media (max-width: 767px){#s-b0833078-8705-44a6-9fc6-58f06486034d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0833078-8705-44a6-9fc6-58f06486034d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0833078-8705-44a6-9fc6-58f06486034d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0833078-8705-44a6-9fc6-58f06486034d.shogun-image {
  box-sizing: border-box;
}



.s-b0833078-8705-44a6-9fc6-58f06486034d img.shogun-image {
  
}


}
#s-482b407f-9bbe-4ed1-857a-e1d04193dd99 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  max-width: 1000px;
text-align: center;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image {
  box-sizing: border-box;
}



.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image {
  box-sizing: border-box;
}



.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image {
  box-sizing: border-box;
}



.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image {
  box-sizing: border-box;
}



.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abdf3993-f560-46a0-a91b-bfa3f43c11c5.shogun-image {
  box-sizing: border-box;
}



.s-abdf3993-f560-46a0-a91b-bfa3f43c11c5 img.shogun-image {
  
}


}
#s-d586d75d-da9d-45a4-a469-6e819942f520 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-145c95f4-ffc4-463d-923d-25de1975fd0d {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-145c95f4-ffc4-463d-923d-25de1975fd0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-145c95f4-ffc4-463d-923d-25de1975fd0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-145c95f4-ffc4-463d-923d-25de1975fd0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-145c95f4-ffc4-463d-923d-25de1975fd0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  max-width: 1500px;
text-align: center;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image {
  box-sizing: border-box;
}



.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image {
  box-sizing: border-box;
}



.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image {
  box-sizing: border-box;
}



.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image {
  box-sizing: border-box;
}



.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2.shogun-image {
  box-sizing: border-box;
}



.s-18f09dc7-7e56-4a3b-b1d6-62398721f8f2 img.shogun-image {
  
}


}
#s-6d8f6a7b-847d-4105-932e-b9d63bdc87b8 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  max-width: 1000px;
text-align: center;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  margin: 0 !important;
  overflow: visible;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add background color handling */
  
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image {
  box-sizing: border-box;
}



.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  
}


@media (min-width: 1200px){#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  margin: 0 !important;
  overflow: visible;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add background color handling */
  
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image {
  box-sizing: border-box;
}



.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  margin: 0 !important;
  overflow: visible;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add background color handling */
  
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image {
  box-sizing: border-box;
}



.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  margin: 0 !important;
  overflow: visible;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add background color handling */
  
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image {
  box-sizing: border-box;
}



.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  
}


}@media (max-width: 767px){#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  margin: 0 !important;
  overflow: visible;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48e1b4a-cf98-4bee-8ee6-d82527f781db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add background color handling */
  
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48e1b4a-cf98-4bee-8ee6-d82527f781db.shogun-image {
  box-sizing: border-box;
}



.s-e48e1b4a-cf98-4bee-8ee6-d82527f781db img.shogun-image {
  
}


}
#s-d9efef81-a319-4d35-8b0c-ac0204bf1ea3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  max-width: 1000px;
text-align: center;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  margin: 0 !important;
  overflow: visible;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add background color handling */
  
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image {
  box-sizing: border-box;
}



.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  margin: 0 !important;
  overflow: visible;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add background color handling */
  
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image {
  box-sizing: border-box;
}



.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  margin: 0 !important;
  overflow: visible;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add background color handling */
  
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image {
  box-sizing: border-box;
}



.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  margin: 0 !important;
  overflow: visible;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add background color handling */
  
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image {
  box-sizing: border-box;
}



.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  margin: 0 !important;
  overflow: visible;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9df01a65-699a-4d7f-bb98-f7c10fb12584 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add background color handling */
  
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df01a65-699a-4d7f-bb98-f7c10fb12584.shogun-image {
  box-sizing: border-box;
}



.s-9df01a65-699a-4d7f-bb98-f7c10fb12584 img.shogun-image {
  
}


}
#s-c0934eed-21c3-4084-b21e-1cd757112a60 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  max-width: 1000px;
text-align: center;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  margin: 0 !important;
  overflow: visible;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add background color handling */
  
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b556f147-4ab9-48ed-a646-6390aedd2e4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image {
  box-sizing: border-box;
}



.s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  
}


@media (min-width: 1200px){#s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  margin: 0 !important;
  overflow: visible;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add background color handling */
  
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b556f147-4ab9-48ed-a646-6390aedd2e4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image {
  box-sizing: border-box;
}



.s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  margin: 0 !important;
  overflow: visible;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add background color handling */
  
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b556f147-4ab9-48ed-a646-6390aedd2e4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image {
  box-sizing: border-box;
}



.s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  margin: 0 !important;
  overflow: visible;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add background color handling */
  
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b556f147-4ab9-48ed-a646-6390aedd2e4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image {
  box-sizing: border-box;
}



.s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  
}


}@media (max-width: 767px){#s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  margin: 0 !important;
  overflow: visible;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b556f147-4ab9-48ed-a646-6390aedd2e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add background color handling */
  
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b556f147-4ab9-48ed-a646-6390aedd2e4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b556f147-4ab9-48ed-a646-6390aedd2e4b.shogun-image {
  box-sizing: border-box;
}



.s-b556f147-4ab9-48ed-a646-6390aedd2e4b img.shogun-image {
  
}


}
#s-201a8f59-9edd-4595-9f1b-130e62346567 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-2a98073f-b91e-4486-b1fe-7d4dca46c407 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2a98073f-b91e-4486-b1fe-7d4dca46c407"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-2a98073f-b91e-4486-b1fe-7d4dca46c407"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-2a98073f-b91e-4486-b1fe-7d4dca46c407"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a98073f-b91e-4486-b1fe-7d4dca46c407"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  max-width: 1600px;
text-align: center;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image {
  box-sizing: border-box;
}



.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image {
  box-sizing: border-box;
}



.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image {
  box-sizing: border-box;
}



.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image {
  box-sizing: border-box;
}



.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbe41d31-7fe6-4d86-9e63-0174f7642720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbe41d31-7fe6-4d86-9e63-0174f7642720.shogun-image {
  box-sizing: border-box;
}



.s-bbe41d31-7fe6-4d86-9e63-0174f7642720 img.shogun-image {
  
}


}
#s-3a94b46b-b388-4138-9534-52eb7dcf4e88 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  max-width: 1339px;
text-align: center;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image {
  box-sizing: border-box;
}



.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  
}


@media (min-width: 1200px){#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image {
  box-sizing: border-box;
}



.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image {
  box-sizing: border-box;
}



.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image {
  box-sizing: border-box;
}



.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  
}


}@media (max-width: 767px){#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6977015-4d70-43ba-a4ae-bdeb10191b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6977015-4d70-43ba-a4ae-bdeb10191b5a.shogun-image {
  box-sizing: border-box;
}



.s-e6977015-4d70-43ba-a4ae-bdeb10191b5a img.shogun-image {
  
}


}
#s-b8c5bb83-e3f8-4c5b-8f9b-5bdcc2842e99 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  max-width: 1000px;
text-align: center;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image {
  box-sizing: border-box;
}



.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image {
  box-sizing: border-box;
}



.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image {
  box-sizing: border-box;
}



.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image {
  box-sizing: border-box;
}



.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f2eb63a-7924-4132-bbb9-4b98d01b8088.shogun-image {
  box-sizing: border-box;
}



.s-0f2eb63a-7924-4132-bbb9-4b98d01b8088 img.shogun-image {
  
}


}
#s-356405b2-d9d9-4a62-a7a3-499f15df8ebb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  max-width: 1500px;
text-align: center;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image {
  box-sizing: border-box;
}



.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image {
  box-sizing: border-box;
}



.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image {
  box-sizing: border-box;
}



.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image {
  box-sizing: border-box;
}



.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2.shogun-image {
  box-sizing: border-box;
}



.s-3c9f0b56-9c94-4dd7-9f06-bce7c6d389e2 img.shogun-image {
  
}


}
#s-d76089c3-554f-4906-9e21-5a477a80567b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-d2ad8abd-b50b-436e-927a-48e9974577d7 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-d2ad8abd-b50b-436e-927a-48e9974577d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-d2ad8abd-b50b-436e-927a-48e9974577d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-d2ad8abd-b50b-436e-927a-48e9974577d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2ad8abd-b50b-436e-927a-48e9974577d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  max-width: 1500px;
text-align: center;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image {
  box-sizing: border-box;
}



.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  
}


@media (min-width: 1200px){#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image {
  box-sizing: border-box;
}



.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image {
  box-sizing: border-box;
}



.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image {
  box-sizing: border-box;
}



.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  
}


}@media (max-width: 767px){#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ae15f5-b54e-48a5-8e96-e59017ff3340 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ae15f5-b54e-48a5-8e96-e59017ff3340.shogun-image {
  box-sizing: border-box;
}



.s-57ae15f5-b54e-48a5-8e96-e59017ff3340 img.shogun-image {
  
}


}
#s-77a5cb4c-3fcc-4f3c-afb0-0ef3d738b24c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-985c2c25-3486-450c-8675-f7349c673854 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-985c2c25-3486-450c-8675-f7349c673854 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-65295756-f51e-4182-a98b-a477f767c81d {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-65295756-f51e-4182-a98b-a477f767c81d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-65295756-f51e-4182-a98b-a477f767c81d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-65295756-f51e-4182-a98b-a477f767c81d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-65295756-f51e-4182-a98b-a477f767c81d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  max-width: 1500px;
text-align: center;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image {
  box-sizing: border-box;
}



.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  
}


@media (min-width: 1200px){#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image {
  box-sizing: border-box;
}



.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image {
  box-sizing: border-box;
}



.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image {
  box-sizing: border-box;
}



.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  
}


}@media (max-width: 767px){#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d28c2447-d399-4406-9dfa-5afb9a08d2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d28c2447-d399-4406-9dfa-5afb9a08d2ab.shogun-image {
  box-sizing: border-box;
}



.s-d28c2447-d399-4406-9dfa-5afb9a08d2ab img.shogun-image {
  
}


}
#s-4b1e471f-8066-47e4-9ef4-06de540f61a9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  max-width: 1500px;
text-align: center;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image {
  box-sizing: border-box;
}



.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image {
  box-sizing: border-box;
}



.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image {
  box-sizing: border-box;
}



.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image {
  box-sizing: border-box;
}



.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2.shogun-image {
  box-sizing: border-box;
}



.s-76e9ad29-9690-4fc3-bdc1-9056a4c260b2 img.shogun-image {
  
}


}
#s-ddbd9afd-4994-4f3a-a4be-e3ac185faed3 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  max-width: 1500px;
text-align: center;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  margin: 0 !important;
  overflow: visible;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add background color handling */
  
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d87f3e10-9896-40e0-b6d5-521aab93a245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image {
  box-sizing: border-box;
}



.s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  margin: 0 !important;
  overflow: visible;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add background color handling */
  
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d87f3e10-9896-40e0-b6d5-521aab93a245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image {
  box-sizing: border-box;
}



.s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  margin: 0 !important;
  overflow: visible;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add background color handling */
  
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d87f3e10-9896-40e0-b6d5-521aab93a245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image {
  box-sizing: border-box;
}



.s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  margin: 0 !important;
  overflow: visible;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add background color handling */
  
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d87f3e10-9896-40e0-b6d5-521aab93a245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image {
  box-sizing: border-box;
}



.s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  margin: 0 !important;
  overflow: visible;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d87f3e10-9896-40e0-b6d5-521aab93a245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add background color handling */
  
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d87f3e10-9896-40e0-b6d5-521aab93a245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d87f3e10-9896-40e0-b6d5-521aab93a245.shogun-image {
  box-sizing: border-box;
}



.s-d87f3e10-9896-40e0-b6d5-521aab93a245 img.shogun-image {
  
}


}
#s-c46bde4d-09ef-4526-b0ff-f0f8ce890808 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 {
  max-width: 929px;
text-align: center;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 {
  margin: 0 !important;
  overflow: visible;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add background color handling */
  
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1203add9-963f-449a-8344-28aa2fb1d625 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image {
  box-sizing: border-box;
}



.s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1203add9-963f-449a-8344-28aa2fb1d625 {
  margin: 0 !important;
  overflow: visible;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add background color handling */
  
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1203add9-963f-449a-8344-28aa2fb1d625 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image {
  box-sizing: border-box;
}



.s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1203add9-963f-449a-8344-28aa2fb1d625 {
  margin: 0 !important;
  overflow: visible;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add background color handling */
  
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1203add9-963f-449a-8344-28aa2fb1d625 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image {
  box-sizing: border-box;
}



.s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1203add9-963f-449a-8344-28aa2fb1d625 {
  margin: 0 !important;
  overflow: visible;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add background color handling */
  
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1203add9-963f-449a-8344-28aa2fb1d625 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image {
  box-sizing: border-box;
}



.s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1203add9-963f-449a-8344-28aa2fb1d625 {
  margin: 0 !important;
  overflow: visible;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1203add9-963f-449a-8344-28aa2fb1d625 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add background color handling */
  
}

#s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1203add9-963f-449a-8344-28aa2fb1d625 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1203add9-963f-449a-8344-28aa2fb1d625.shogun-image {
  box-sizing: border-box;
}



.s-1203add9-963f-449a-8344-28aa2fb1d625 img.shogun-image {
  
}


}
#s-48f05ffd-55ec-4785-8a5c-080c90c07dc9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-41faed99-e9e9-4d4d-b992-1a030980a741 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-41faed99-e9e9-4d4d-b992-1a030980a741"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-41faed99-e9e9-4d4d-b992-1a030980a741"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-41faed99-e9e9-4d4d-b992-1a030980a741"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-41faed99-e9e9-4d4d-b992-1a030980a741"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  max-width: 1000px;
text-align: center;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d823b4-3e31-4b88-b145-1621adb0411a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image {
  box-sizing: border-box;
}



.s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  
}


@media (min-width: 1200px){#s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d823b4-3e31-4b88-b145-1621adb0411a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image {
  box-sizing: border-box;
}



.s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d823b4-3e31-4b88-b145-1621adb0411a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image {
  box-sizing: border-box;
}



.s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d823b4-3e31-4b88-b145-1621adb0411a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image {
  box-sizing: border-box;
}



.s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  
}


}@media (max-width: 767px){#s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d823b4-3e31-4b88-b145-1621adb0411a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d823b4-3e31-4b88-b145-1621adb0411a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d823b4-3e31-4b88-b145-1621adb0411a.shogun-image {
  box-sizing: border-box;
}



.s-c0d823b4-3e31-4b88-b145-1621adb0411a img.shogun-image {
  
}


}
#s-17bc6ec4-bc4f-4b99-8158-9ad8c5dbde42 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-6716badd-7983-491c-b8d0-f9fc154510c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6716badd-7983-491c-b8d0-f9fc154510c2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-9948b84c-a5d8-4f47-8ae1-8c2ee8040fba {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-9948b84c-a5d8-4f47-8ae1-8c2ee8040fba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-9948b84c-a5d8-4f47-8ae1-8c2ee8040fba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-9948b84c-a5d8-4f47-8ae1-8c2ee8040fba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-9948b84c-a5d8-4f47-8ae1-8c2ee8040fba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  max-width: 1000px;
text-align: center;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  margin: 0 !important;
  overflow: visible;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add background color handling */
  
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image {
  box-sizing: border-box;
}



.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  
}


@media (min-width: 1200px){#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  margin: 0 !important;
  overflow: visible;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add background color handling */
  
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image {
  box-sizing: border-box;
}



.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  margin: 0 !important;
  overflow: visible;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add background color handling */
  
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image {
  box-sizing: border-box;
}



.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  margin: 0 !important;
  overflow: visible;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add background color handling */
  
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image {
  box-sizing: border-box;
}



.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  
}


}@media (max-width: 767px){#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  margin: 0 !important;
  overflow: visible;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eaaac92-81f9-4db3-98ab-3bcddd52429f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add background color handling */
  
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaaac92-81f9-4db3-98ab-3bcddd52429f.shogun-image {
  box-sizing: border-box;
}



.s-8eaaac92-81f9-4db3-98ab-3bcddd52429f img.shogun-image {
  
}


}
#s-2975eae4-7440-44a3-b5a8-867e96e30ecf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  max-width: 1500px;
text-align: center;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image {
  box-sizing: border-box;
}



.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image {
  box-sizing: border-box;
}



.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image {
  box-sizing: border-box;
}



.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image {
  box-sizing: border-box;
}



.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d93bb-c57f-4593-a651-20d0b9f22c85.shogun-image {
  box-sizing: border-box;
}



.s-fb8d93bb-c57f-4593-a651-20d0b9f22c85 img.shogun-image {
  
}


}
#s-c872118f-354f-4d7a-bb3a-204c9f2acbb7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  max-width: 1000px;
text-align: center;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image {
  box-sizing: border-box;
}



.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image {
  box-sizing: border-box;
}



.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image {
  box-sizing: border-box;
}



.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image {
  box-sizing: border-box;
}



.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1577b9d-125b-4d73-ba50-11eed9e8dd35.shogun-image {
  box-sizing: border-box;
}



.s-e1577b9d-125b-4d73-ba50-11eed9e8dd35 img.shogun-image {
  
}


}
#s-9aaa45fb-94ab-40eb-88e6-7e4280dc10d6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-1f4b0390-13a3-40aa-91e6-5540cb3a1ca9 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
text-align: left;
}

#s-458d4e36-2530-4978-af1d-3d5896294ce7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-458d4e36-2530-4978-af1d-3d5896294ce7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-48e5008f-1713-4b7d-862d-e918487d2b7e {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-48e5008f-1713-4b7d-862d-e918487d2b7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-48e5008f-1713-4b7d-862d-e918487d2b7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-48e5008f-1713-4b7d-862d-e918487d2b7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e5008f-1713-4b7d-862d-e918487d2b7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65fea386-282b-4536-807d-8e3d6e3e0a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-65fea386-282b-4536-807d-8e3d6e3e0a19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65fea386-282b-4536-807d-8e3d6e3e0a19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-14e0d48b-b19e-4332-93f1-0bd80308e48a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  margin-left: auto;
margin-right: auto;
max-width: 522px;
text-align: center;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9faeaa-ef23-4c4f-8714-78d17b9f8a96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ca2eb053-eb1d-4fea-bce9-a3d70402a4da {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  max-width: 1000px;
text-align: center;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7fad0154-113c-46a5-afb2-5aa7a752d695 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image {
  box-sizing: border-box;
}



.s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7fad0154-113c-46a5-afb2-5aa7a752d695 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image {
  box-sizing: border-box;
}



.s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7fad0154-113c-46a5-afb2-5aa7a752d695 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image {
  box-sizing: border-box;
}



.s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7fad0154-113c-46a5-afb2-5aa7a752d695 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image {
  box-sizing: border-box;
}



.s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fad0154-113c-46a5-afb2-5aa7a752d695 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7fad0154-113c-46a5-afb2-5aa7a752d695 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fad0154-113c-46a5-afb2-5aa7a752d695.shogun-image {
  box-sizing: border-box;
}



.s-7fad0154-113c-46a5-afb2-5aa7a752d695 img.shogun-image {
  
}


}
#s-cf494e9d-875c-486c-bdfc-3796e5404581 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-ca6d01ac-3bf9-4ad2-afac-e9764e0f1835 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca6d01ac-3bf9-4ad2-afac-e9764e0f1835 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-8187d3de-3c1f-45ba-95af-bc15494dd69d {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-8187d3de-3c1f-45ba-95af-bc15494dd69d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-8187d3de-3c1f-45ba-95af-bc15494dd69d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-8187d3de-3c1f-45ba-95af-bc15494dd69d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-8187d3de-3c1f-45ba-95af-bc15494dd69d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dd3733a5-4d82-4252-9427-a25623208ad3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dd3733a5-4d82-4252-9427-a25623208ad3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dd3733a5-4d82-4252-9427-a25623208ad3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dd3733a5-4d82-4252-9427-a25623208ad3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd3733a5-4d82-4252-9427-a25623208ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dd3733a5-4d82-4252-9427-a25623208ad3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd3733a5-4d82-4252-9427-a25623208ad3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-12827071-1304-438f-a893-50c0ae29f9e8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 {
  margin-left: auto;
margin-right: auto;
max-width: 522px;
text-align: center;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-422d6983-13e8-4701-ba18-93d971073ea6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-422d6983-13e8-4701-ba18-93d971073ea6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-422d6983-13e8-4701-ba18-93d971073ea6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-422d6983-13e8-4701-ba18-93d971073ea6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-422d6983-13e8-4701-ba18-93d971073ea6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-422d6983-13e8-4701-ba18-93d971073ea6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-422d6983-13e8-4701-ba18-93d971073ea6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-422d6983-13e8-4701-ba18-93d971073ea6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-422d6983-13e8-4701-ba18-93d971073ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-422d6983-13e8-4701-ba18-93d971073ea6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422d6983-13e8-4701-ba18-93d971073ea6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-38c57798-5bc7-4fda-9fc7-ee2824891302 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  max-width: 1000px;
text-align: center;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  margin: 0 !important;
  overflow: visible;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add background color handling */
  
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28bae09e-aac7-492c-8fe2-fb40fb880578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image {
  box-sizing: border-box;
}



.s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  
}


@media (min-width: 1200px){#s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  margin: 0 !important;
  overflow: visible;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add background color handling */
  
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28bae09e-aac7-492c-8fe2-fb40fb880578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image {
  box-sizing: border-box;
}



.s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  margin: 0 !important;
  overflow: visible;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add background color handling */
  
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28bae09e-aac7-492c-8fe2-fb40fb880578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image {
  box-sizing: border-box;
}



.s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  margin: 0 !important;
  overflow: visible;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add background color handling */
  
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28bae09e-aac7-492c-8fe2-fb40fb880578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image {
  box-sizing: border-box;
}



.s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  
}


}@media (max-width: 767px){#s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  margin: 0 !important;
  overflow: visible;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28bae09e-aac7-492c-8fe2-fb40fb880578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add background color handling */
  
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28bae09e-aac7-492c-8fe2-fb40fb880578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28bae09e-aac7-492c-8fe2-fb40fb880578.shogun-image {
  box-sizing: border-box;
}



.s-28bae09e-aac7-492c-8fe2-fb40fb880578 img.shogun-image {
  
}


}
#s-3386c4e3-89f4-4ff6-87ac-94a6aec9a56e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7277e1f-5735-41bc-bcbb-6c7d719d56a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-419c2c5c-6e3b-45fb-a197-babc372aa5e7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-616d8f71-2476-4e39-86c5-12a0ef1957af {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-616d8f71-2476-4e39-86c5-12a0ef1957af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-616d8f71-2476-4e39-86c5-12a0ef1957af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-616d8f71-2476-4e39-86c5-12a0ef1957af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-616d8f71-2476-4e39-86c5-12a0ef1957af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  margin-left: auto;
margin-right: auto;
max-width: 693px;
text-align: center;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3978a08-cdba-455f-ac29-91f83bfd17e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3978a08-cdba-455f-ac29-91f83bfd17e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3978a08-cdba-455f-ac29-91f83bfd17e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7eb9dced-fda2-498d-9609-04fca73a5f87 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78002d44-b9d2-473d-8222-e5b493323e2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-78002d44-b9d2-473d-8222-e5b493323e2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78002d44-b9d2-473d-8222-e5b493323e2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-78002d44-b9d2-473d-8222-e5b493323e2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78002d44-b9d2-473d-8222-e5b493323e2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-78002d44-b9d2-473d-8222-e5b493323e2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78002d44-b9d2-473d-8222-e5b493323e2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-78002d44-b9d2-473d-8222-e5b493323e2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78002d44-b9d2-473d-8222-e5b493323e2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78002d44-b9d2-473d-8222-e5b493323e2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78002d44-b9d2-473d-8222-e5b493323e2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a93471de-dc45-479d-a78e-59514aba19de {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 {
  max-width: 873px;
text-align: center;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4cb958b-1404-4839-a532-19cad565eab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image {
  box-sizing: border-box;
}



.s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d4cb958b-1404-4839-a532-19cad565eab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4cb958b-1404-4839-a532-19cad565eab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image {
  box-sizing: border-box;
}



.s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4cb958b-1404-4839-a532-19cad565eab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4cb958b-1404-4839-a532-19cad565eab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image {
  box-sizing: border-box;
}



.s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4cb958b-1404-4839-a532-19cad565eab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4cb958b-1404-4839-a532-19cad565eab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image {
  box-sizing: border-box;
}



.s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d4cb958b-1404-4839-a532-19cad565eab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4cb958b-1404-4839-a532-19cad565eab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4cb958b-1404-4839-a532-19cad565eab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4cb958b-1404-4839-a532-19cad565eab4.shogun-image {
  box-sizing: border-box;
}



.s-d4cb958b-1404-4839-a532-19cad565eab4 img.shogun-image {
  
}


}
#s-e735529a-fcbd-422c-9d1d-0d99e3e7ce4e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  margin-left: auto;
margin-right: auto;
max-width: 967px;
text-align: center;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d44afef-c953-4254-a6fc-83b5c3af1716 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716 img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d44afef-c953-4254-a6fc-83b5c3af1716 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d44afef-c953-4254-a6fc-83b5c3af1716.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c8e268e-cf3e-4cc3-929d-fe08c73c55d0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-4ae36b74-ad42-40b0-9272-372e984e8eb0 {
  margin-top: 25px;
margin-bottom: 25px;
padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4ae36b74-ad42-40b0-9272-372e984e8eb0 {
  display: none;
}
#s-4ae36b74-ad42-40b0-9272-372e984e8eb0, #wrap-s-4ae36b74-ad42-40b0-9272-372e984e8eb0, #wrap-content-s-4ae36b74-ad42-40b0-9272-372e984e8eb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ae36b74-ad42-40b0-9272-372e984e8eb0 {
  display: none;
}
#s-4ae36b74-ad42-40b0-9272-372e984e8eb0, #wrap-s-4ae36b74-ad42-40b0-9272-372e984e8eb0, #wrap-content-s-4ae36b74-ad42-40b0-9272-372e984e8eb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ae36b74-ad42-40b0-9272-372e984e8eb0 {
  
}
}@media (max-width: 767px){#s-4ae36b74-ad42-40b0-9272-372e984e8eb0 {
  
}
}







#s-4ae36b74-ad42-40b0-9272-372e984e8eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ae36b74-ad42-40b0-9272-372e984e8eb0.shg-box.shg-c {
  justify-content: center;
}

#s-98d09441-27b7-48e3-b556-c204a4cf2a3e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98d09441-27b7-48e3-b556-c204a4cf2a3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-db6421f4-75c1-4f9f-b52d-4a98e12764e9 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-db6421f4-75c1-4f9f-b52d-4a98e12764e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-db6421f4-75c1-4f9f-b52d-4a98e12764e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db6421f4-75c1-4f9f-b52d-4a98e12764e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db6421f4-75c1-4f9f-b52d-4a98e12764e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  max-width: 1500px;
text-align: center;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image {
  box-sizing: border-box;
}



.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image {
  box-sizing: border-box;
}



.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image {
  box-sizing: border-box;
}



.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image {
  box-sizing: border-box;
}



.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224baa14-752b-44fd-8998-0f0c5a9b4fd3.shogun-image {
  box-sizing: border-box;
}



.s-224baa14-752b-44fd-8998-0f0c5a9b4fd3 img.shogun-image {
  
}


}
#s-d13caf26-cd42-4512-b0af-671f5790c5d5 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  max-width: 1500px;
text-align: center;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  margin: 0 !important;
  overflow: visible;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add background color handling */
  
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image {
  box-sizing: border-box;
}



.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  margin: 0 !important;
  overflow: visible;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add background color handling */
  
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image {
  box-sizing: border-box;
}



.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  margin: 0 !important;
  overflow: visible;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add background color handling */
  
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image {
  box-sizing: border-box;
}



.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  margin: 0 !important;
  overflow: visible;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add background color handling */
  
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image {
  box-sizing: border-box;
}



.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  margin: 0 !important;
  overflow: visible;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a54e41b6-cff3-42b9-a02e-d1e71740d726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add background color handling */
  
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54e41b6-cff3-42b9-a02e-d1e71740d726.shogun-image {
  box-sizing: border-box;
}



.s-a54e41b6-cff3-42b9-a02e-d1e71740d726 img.shogun-image {
  
}


}
#s-b88132d7-bc57-43a2-af74-e2d68f1f139e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b {
  max-width: 1000px;
text-align: center;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b {
  margin: 0 !important;
  overflow: visible;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add background color handling */
  
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c89957ce-f53a-4cd1-8575-52498d78491b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image {
  box-sizing: border-box;
}



.s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  
}


@media (min-width: 1200px){#s-c89957ce-f53a-4cd1-8575-52498d78491b {
  margin: 0 !important;
  overflow: visible;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add background color handling */
  
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c89957ce-f53a-4cd1-8575-52498d78491b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image {
  box-sizing: border-box;
}



.s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c89957ce-f53a-4cd1-8575-52498d78491b {
  margin: 0 !important;
  overflow: visible;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add background color handling */
  
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c89957ce-f53a-4cd1-8575-52498d78491b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image {
  box-sizing: border-box;
}



.s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c89957ce-f53a-4cd1-8575-52498d78491b {
  margin: 0 !important;
  overflow: visible;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add background color handling */
  
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c89957ce-f53a-4cd1-8575-52498d78491b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image {
  box-sizing: border-box;
}



.s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  
}


}@media (max-width: 767px){#s-c89957ce-f53a-4cd1-8575-52498d78491b {
  margin: 0 !important;
  overflow: visible;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c89957ce-f53a-4cd1-8575-52498d78491b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add background color handling */
  
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c89957ce-f53a-4cd1-8575-52498d78491b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89957ce-f53a-4cd1-8575-52498d78491b.shogun-image {
  box-sizing: border-box;
}



.s-c89957ce-f53a-4cd1-8575-52498d78491b img.shogun-image {
  
}


}
#s-171f6e8a-824c-4d20-a63e-e86cf3fcede7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  max-width: 1000px;
text-align: center;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image {
  box-sizing: border-box;
}



.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  
}


@media (min-width: 1200px){#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image {
  box-sizing: border-box;
}



.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image {
  box-sizing: border-box;
}



.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image {
  box-sizing: border-box;
}



.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  
}


}@media (max-width: 767px){#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45770b2-e0e3-4143-811d-3a9e25fed8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45770b2-e0e3-4143-811d-3a9e25fed8fe.shogun-image {
  box-sizing: border-box;
}



.s-d45770b2-e0e3-4143-811d-3a9e25fed8fe img.shogun-image {
  
}


}
#s-ddfcfade-a781-45e7-ae69-966a28a1033e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-1286b2c5-7ecb-4890-b729-e6efe24aca2e {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-1286b2c5-7ecb-4890-b729-e6efe24aca2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1286b2c5-7ecb-4890-b729-e6efe24aca2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1286b2c5-7ecb-4890-b729-e6efe24aca2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1286b2c5-7ecb-4890-b729-e6efe24aca2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  max-width: 1500px;
text-align: center;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image {
  box-sizing: border-box;
}



.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image {
  box-sizing: border-box;
}



.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image {
  box-sizing: border-box;
}



.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image {
  box-sizing: border-box;
}



.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4016bec-65ee-49be-81c3-eca2a6d2bd68.shogun-image {
  box-sizing: border-box;
}



.s-a4016bec-65ee-49be-81c3-eca2a6d2bd68 img.shogun-image {
  
}


}
#s-ba76273d-21cd-4674-95a1-f80cd39f283a {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  max-width: 1000px;
text-align: center;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image {
  box-sizing: border-box;
}



.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image {
  box-sizing: border-box;
}



.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image {
  box-sizing: border-box;
}



.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image {
  box-sizing: border-box;
}



.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12.shogun-image {
  box-sizing: border-box;
}



.s-5cd4c68b-12dc-427a-8450-cfbd9f0b6c12 img.shogun-image {
  
}


}
#s-7bdd150b-a52b-4b1e-8913-2d89db02f363 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  max-width: 1000px;
text-align: center;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image {
  box-sizing: border-box;
}



.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image {
  box-sizing: border-box;
}



.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image {
  box-sizing: border-box;
}



.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image {
  box-sizing: border-box;
}



.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0.shogun-image {
  box-sizing: border-box;
}



.s-b3ef89a9-2086-4bdc-a99e-5510ad3ca6c0 img.shogun-image {
  
}


}
#s-54d9070e-09a6-49fa-80eb-b8fd72357d4f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  max-width: 1000px;
text-align: center;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5db4b4a-4530-4eec-9c56-2924757c5089 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image {
  box-sizing: border-box;
}



.s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5db4b4a-4530-4eec-9c56-2924757c5089 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image {
  box-sizing: border-box;
}



.s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5db4b4a-4530-4eec-9c56-2924757c5089 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image {
  box-sizing: border-box;
}



.s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5db4b4a-4530-4eec-9c56-2924757c5089 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image {
  box-sizing: border-box;
}



.s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5db4b4a-4530-4eec-9c56-2924757c5089 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5db4b4a-4530-4eec-9c56-2924757c5089 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5db4b4a-4530-4eec-9c56-2924757c5089.shogun-image {
  box-sizing: border-box;
}



.s-f5db4b4a-4530-4eec-9c56-2924757c5089 img.shogun-image {
  
}


}
#s-87e8f04e-db01-4b0c-8907-a6f3b112751c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-777664ae-daae-4842-8350-098bff6535f8 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-777664ae-daae-4842-8350-098bff6535f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-777664ae-daae-4842-8350-098bff6535f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-777664ae-daae-4842-8350-098bff6535f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-777664ae-daae-4842-8350-098bff6535f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  max-width: 1600px;
text-align: center;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  margin: 0 !important;
  overflow: visible;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add background color handling */
  
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3557ca18-09f0-4426-a588-b24ea7a8d953 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image {
  box-sizing: border-box;
}



.s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  margin: 0 !important;
  overflow: visible;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add background color handling */
  
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3557ca18-09f0-4426-a588-b24ea7a8d953 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image {
  box-sizing: border-box;
}



.s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  margin: 0 !important;
  overflow: visible;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add background color handling */
  
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3557ca18-09f0-4426-a588-b24ea7a8d953 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image {
  box-sizing: border-box;
}



.s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  margin: 0 !important;
  overflow: visible;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add background color handling */
  
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3557ca18-09f0-4426-a588-b24ea7a8d953 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image {
  box-sizing: border-box;
}



.s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  margin: 0 !important;
  overflow: visible;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3557ca18-09f0-4426-a588-b24ea7a8d953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add background color handling */
  
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3557ca18-09f0-4426-a588-b24ea7a8d953 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3557ca18-09f0-4426-a588-b24ea7a8d953.shogun-image {
  box-sizing: border-box;
}



.s-3557ca18-09f0-4426-a588-b24ea7a8d953 img.shogun-image {
  
}


}
#s-71442dd5-2f47-4202-9314-5fb6f3e93aa7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  max-width: 1339px;
text-align: center;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  margin: 0 !important;
  overflow: visible;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add background color handling */
  
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image {
  box-sizing: border-box;
}



.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  
}


@media (min-width: 1200px){#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  margin: 0 !important;
  overflow: visible;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add background color handling */
  
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image {
  box-sizing: border-box;
}



.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  margin: 0 !important;
  overflow: visible;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add background color handling */
  
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image {
  box-sizing: border-box;
}



.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  margin: 0 !important;
  overflow: visible;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add background color handling */
  
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image {
  box-sizing: border-box;
}



.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  
}


}@media (max-width: 767px){#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  margin: 0 !important;
  overflow: visible;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7383d7e-de9c-426e-8fdd-2aa5552830ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add background color handling */
  
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7383d7e-de9c-426e-8fdd-2aa5552830ae.shogun-image {
  box-sizing: border-box;
}



.s-f7383d7e-de9c-426e-8fdd-2aa5552830ae img.shogun-image {
  
}


}
#s-1a985519-605f-40a4-897a-40bbdbc139f7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  max-width: 1000px;
text-align: center;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  margin: 0 !important;
  overflow: visible;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add background color handling */
  
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4af36bd8-acf0-4422-8410-9874ca681c6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image {
  box-sizing: border-box;
}



.s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  
}


@media (min-width: 1200px){#s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  margin: 0 !important;
  overflow: visible;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add background color handling */
  
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4af36bd8-acf0-4422-8410-9874ca681c6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image {
  box-sizing: border-box;
}



.s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  margin: 0 !important;
  overflow: visible;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add background color handling */
  
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4af36bd8-acf0-4422-8410-9874ca681c6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image {
  box-sizing: border-box;
}



.s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  margin: 0 !important;
  overflow: visible;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add background color handling */
  
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4af36bd8-acf0-4422-8410-9874ca681c6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image {
  box-sizing: border-box;
}



.s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  
}


}@media (max-width: 767px){#s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  margin: 0 !important;
  overflow: visible;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af36bd8-acf0-4422-8410-9874ca681c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add background color handling */
  
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4af36bd8-acf0-4422-8410-9874ca681c6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af36bd8-acf0-4422-8410-9874ca681c6b.shogun-image {
  box-sizing: border-box;
}



.s-4af36bd8-acf0-4422-8410-9874ca681c6b img.shogun-image {
  
}


}
#s-b51e57ed-9f83-44e2-bece-beda13be3300 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  max-width: 1500px;
text-align: center;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image {
  box-sizing: border-box;
}



.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image {
  box-sizing: border-box;
}



.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image {
  box-sizing: border-box;
}



.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image {
  box-sizing: border-box;
}



.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-334f0b18-bee2-4833-8fe8-fe6438825cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334f0b18-bee2-4833-8fe8-fe6438825cc2.shogun-image {
  box-sizing: border-box;
}



.s-334f0b18-bee2-4833-8fe8-fe6438825cc2 img.shogun-image {
  
}


}
#s-75d43e2f-b0ef-4f31-bb99-4e832223e6f1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-6d6f5839-851a-4ef1-8143-e78c97414bdf {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6d6f5839-851a-4ef1-8143-e78c97414bdf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6d6f5839-851a-4ef1-8143-e78c97414bdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d6f5839-851a-4ef1-8143-e78c97414bdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d6f5839-851a-4ef1-8143-e78c97414bdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  max-width: 1500px;
text-align: center;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  margin: 0 !important;
  overflow: visible;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add background color handling */
  
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f32d936c-3a9d-4cc8-8139-849013e04c6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image {
  box-sizing: border-box;
}



.s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  
}


@media (min-width: 1200px){#s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  margin: 0 !important;
  overflow: visible;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add background color handling */
  
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f32d936c-3a9d-4cc8-8139-849013e04c6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image {
  box-sizing: border-box;
}



.s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  margin: 0 !important;
  overflow: visible;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add background color handling */
  
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f32d936c-3a9d-4cc8-8139-849013e04c6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image {
  box-sizing: border-box;
}



.s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  margin: 0 !important;
  overflow: visible;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add background color handling */
  
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f32d936c-3a9d-4cc8-8139-849013e04c6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image {
  box-sizing: border-box;
}



.s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  
}


}@media (max-width: 767px){#s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  margin: 0 !important;
  overflow: visible;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f32d936c-3a9d-4cc8-8139-849013e04c6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add background color handling */
  
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f32d936c-3a9d-4cc8-8139-849013e04c6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32d936c-3a9d-4cc8-8139-849013e04c6e.shogun-image {
  box-sizing: border-box;
}



.s-f32d936c-3a9d-4cc8-8139-849013e04c6e img.shogun-image {
  
}


}
#s-484536a5-7c8a-46db-87c1-55f5094f1964 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-93dd3350-946b-482f-898e-d5da411128c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93dd3350-946b-482f-898e-d5da411128c6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e60ac3d7-4d1b-4e9a-8831-ddc9c14a3c05 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e60ac3d7-4d1b-4e9a-8831-ddc9c14a3c05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e60ac3d7-4d1b-4e9a-8831-ddc9c14a3c05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e60ac3d7-4d1b-4e9a-8831-ddc9c14a3c05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e60ac3d7-4d1b-4e9a-8831-ddc9c14a3c05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  max-width: 1500px;
text-align: center;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4cbb4947-d65e-4b68-963e-3a944c492356 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image {
  box-sizing: border-box;
}



.s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4cbb4947-d65e-4b68-963e-3a944c492356 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image {
  box-sizing: border-box;
}



.s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4cbb4947-d65e-4b68-963e-3a944c492356 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image {
  box-sizing: border-box;
}



.s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4cbb4947-d65e-4b68-963e-3a944c492356 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image {
  box-sizing: border-box;
}



.s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cbb4947-d65e-4b68-963e-3a944c492356 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4cbb4947-d65e-4b68-963e-3a944c492356 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbb4947-d65e-4b68-963e-3a944c492356.shogun-image {
  box-sizing: border-box;
}



.s-4cbb4947-d65e-4b68-963e-3a944c492356 img.shogun-image {
  
}


}
#s-7c23c9a8-de48-49cf-a2a3-3fc526fb8d2f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 {
  max-width: 1500px;
text-align: center;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-032278d0-3893-402e-b3e9-0a515e864c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image {
  box-sizing: border-box;
}



.s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-032278d0-3893-402e-b3e9-0a515e864c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-032278d0-3893-402e-b3e9-0a515e864c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image {
  box-sizing: border-box;
}



.s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-032278d0-3893-402e-b3e9-0a515e864c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-032278d0-3893-402e-b3e9-0a515e864c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image {
  box-sizing: border-box;
}



.s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-032278d0-3893-402e-b3e9-0a515e864c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-032278d0-3893-402e-b3e9-0a515e864c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image {
  box-sizing: border-box;
}



.s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-032278d0-3893-402e-b3e9-0a515e864c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032278d0-3893-402e-b3e9-0a515e864c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-032278d0-3893-402e-b3e9-0a515e864c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032278d0-3893-402e-b3e9-0a515e864c26.shogun-image {
  box-sizing: border-box;
}



.s-032278d0-3893-402e-b3e9-0a515e864c26 img.shogun-image {
  
}


}
#s-1f68263b-4fcb-4e13-9fe7-e3c2908075b2 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  max-width: 1500px;
text-align: center;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image {
  box-sizing: border-box;
}



.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image {
  box-sizing: border-box;
}



.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image {
  box-sizing: border-box;
}



.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image {
  box-sizing: border-box;
}



.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ccf9055-c887-4bcf-ac81-5e7c64287981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ccf9055-c887-4bcf-ac81-5e7c64287981.shogun-image {
  box-sizing: border-box;
}



.s-9ccf9055-c887-4bcf-ac81-5e7c64287981 img.shogun-image {
  
}


}
#s-aff288df-1df9-4417-a8cf-9564676a1a86 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  max-width: 929px;
text-align: center;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11ef81e9-699b-4d22-8b06-70d259a46624 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image {
  box-sizing: border-box;
}



.s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  
}


@media (min-width: 1200px){#s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11ef81e9-699b-4d22-8b06-70d259a46624 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image {
  box-sizing: border-box;
}



.s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11ef81e9-699b-4d22-8b06-70d259a46624 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image {
  box-sizing: border-box;
}



.s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11ef81e9-699b-4d22-8b06-70d259a46624 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image {
  box-sizing: border-box;
}



.s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  
}


}@media (max-width: 767px){#s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef81e9-699b-4d22-8b06-70d259a46624 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-11ef81e9-699b-4d22-8b06-70d259a46624 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef81e9-699b-4d22-8b06-70d259a46624.shogun-image {
  box-sizing: border-box;
}



.s-11ef81e9-699b-4d22-8b06-70d259a46624 img.shogun-image {
  
}


}
#s-573b9dfc-3879-4ee0-a62a-dacd82c354e0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-d51ed29b-650b-4ebf-be45-4b6a71466860 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-d51ed29b-650b-4ebf-be45-4b6a71466860"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d51ed29b-650b-4ebf-be45-4b6a71466860"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d51ed29b-650b-4ebf-be45-4b6a71466860"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d51ed29b-650b-4ebf-be45-4b6a71466860"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  max-width: 1000px;
text-align: center;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c4e680b-4a29-4b85-a273-058933dc2823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image {
  box-sizing: border-box;
}



.s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c4e680b-4a29-4b85-a273-058933dc2823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image {
  box-sizing: border-box;
}



.s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c4e680b-4a29-4b85-a273-058933dc2823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image {
  box-sizing: border-box;
}



.s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c4e680b-4a29-4b85-a273-058933dc2823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image {
  box-sizing: border-box;
}



.s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c4e680b-4a29-4b85-a273-058933dc2823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c4e680b-4a29-4b85-a273-058933dc2823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c4e680b-4a29-4b85-a273-058933dc2823.shogun-image {
  box-sizing: border-box;
}



.s-9c4e680b-4a29-4b85-a273-058933dc2823 img.shogun-image {
  
}


}
#s-8810ad0b-8808-4cf9-bf7a-0dfd15642ddb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-ffdf5175-1801-47e6-a82a-80e5d0bca8df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffdf5175-1801-47e6-a82a-80e5d0bca8df .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-be310c9f-b30f-4ac7-89d7-12d96e5545d1 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-be310c9f-b30f-4ac7-89d7-12d96e5545d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-be310c9f-b30f-4ac7-89d7-12d96e5545d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be310c9f-b30f-4ac7-89d7-12d96e5545d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be310c9f-b30f-4ac7-89d7-12d96e5545d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  max-width: 1000px;
text-align: center;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image {
  box-sizing: border-box;
}



.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image {
  box-sizing: border-box;
}



.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image {
  box-sizing: border-box;
}



.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image {
  box-sizing: border-box;
}



.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7.shogun-image {
  box-sizing: border-box;
}



.s-b5e172c0-8edc-4740-a7c2-cc981b9b2df7 img.shogun-image {
  
}


}
#s-471b5be0-f0de-4e1c-a023-0b3030760b0d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  max-width: 1500px;
text-align: center;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image {
  box-sizing: border-box;
}



.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image {
  box-sizing: border-box;
}



.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image {
  box-sizing: border-box;
}



.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image {
  box-sizing: border-box;
}



.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552.shogun-image {
  box-sizing: border-box;
}



.s-cf6dc8f8-182e-4ff9-81b2-c2a3ad2a9552 img.shogun-image {
  
}


}
#s-d6564be0-a9b4-4097-9972-76e0b2fb1e47 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  max-width: 1000px;
text-align: center;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d17aff97-8c82-4f2c-bf37-f7e259239515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image {
  box-sizing: border-box;
}



.s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d17aff97-8c82-4f2c-bf37-f7e259239515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image {
  box-sizing: border-box;
}



.s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d17aff97-8c82-4f2c-bf37-f7e259239515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image {
  box-sizing: border-box;
}



.s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d17aff97-8c82-4f2c-bf37-f7e259239515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image {
  box-sizing: border-box;
}



.s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17aff97-8c82-4f2c-bf37-f7e259239515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d17aff97-8c82-4f2c-bf37-f7e259239515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17aff97-8c82-4f2c-bf37-f7e259239515.shogun-image {
  box-sizing: border-box;
}



.s-d17aff97-8c82-4f2c-bf37-f7e259239515 img.shogun-image {
  
}


}
#s-39524ec8-ba65-4574-a2b9-236d60cbc7c8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-1446ba57-4b18-4bef-a63e-0bb2e47982a5 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
text-align: left;
}

#s-96d4ffd6-9ae6-4f37-bed9-dc2c0f46e670 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96d4ffd6-9ae6-4f37-bed9-dc2c0f46e670 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-bf65ee58-3174-45b5-be26-94a327be8fe4 {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-bf65ee58-3174-45b5-be26-94a327be8fe4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bf65ee58-3174-45b5-be26-94a327be8fe4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf65ee58-3174-45b5-be26-94a327be8fe4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf65ee58-3174-45b5-be26-94a327be8fe4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97a0de25-bdc9-49e2-832b-785cd89682c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97a0de25-bdc9-49e2-832b-785cd89682c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a0de25-bdc9-49e2-832b-785cd89682c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-06de1944-5107-475a-8db9-0516c96fe896 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  margin-left: auto;
margin-right: auto;
max-width: 522px;
text-align: center;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66f36402-2ce7-49f1-8db7-b8192983e4c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66f36402-2ce7-49f1-8db7-b8192983e4c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f36402-2ce7-49f1-8db7-b8192983e4c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6b9e7f57-f7ad-48a7-8094-455a4b7b8387 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  max-width: 1000px;
text-align: center;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image {
  box-sizing: border-box;
}



.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image {
  box-sizing: border-box;
}



.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image {
  box-sizing: border-box;
}



.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image {
  box-sizing: border-box;
}



.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c021bd68-ec6b-4764-bd5a-cdab10a814f5.shogun-image {
  box-sizing: border-box;
}



.s-c021bd68-ec6b-4764-bd5a-cdab10a814f5 img.shogun-image {
  
}


}
#s-b004460d-5c89-4dfe-9860-2f8a23579be2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-4bb75d0e-c879-45b7-8ccc-356f5b485b27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bb75d0e-c879-45b7-8ccc-356f5b485b27 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-858a2bed-8261-4f43-bfd0-f0b647d22fcb {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-858a2bed-8261-4f43-bfd0-f0b647d22fcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-858a2bed-8261-4f43-bfd0-f0b647d22fcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-858a2bed-8261-4f43-bfd0-f0b647d22fcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-858a2bed-8261-4f43-bfd0-f0b647d22fcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4af68fec-d05e-4be1-908f-741ed52f4250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4af68fec-d05e-4be1-908f-741ed52f4250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4af68fec-d05e-4be1-908f-741ed52f4250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4af68fec-d05e-4be1-908f-741ed52f4250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4af68fec-d05e-4be1-908f-741ed52f4250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4af68fec-d05e-4be1-908f-741ed52f4250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af68fec-d05e-4be1-908f-741ed52f4250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1ffb7646-de74-440a-b11a-cedb6bded070 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  margin-left: auto;
margin-right: auto;
max-width: 522px;
text-align: center;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e87602e-beed-4eab-a4fc-289d873907f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e87602e-beed-4eab-a4fc-289d873907f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e87602e-beed-4eab-a4fc-289d873907f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e87602e-beed-4eab-a4fc-289d873907f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9e87602e-beed-4eab-a4fc-289d873907f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8 img.shogun-image {
  width: 100%;
  
  
  max-width: 522px;

      
    max-width: 522px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e87602e-beed-4eab-a4fc-289d873907f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e87602e-beed-4eab-a4fc-289d873907f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d55fa1c8-6bfc-48e2-b431-5b121e9c0f6a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-6309b63c-b343-496a-b568-5217b976b62d {
  max-width: 1000px;
text-align: center;
}

#s-6309b63c-b343-496a-b568-5217b976b62d {
  margin: 0 !important;
  overflow: visible;
}

#s-6309b63c-b343-496a-b568-5217b976b62d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add background color handling */
  
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6309b63c-b343-496a-b568-5217b976b62d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image {
  box-sizing: border-box;
}



.s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  
}


@media (min-width: 1200px){#s-6309b63c-b343-496a-b568-5217b976b62d {
  margin: 0 !important;
  overflow: visible;
}

#s-6309b63c-b343-496a-b568-5217b976b62d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add background color handling */
  
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6309b63c-b343-496a-b568-5217b976b62d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image {
  box-sizing: border-box;
}



.s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6309b63c-b343-496a-b568-5217b976b62d {
  margin: 0 !important;
  overflow: visible;
}

#s-6309b63c-b343-496a-b568-5217b976b62d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add background color handling */
  
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6309b63c-b343-496a-b568-5217b976b62d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image {
  box-sizing: border-box;
}



.s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6309b63c-b343-496a-b568-5217b976b62d {
  margin: 0 !important;
  overflow: visible;
}

#s-6309b63c-b343-496a-b568-5217b976b62d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add background color handling */
  
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6309b63c-b343-496a-b568-5217b976b62d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image {
  box-sizing: border-box;
}



.s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  
}


}@media (max-width: 767px){#s-6309b63c-b343-496a-b568-5217b976b62d {
  margin: 0 !important;
  overflow: visible;
}

#s-6309b63c-b343-496a-b568-5217b976b62d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6309b63c-b343-496a-b568-5217b976b62d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add background color handling */
  
}

#s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6309b63c-b343-496a-b568-5217b976b62d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309b63c-b343-496a-b568-5217b976b62d.shogun-image {
  box-sizing: border-box;
}



.s-6309b63c-b343-496a-b568-5217b976b62d img.shogun-image {
  
}


}
#s-eb1d5c09-aeaf-4e82-b11a-313a6750e452 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6b05d617-673e-4d34-9cb3-9affa4962f97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b05d617-673e-4d34-9cb3-9affa4962f97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b05d617-673e-4d34-9cb3-9affa4962f97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ab9ea088-bcf8-4d3a-9bf7-7ec11b94231c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-09b6c324-687e-4384-8ecc-2a3f93f32a3b {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-09b6c324-687e-4384-8ecc-2a3f93f32a3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-09b6c324-687e-4384-8ecc-2a3f93f32a3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09b6c324-687e-4384-8ecc-2a3f93f32a3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09b6c324-687e-4384-8ecc-2a3f93f32a3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  margin-left: auto;
margin-right: auto;
max-width: 693px;
text-align: center;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c170afb-3620-4aa8-b942-f3a00aee15bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc img.shogun-image {
  width: 100%;
  
  
  max-width: 693px;

      
    max-width: 693px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c170afb-3620-4aa8-b942-f3a00aee15bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c170afb-3620-4aa8-b942-f3a00aee15bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d2a235cf-1fae-48eb-94c0-6998f8980edf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda7bf76-0ae0-4c7e-8fdb-0664e579993e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1c98f197-4470-4115-81bc-2c60f2a741d7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  max-width: 873px;
text-align: center;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  margin: 0 !important;
  overflow: visible;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add background color handling */
  
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87d94002-8f81-46a8-8c0f-b17eaa295782 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image {
  box-sizing: border-box;
}



.s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  
}


@media (min-width: 1200px){#s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  margin: 0 !important;
  overflow: visible;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add background color handling */
  
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87d94002-8f81-46a8-8c0f-b17eaa295782 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image {
  box-sizing: border-box;
}



.s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  margin: 0 !important;
  overflow: visible;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add background color handling */
  
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87d94002-8f81-46a8-8c0f-b17eaa295782 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image {
  box-sizing: border-box;
}



.s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  margin: 0 !important;
  overflow: visible;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add background color handling */
  
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87d94002-8f81-46a8-8c0f-b17eaa295782 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image {
  box-sizing: border-box;
}



.s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  
}


}@media (max-width: 767px){#s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  margin: 0 !important;
  overflow: visible;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87d94002-8f81-46a8-8c0f-b17eaa295782 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add background color handling */
  
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87d94002-8f81-46a8-8c0f-b17eaa295782 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d94002-8f81-46a8-8c0f-b17eaa295782.shogun-image {
  box-sizing: border-box;
}



.s-87d94002-8f81-46a8-8c0f-b17eaa295782 img.shogun-image {
  
}


}
#s-8bf731b8-206a-4c23-a846-d87f3e047842 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  margin-left: auto;
margin-right: auto;
max-width: 967px;
text-align: center;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2529636a-6ea9-4c85-b752-efeb1ada80cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd img.shogun-image {
  width: 100%;
  
  
  max-width: 967px;

      
    max-width: 967px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2529636a-6ea9-4c85-b752-efeb1ada80cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2529636a-6ea9-4c85-b752-efeb1ada80cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9f283c55-bc6a-48e3-8ac7-f3371544e701 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: none;
}

#s-738f99f6-0c5c-4be8-9a90-64e51f1d6cd5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
}
