#s-8e680232-4111-4a68-a5c5-157ce2c083ac {
  margin-bottom: 30px;
padding-top: 2em;
padding-left: 0%;
padding-bottom: 2em;
padding-right: 0%;
}
@media (min-width: 1200px){#s-8e680232-4111-4a68-a5c5-157ce2c083ac {
  display: none;
}
#s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-content-s-8e680232-4111-4a68-a5c5-157ce2c083ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e680232-4111-4a68-a5c5-157ce2c083ac {
  display: none;
}
#s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-content-s-8e680232-4111-4a68-a5c5-157ce2c083ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e680232-4111-4a68-a5c5-157ce2c083ac {
  display: none;
}
#s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-content-s-8e680232-4111-4a68-a5c5-157ce2c083ac { display: none !important; }}@media (max-width: 767px){#s-8e680232-4111-4a68-a5c5-157ce2c083ac {
  display: none;
}
#s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-s-8e680232-4111-4a68-a5c5-157ce2c083ac, #wrap-content-s-8e680232-4111-4a68-a5c5-157ce2c083ac { display: none !important; }}
.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-8f5603ca-c335-44cb-8b98-8af2802262fc {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-8f5603ca-c335-44cb-8b98-8af2802262fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.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-87c54512-f6a6-4d0c-aa32-349182266180 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add background color handling */
  background: rgba(255, 116, 0, 0.15);
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: none;
  border-radius: 20px;

}





  img.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
    
    
    
    
  }


.s-87c54512-f6a6-4d0c-aa32-349182266180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
  box-sizing: border-box;
}



.s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  
}


@media (min-width: 1200px){#s-87c54512-f6a6-4d0c-aa32-349182266180 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
    
    
    
    
  }


.s-87c54512-f6a6-4d0c-aa32-349182266180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
  box-sizing: border-box;
}



.s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-87c54512-f6a6-4d0c-aa32-349182266180 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
    
    
    
    
  }


.s-87c54512-f6a6-4d0c-aa32-349182266180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
  box-sizing: border-box;
}



.s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-87c54512-f6a6-4d0c-aa32-349182266180 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
    
    
    
    
  }


.s-87c54512-f6a6-4d0c-aa32-349182266180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
  box-sizing: border-box;
}



.s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  
}


}@media (max-width: 767px){#s-87c54512-f6a6-4d0c-aa32-349182266180 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c54512-f6a6-4d0c-aa32-349182266180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
    
    
    
    
  }


.s-87c54512-f6a6-4d0c-aa32-349182266180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c54512-f6a6-4d0c-aa32-349182266180.shogun-image {
  box-sizing: border-box;
}



.s-87c54512-f6a6-4d0c-aa32-349182266180 img.shogun-image {
  
}


}
.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-05b22537-20da-4c3d-94ff-ce7b963d17bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-05b22537-20da-4c3d-94ff-ce7b963d17bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05b22537-20da-4c3d-94ff-ce7b963d17bc.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Lato";
  text-transform: none;
  font-weight: 900;
  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-9ec6dd3c-dde5-4b05-b252-97d3a0aea8be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ec6dd3c-dde5-4b05-b252-97d3a0aea8be .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.98);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-c8fa2f26-a835-47f6-8fd3-eba6f04c2534 {
  margin-top: 0em;
margin-bottom: 1em;
text-align: left;
}

#s-c8fa2f26-a835-47f6-8fd3-eba6f04c2534 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-c8fa2f26-a835-47f6-8fd3-eba6f04c2534 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
}

#s-c8fa2f26-a835-47f6-8fd3-eba6f04c2534 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  color: #000000;
  font-family: "Lato";
  font-weight: 900;
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

.shg-default-product-description-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

#s-99fed52c-e40f-44d2-aae5-3d3cf66e29fe {
  padding-right: 10em;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-selector-wrapper label {
    
    font-weight:  normal ;
    font-family: Lato;
    font-style:  normal ;
    
  }

  
    #s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-da4e1b0b-b32d-44ce-949e-86da9c239b78-btn-wrapper {
    text-align: center;
  }


#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-variant-btn {
  
    background-color: rgba(255, 116, 0, 0.1);
  

  color: rgba(0, 0, 0, 0.98);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 10px;
  border: 4px solid rgba(255, 116, 0, 0);
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(255, 116, 0, 1);
  
  color: rgba(255, 255, 255, 1);
  border-color: rgba(44, 42, 52, 0);
  border-radius: 10px;
  border-width: 5px;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-variant-btn:active, #s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgba(255, 116, 0, 1);
  
  color: #ffffff;
  border-color: #2C2A34;
  border-radius: 10px;
  border-width: 5px;
}

#s-da4e1b0b-b32d-44ce-949e-86da9c239b78 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  border-width: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzZkNjFiMWItZDRjNy00MWIyLThhMDctZmZlMDJjMDc3M2MxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzYzg3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNmQ2MWIxYi1kNGM3LTQxYjItOGEwNy1mZmUwMmMwNzczYzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
cursor: pointer;
text-align: left;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#003c87"}];
}
#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjRhNDVlZjgtODZlNi00NzUwLWI2ZTEtZDYyMjEzYTQ0ZWMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNGE0NWVmOC04NmU2LTQ3NTAtYjZlMS1kNjIyMTNhNDRlYzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfd96fc3-04f6-4e0d-94dc-c00435f99774-atc-btn-wrapper {
    text-align: left;
  }


#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


@media (min-width: 1200px){
  #s-bfd96fc3-04f6-4e0d-94dc-c00435f99774-atc-btn-wrapper {
    text-align: left;
  }


#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfd96fc3-04f6-4e0d-94dc-c00435f99774-atc-btn-wrapper {
    text-align: left;
  }


#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bfd96fc3-04f6-4e0d-94dc-c00435f99774-atc-btn-wrapper {
    text-align: left;
  }


#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (max-width: 767px){
  #s-bfd96fc3-04f6-4e0d-94dc-c00435f99774-atc-btn-wrapper {
    text-align: left;
  }


#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-bfd96fc3-04f6-4e0d-94dc-c00435f99774.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}
#s-ba55b365-8f85-4161-bbc5-c53d74da185a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ba55b365-8f85-4161-bbc5-c53d74da185a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba55b365-8f85-4161-bbc5-c53d74da185a.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c715ff84-18bd-466e-a05d-28b8c0306d8d {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}


.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d {
  max-width:  100%;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom,
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  max-width: 420px !important;
  
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d {
  max-width:  100%;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom,
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  max-width: 420px !important;
  
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d {
  max-width:  100%;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom,
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  max-width: 420px !important;
  
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d {
  max-width:  100%;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom,
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  max-width: 420px !important;
  
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d {
  max-width:  100%;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom,
.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d img.shogun-image {
  max-width: 420px !important;
  
}

.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c715ff84-18bd-466e-a05d-28b8c0306d8d .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 .shg-gallery-dots-container {
  
    margin-top: 8px;
  
}

#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f47f778e-e187-41f7-87a6-c7fedcf8e2d8 .shg-gallery-dot {
  background-color: rgba(255, 116, 0, 1);
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Lato";
  text-transform: none;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-37410253-a73a-413a-b7f2-82d1f9a921b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-37410253-a73a-413a-b7f2-82d1f9a921b6 {
  display: none;
}
#s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-content-s-37410253-a73a-413a-b7f2-82d1f9a921b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37410253-a73a-413a-b7f2-82d1f9a921b6 {
  display: none;
}
#s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-content-s-37410253-a73a-413a-b7f2-82d1f9a921b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37410253-a73a-413a-b7f2-82d1f9a921b6 {
  display: none;
}
#s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-content-s-37410253-a73a-413a-b7f2-82d1f9a921b6 { display: none !important; }}@media (max-width: 767px){#s-37410253-a73a-413a-b7f2-82d1f9a921b6 {
  display: none;
}
#s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-s-37410253-a73a-413a-b7f2-82d1f9a921b6, #wrap-content-s-37410253-a73a-413a-b7f2-82d1f9a921b6 { display: none !important; }}
#s-37410253-a73a-413a-b7f2-82d1f9a921b6 .shg-product-title-component h1 span {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  
  font-size: 32px;
  
  
  text-align: left;
}

#s-1ec947b6-c643-4cef-96bf-467e49c1e57c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 100px;
text-align: left;
}
@media (min-width: 1200px){#s-1ec947b6-c643-4cef-96bf-467e49c1e57c {
  display: none;
}
#s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-content-s-1ec947b6-c643-4cef-96bf-467e49c1e57c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ec947b6-c643-4cef-96bf-467e49c1e57c {
  display: none;
}
#s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-content-s-1ec947b6-c643-4cef-96bf-467e49c1e57c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ec947b6-c643-4cef-96bf-467e49c1e57c {
  display: none;
}
#s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-content-s-1ec947b6-c643-4cef-96bf-467e49c1e57c { display: none !important; }}@media (max-width: 767px){#s-1ec947b6-c643-4cef-96bf-467e49c1e57c {
  display: none;
}
#s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-s-1ec947b6-c643-4cef-96bf-467e49c1e57c, #wrap-content-s-1ec947b6-c643-4cef-96bf-467e49c1e57c { display: none !important; }}
#s-1ec947b6-c643-4cef-96bf-467e49c1e57c .shg-product-quantity-wrapper {
  display: flex;
}

#s-1ec947b6-c643-4cef-96bf-467e49c1e57c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1ec947b6-c643-4cef-96bf-467e49c1e57c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1ec947b6-c643-4cef-96bf-467e49c1e57c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1ec947b6-c643-4cef-96bf-467e49c1e57c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-1ec947b6-c643-4cef-96bf-467e49c1e57c label {
    color: rgba(0, 0, 0, 0.98);
    
    font-family: Lato;
    font-style:  normal ;
    
  }

  
    #s-1ec947b6-c643-4cef-96bf-467e49c1e57c label:after {
      display: block;
      content: ' ';
      
    }
  


#s-5d70c54a-eb58-46dc-9ded-1248a62429ad {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d70c54a-eb58-46dc-9ded-1248a62429ad {
  display: none;
}
#s-5d70c54a-eb58-46dc-9ded-1248a62429ad, #wrap-s-5d70c54a-eb58-46dc-9ded-1248a62429ad, #wrap-content-s-5d70c54a-eb58-46dc-9ded-1248a62429ad { display: none !important; }}@media (max-width: 767px){#s-5d70c54a-eb58-46dc-9ded-1248a62429ad {
  display: none;
}
#s-5d70c54a-eb58-46dc-9ded-1248a62429ad, #wrap-s-5d70c54a-eb58-46dc-9ded-1248a62429ad, #wrap-content-s-5d70c54a-eb58-46dc-9ded-1248a62429ad { display: none !important; }}
#s-950e6089-5c7d-4549-9414-8a6e31ed6b0f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
}

@media (min-width: 0px) {
[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-950e6089-5c7d-4549-9414-8a6e31ed6b0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ff16a967-8341-4646-a339-c8807f256af1 {
  margin-left: auto;
margin-right: auto;
padding-left: 18%;
padding-right: 18%;
text-align: center;
}



.shg-c#s-ff16a967-8341-4646-a339-c8807f256af1 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ff16a967-8341-4646-a339-c8807f256af1 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-ff16a967-8341-4646-a339-c8807f256af1 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-ff16a967-8341-4646-a339-c8807f256af1 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-ff16a967-8341-4646-a339-c8807f256af1 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-59fc8046-83a3-4f2a-9287-3474e06dc498 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
text-align: left;
}

#s-59fc8046-83a3-4f2a-9287-3474e06dc498 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-59fc8046-83a3-4f2a-9287-3474e06dc498 .shg-gallery-dots-container {
  
    margin-top: 8px;
  
}

#s-59fc8046-83a3-4f2a-9287-3474e06dc498 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-59fc8046-83a3-4f2a-9287-3474e06dc498 .shg-gallery-scroll-container {
  
    left: 5%;
    width: 90%;
  
}

#s-59fc8046-83a3-4f2a-9287-3474e06dc498 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-59fc8046-83a3-4f2a-9287-3474e06dc498 .shg-gallery-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-1593a884-dbbb-4c54-a470-5b202d2c8981 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1593a884-dbbb-4c54-a470-5b202d2c8981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1593a884-dbbb-4c54-a470-5b202d2c8981.shg-box.shg-c {
  justify-content: center;
}

#s-4341fd59-d40d-4b0e-a02d-5f5d45881efa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4341fd59-d40d-4b0e-a02d-5f5d45881efa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.98);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-d67ce642-b027-45a4-9493-f0ecd3f54baa {
  margin-top: 0em;
margin-bottom: 1em;
text-align: left;
}

#s-d67ce642-b027-45a4-9493-f0ecd3f54baa .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-d67ce642-b027-45a4-9493-f0ecd3f54baa .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
}

#s-d67ce642-b027-45a4-9493-f0ecd3f54baa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0fb9d115-89a5-46c2-92f9-1d2796b390a2 {
  padding-right: 10em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  
  font-size: 16px;
}

#s-05eebb0b-c371-46fe-8268-dd4baceb9ad7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a5180945-2247-4a59-964b-badd214ec165 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.1);
}








#s-a5180945-2247-4a59-964b-badd214ec165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5180945-2247-4a59-964b-badd214ec165.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: "Lato";
  font-weight: 900;
}

.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;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #000000;
  font-family: "Lato";
  font-weight: 900;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Lato";
  font-weight: 400;
}

#s-f41f8afd-4d56-4c57-95ff-b6528ba61dda {
  margin-left: auto;
margin-right: auto;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-c7bd251d-1260-4f16-8af2-d5ffc2a724e0 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c7bd251d-1260-4f16-8af2-d5ffc2a724e0 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-849a799f-c02a-419b-b10b-8001a41b9822 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-849a799f-c02a-419b-b10b-8001a41b9822"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-8af3aa15-ef92-42cb-8405-eea23f006029 {
  margin-left: auto;
margin-right: auto;
}

#s-63d08ef6-4a6c-44c2-af04-d5c16c30d188 {
  margin-left: auto;
margin-right: auto;
}

#s-bf6fc655-42a0-4d28-b67b-331750f6f14e {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bf6fc655-42a0-4d28-b67b-331750f6f14e hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-96398ec9-51a4-4076-bd51-47ebf900da2e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96398ec9-51a4-4076-bd51-47ebf900da2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-ef1f00e3-b48c-4bf4-a816-b0d55bf33c2d {
  margin-left: auto;
margin-right: auto;
}

#s-32a1caf6-9aed-43aa-8fa4-5f59003fde59 {
  margin-left: auto;
margin-right: auto;
}

#s-63cc63a9-3608-41fd-be1e-7e16300779c7 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-63cc63a9-3608-41fd-be1e-7e16300779c7 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-08a62c04-c059-4754-8e14-fa5865a6adf1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08a62c04-c059-4754-8e14-fa5865a6adf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-c7208553-6474-483b-ac6b-ea1ac015f356 {
  margin-left: auto;
margin-right: auto;
}

#s-f7839e87-4521-4a16-80dd-7f9c9a1845e8 {
  margin-left: auto;
margin-right: auto;
}

#s-095a5cd3-7cc6-492c-aed9-0f50382f006d {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-095a5cd3-7cc6-492c-aed9-0f50382f006d hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1caa5a0-1c2e-4ce9-a23f-588b86ef1756"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-521388e1-bcc9-422f-87b2-12c882a5ea83 {
  margin-left: auto;
margin-right: auto;
}

#s-bd77f9aa-e4a8-4e48-bf1a-689fe141c985 {
  margin-left: auto;
margin-right: auto;
}

#s-4fec0730-1aa1-40b5-84a7-f4c79359c01c {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4fec0730-1aa1-40b5-84a7-f4c79359c01c hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-45852140-ef9f-4941-8f48-425707c4dc0b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45852140-ef9f-4941-8f48-425707c4dc0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-b66732d4-c2a9-4b8a-8553-10bab221c488 {
  margin-left: auto;
margin-right: auto;
}

#s-33e837bc-05a5-49cf-8340-931d143c7521 {
  margin-left: auto;
margin-right: auto;
}

#s-e7615f2c-6af0-4aa9-b3cc-c1b15ce27a8f {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e7615f2c-6af0-4aa9-b3cc-c1b15ce27a8f hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c6662ac-0431-4e62-81f7-65cbc7a7c3df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-590d5d2b-76ac-43d9-993c-1dc57b57c946 {
  margin-left: auto;
margin-right: auto;
}

#s-786f04cc-5155-4c57-9331-1b669c69869e {
  margin-left: auto;
margin-right: auto;
}

#s-7d188ab8-01d9-4aba-83fa-76008c5b8ac8 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7d188ab8-01d9-4aba-83fa-76008c5b8ac8 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-c8a3abef-2278-49c3-9800-6ca3f7276b5c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8a3abef-2278-49c3-9800-6ca3f7276b5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-562f7982-d7fb-4b0f-b552-eb91b79e03a9 {
  margin-left: auto;
margin-right: auto;
}

#s-4bedbea1-227d-42eb-b0ce-73242f6f8970 {
  margin-left: auto;
margin-right: auto;
}

#s-8e698623-f114-4daa-8e8e-7ec2b163352d {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8e698623-f114-4daa-8e8e-7ec2b163352d hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-affe6bef-61ef-41df-a287-c6a1cbb7219c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-selector-wrapper label {
    
    font-weight:  normal ;
    font-family: Lato;
    font-style:  normal ;
    
  }

  
    #s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-85e8fdeb-0518-47c8-a6ca-c6bed495724c-btn-wrapper {
    text-align: center;
  }


#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-variant-btn {
  
    background-color: rgba(255, 116, 0, 0.1);
  

  color: rgba(0, 0, 0, 0.98);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 10px;
  border: 4px solid rgba(255, 116, 0, 0);
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(255, 116, 0, 1);
  
  color: rgba(255, 255, 255, 1);
  border-color: rgba(44, 42, 52, 0);
  border-radius: 10px;
  border-width: 5px;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-variant-btn:active, #s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgba(255, 116, 0, 1);
  
  color: #ffffff;
  border-color: #2C2A34;
  border-radius: 10px;
  border-width: 5px;
}

#s-85e8fdeb-0518-47c8-a6ca-c6bed495724c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  border-width: 10px;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzZkNjFiMWItZDRjNy00MWIyLThhMDctZmZlMDJjMDc3M2MxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzYzg3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNmQ2MWIxYi1kNGM3LTQxYjItOGEwNy1mZmUwMmMwNzczYzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
cursor: pointer;
text-align: left;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#003c87"}];
}
#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGJkOTMxZmItMTQwYy00MjhhLWFhNTMtZTNhMWM3MWIwZDYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYmQ5MzFmYi0xNDBjLTQyOGEtYWE1My1lM2ExYzcxYjBkNjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad0bee87-53b1-4926-b434-096ef6fc9fa3-atc-btn-wrapper {
    text-align: left;
  }


#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


@media (min-width: 1200px){
  #s-ad0bee87-53b1-4926-b434-096ef6fc9fa3-atc-btn-wrapper {
    text-align: left;
  }


#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad0bee87-53b1-4926-b434-096ef6fc9fa3-atc-btn-wrapper {
    text-align: left;
  }


#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ad0bee87-53b1-4926-b434-096ef6fc9fa3-atc-btn-wrapper {
    text-align: left;
  }


#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (max-width: 767px){
  #s-ad0bee87-53b1-4926-b434-096ef6fc9fa3-atc-btn-wrapper {
    text-align: left;
  }


#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ad0bee87-53b1-4926-b434-096ef6fc9fa3.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}
#s-ece3c565-af04-4584-ba2d-11c0a1212bd4 {
  margin-bottom: 30px;
padding-top: 2em;
padding-left: 5%;
padding-bottom: 2em;
padding-right: 5%;
}
@media (min-width: 1200px){#s-ece3c565-af04-4584-ba2d-11c0a1212bd4 {
  display: none;
}
#s-ece3c565-af04-4584-ba2d-11c0a1212bd4, #wrap-s-ece3c565-af04-4584-ba2d-11c0a1212bd4, #wrap-content-s-ece3c565-af04-4584-ba2d-11c0a1212bd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ece3c565-af04-4584-ba2d-11c0a1212bd4 {
  display: none;
}
#s-ece3c565-af04-4584-ba2d-11c0a1212bd4, #wrap-s-ece3c565-af04-4584-ba2d-11c0a1212bd4, #wrap-content-s-ece3c565-af04-4584-ba2d-11c0a1212bd4 { display: none !important; }}
#s-cc364023-2e07-4faa-abee-af226d071d2b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cc364023-2e07-4faa-abee-af226d071d2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-908bc713-24a5-4f58-ab04-b11fd815e237 {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}



.shg-c#s-908bc713-24a5-4f58-ab04-b11fd815e237 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-908bc713-24a5-4f58-ab04-b11fd815e237 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-908bc713-24a5-4f58-ab04-b11fd815e237 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-908bc713-24a5-4f58-ab04-b11fd815e237 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





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

.shg-c#s-908bc713-24a5-4f58-ab04-b11fd815e237 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d .shg-gallery-dots-container {
  
    margin-top: 8px;
  
}

#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bcd40ce7-690c-4afb-8933-5d719bdf1a9d .shg-gallery-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 {
  display: none;
}
#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-content-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 {
  display: none;
}
#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-content-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 {
  display: none;
}
#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-content-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 { display: none !important; }}@media (max-width: 767px){#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 {
  display: none;
}
#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15, #wrap-content-s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 { display: none !important; }}
#s-981ccc43-70d0-4d9b-a222-aa9c429dbf15 .shg-product-title-component h1 span {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  
  font-size: 32px;
  
  
  text-align: left;
}

#s-db6ddb14-fe42-4c59-8a56-cfbb0dc1b209 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db6ddb14-fe42-4c59-8a56-cfbb0dc1b209 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.98);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-e92a5000-3ff3-4279-b270-c4b8dc6eb26a {
  margin-top: 0em;
margin-bottom: 1em;
text-align: left;
}

#s-e92a5000-3ff3-4279-b270-c4b8dc6eb26a .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-e92a5000-3ff3-4279-b270-c4b8dc6eb26a .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
}

#s-e92a5000-3ff3-4279-b270-c4b8dc6eb26a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  
  font-size: 16px;
}

#s-a7972d31-b853-431d-8aca-1447ad9b784c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-10e35447-fcf1-4ba7-834d-1edcf93ac820 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.1);
}








#s-10e35447-fcf1-4ba7-834d-1edcf93ac820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10e35447-fcf1-4ba7-834d-1edcf93ac820.shg-box.shg-c {
  justify-content: center;
}

#s-82d43836-95cd-4f67-98d5-b23867460bde {
  margin-left: auto;
margin-right: auto;
}

#s-0cbf9ed3-5fd1-4f9d-92f1-aab3b69931ed {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0cbf9ed3-5fd1-4f9d-92f1-aab3b69931ed hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-01369223-29a5-4de7-a5be-cab3ac382396 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-01369223-29a5-4de7-a5be-cab3ac382396"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-4a41cea9-e47b-45d2-9c01-c3c8c8b51088 {
  margin-left: auto;
margin-right: auto;
}

#s-90d77c83-2e37-4752-b335-192ae2daa047 {
  margin-left: auto;
margin-right: auto;
}

#s-82ac9c2e-5ca5-4440-842b-4c78fd812062 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-82ac9c2e-5ca5-4440-842b-4c78fd812062 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-e584a583-2bfe-4b66-afa7-77810cab29e1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e584a583-2bfe-4b66-afa7-77810cab29e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-1c23aff7-a074-4477-afc7-2fc28671e2f6 {
  margin-left: auto;
margin-right: auto;
}

#s-8942ff2e-4788-4951-80ec-75cbae872fbe {
  margin-left: auto;
margin-right: auto;
}

#s-e40e1fcc-ec95-4c18-b16d-4bfd172cdf80 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e40e1fcc-ec95-4c18-b16d-4bfd172cdf80 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-edbd6d40-86f5-429d-9337-ff12fa0d1a76 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-edbd6d40-86f5-429d-9337-ff12fa0d1a76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-e589aa1e-4f77-41bf-b76d-11b4a3fb0abd {
  margin-left: auto;
margin-right: auto;
}

#s-dd84b3e2-3b3f-4114-97d6-47f578c804af {
  margin-left: auto;
margin-right: auto;
}

#s-c370c2bd-fe5b-474f-9e1f-653e71e54c09 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c370c2bd-fe5b-474f-9e1f-653e71e54c09 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1f214e44-4d61-443d-b6b9-a0e4d8c4f2b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-26998260-ad2d-4985-b5cc-4e4084f6979b {
  margin-left: auto;
margin-right: auto;
}

#s-3e9d6704-3bad-46d6-b90e-97f96e8ff905 {
  margin-left: auto;
margin-right: auto;
}

#s-1d383330-7771-472f-a00f-764608cd2726 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1d383330-7771-472f-a00f-764608cd2726 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-e7987784-2147-447a-9ec4-42dcac71306e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e7987784-2147-447a-9ec4-42dcac71306e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-2e8cd307-c20b-476b-a393-0884926c735a {
  margin-left: auto;
margin-right: auto;
}

#s-5302ce4c-3dad-413f-9233-d42323bf3862 {
  margin-left: auto;
margin-right: auto;
}

#s-d0b5b6af-ef43-4b6d-9c42-2da459866628 {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d0b5b6af-ef43-4b6d-9c42-2da459866628 hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-75e72c45-cd57-4832-a617-d30229323073 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-75e72c45-cd57-4832-a617-d30229323073"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-520d317c-dc5a-469e-9ba4-d66ce9699d11 {
  margin-left: auto;
margin-right: auto;
}

#s-d5287ef7-9133-41df-b6c7-4b921844fb5c {
  margin-left: auto;
margin-right: auto;
}

#s-aa3521b2-9109-49b4-84ac-75a1cb2dab2f {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aa3521b2-9109-49b4-84ac-75a1cb2dab2f hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-40abcfa5-da5c-48c9-be20-121d003c9548 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-40abcfa5-da5c-48c9-be20-121d003c9548"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-f0eb71f1-6612-42f6-a987-831c36e5ebbd {
  margin-left: auto;
margin-right: auto;
}

#s-df39779d-abed-4771-bb88-82588db7cd46 {
  margin-left: auto;
margin-right: auto;
}

#s-5bb82476-3a67-4b8c-a14f-68a196cbce4a {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5bb82476-3a67-4b8c-a14f-68a196cbce4a hr {
  border-top: 2px solid rgba(255, 116, 0, 1);
}

#s-2776c741-0c8f-4558-a3b3-d180dd645d8b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-selector-wrapper label {
    
    font-weight:  normal ;
    font-family: Lato;
    font-style:  normal ;
    
  }

  
    #s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e-btn-wrapper {
    text-align: center;
  }


#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-variant-btn {
  
    background-color: rgba(255, 116, 0, 0.1);
  

  color: rgba(0, 0, 0, 0.98);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 10px;
  border: 4px solid rgba(255, 116, 0, 0);
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(255, 116, 0, 1);
  
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  border-width: 5px;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-variant-btn:active, #s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgba(255, 116, 0, 1);
  
  color: #ffffff;
  border-color: #2C2A34;
  border-radius: 10px;
  border-width: 5px;
}

#s-47aeea71-d6b1-4236-bb90-7ed436fe9e0e .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  border-width: 10px;
}

#s-44dda244-57c6-492e-b2ef-235521fac6b2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-44dda244-57c6-492e-b2ef-235521fac6b2 {
  display: none;
}
#s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-content-s-44dda244-57c6-492e-b2ef-235521fac6b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44dda244-57c6-492e-b2ef-235521fac6b2 {
  display: none;
}
#s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-content-s-44dda244-57c6-492e-b2ef-235521fac6b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44dda244-57c6-492e-b2ef-235521fac6b2 {
  display: none;
}
#s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-content-s-44dda244-57c6-492e-b2ef-235521fac6b2 { display: none !important; }}@media (max-width: 767px){#s-44dda244-57c6-492e-b2ef-235521fac6b2 {
  display: none;
}
#s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-s-44dda244-57c6-492e-b2ef-235521fac6b2, #wrap-content-s-44dda244-57c6-492e-b2ef-235521fac6b2 { display: none !important; }}
#s-44dda244-57c6-492e-b2ef-235521fac6b2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-44dda244-57c6-492e-b2ef-235521fac6b2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-44dda244-57c6-492e-b2ef-235521fac6b2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-44dda244-57c6-492e-b2ef-235521fac6b2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-44dda244-57c6-492e-b2ef-235521fac6b2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-44dda244-57c6-492e-b2ef-235521fac6b2 label {
    color: rgba(0, 0, 0, 0.98);
    
    font-family: Lato;
    font-style:  normal ;
    
  }

  
    #s-44dda244-57c6-492e-b2ef-235521fac6b2 label:after {
      display: block;
      content: ' ';
      
    }
  


#s-1c3618f1-6330-46ff-893e-cf01ae35f416 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzZkNjFiMWItZDRjNy00MWIyLThhMDctZmZlMDJjMDc3M2MxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzYzg3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNmQ2MWIxYi1kNGM3LTQxYjItOGEwNy1mZmUwMmMwNzczYzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
cursor: pointer;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#003c87"}];
}
#s-1c3618f1-6330-46ff-893e-cf01ae35f416:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2MzY2Q4MzgtZWE4OC00OTE5LTlhOTAtOWE4ZGYxNzllNzIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YzNjZDgzOC1lYTg4LTQ5MTktOWE5MC05YThkZjE3OWU3MjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-1c3618f1-6330-46ff-893e-cf01ae35f416:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c3618f1-6330-46ff-893e-cf01ae35f416-atc-btn-wrapper {
    text-align: center;
  }


#s-1c3618f1-6330-46ff-893e-cf01ae35f416 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


@media (min-width: 1200px){
  #s-1c3618f1-6330-46ff-893e-cf01ae35f416-atc-btn-wrapper {
    text-align: center;
  }


#s-1c3618f1-6330-46ff-893e-cf01ae35f416 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c3618f1-6330-46ff-893e-cf01ae35f416-atc-btn-wrapper {
    text-align: center;
  }


#s-1c3618f1-6330-46ff-893e-cf01ae35f416 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1c3618f1-6330-46ff-893e-cf01ae35f416-atc-btn-wrapper {
    text-align: center;
  }


#s-1c3618f1-6330-46ff-893e-cf01ae35f416 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (max-width: 767px){
  #s-1c3618f1-6330-46ff-893e-cf01ae35f416-atc-btn-wrapper {
    text-align: center;
  }


#s-1c3618f1-6330-46ff-893e-cf01ae35f416 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1c3618f1-6330-46ff-893e-cf01ae35f416.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}
#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4 {
  padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4 {
  display: none;
}
#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4, #wrap-s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4, #wrap-content-s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4 {
  display: none;
}
#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4, #wrap-s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4, #wrap-content-s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4 { display: none !important; }}







#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b2ef22-9d77-4df7-90a8-66233ab7b7b4.shg-box.shg-c {
  justify-content: center;
}

#s-5da8240f-376d-45a3-98c7-7db9908fa342 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5da8240f-376d-45a3-98c7-7db9908fa342 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}



#s-2b0ec95f-3b56-4a47-9cb6-0a40ee583b8f {
  margin-left: 5%;
margin-right: 5%;
}

#s-659a55bd-18bb-466b-ab78-dc2ded3c2864 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-659a55bd-18bb-466b-ab78-dc2ded3c2864 {
  display: none;
}
#s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-content-s-659a55bd-18bb-466b-ab78-dc2ded3c2864 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-659a55bd-18bb-466b-ab78-dc2ded3c2864 {
  display: none;
}
#s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-content-s-659a55bd-18bb-466b-ab78-dc2ded3c2864 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-659a55bd-18bb-466b-ab78-dc2ded3c2864 {
  display: none;
}
#s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-content-s-659a55bd-18bb-466b-ab78-dc2ded3c2864 { display: none !important; }}@media (max-width: 767px){#s-659a55bd-18bb-466b-ab78-dc2ded3c2864 {
  display: none;
}
#s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-s-659a55bd-18bb-466b-ab78-dc2ded3c2864, #wrap-content-s-659a55bd-18bb-466b-ab78-dc2ded3c2864 { display: none !important; }}







#s-659a55bd-18bb-466b-ab78-dc2ded3c2864 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-659a55bd-18bb-466b-ab78-dc2ded3c2864.shg-box.shg-c {
  justify-content: center;
}

#s-9f57779a-211a-4581-acd6-3d4e9271fd7a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9f57779a-211a-4581-acd6-3d4e9271fd7a {
  display: none;
}
#s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-content-s-9f57779a-211a-4581-acd6-3d4e9271fd7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f57779a-211a-4581-acd6-3d4e9271fd7a {
  display: none;
}
#s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-content-s-9f57779a-211a-4581-acd6-3d4e9271fd7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f57779a-211a-4581-acd6-3d4e9271fd7a {
  display: none;
}
#s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-content-s-9f57779a-211a-4581-acd6-3d4e9271fd7a { display: none !important; }}@media (max-width: 767px){#s-9f57779a-211a-4581-acd6-3d4e9271fd7a {
  display: none;
}
#s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-s-9f57779a-211a-4581-acd6-3d4e9271fd7a, #wrap-content-s-9f57779a-211a-4581-acd6-3d4e9271fd7a { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f57779a-211a-4581-acd6-3d4e9271fd7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3fc92589-5908-426d-9bbb-052f42167132 {
  margin-left: 0%;
margin-right: 0%;
max-width: 250px;
text-align: center;
}

#s-3fc92589-5908-426d-9bbb-052f42167132 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fc92589-5908-426d-9bbb-052f42167132-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-3fc92589-5908-426d-9bbb-052f42167132 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
  box-sizing: border-box;
}



.s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3fc92589-5908-426d-9bbb-052f42167132 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fc92589-5908-426d-9bbb-052f42167132-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-3fc92589-5908-426d-9bbb-052f42167132 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
  box-sizing: border-box;
}



.s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3fc92589-5908-426d-9bbb-052f42167132 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fc92589-5908-426d-9bbb-052f42167132-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-3fc92589-5908-426d-9bbb-052f42167132 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
  box-sizing: border-box;
}



.s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3fc92589-5908-426d-9bbb-052f42167132 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fc92589-5908-426d-9bbb-052f42167132-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-3fc92589-5908-426d-9bbb-052f42167132 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
  box-sizing: border-box;
}



.s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3fc92589-5908-426d-9bbb-052f42167132 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fc92589-5908-426d-9bbb-052f42167132-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fc92589-5908-426d-9bbb-052f42167132 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-3fc92589-5908-426d-9bbb-052f42167132 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fc92589-5908-426d-9bbb-052f42167132.shogun-image {
  box-sizing: border-box;
}



.s-3fc92589-5908-426d-9bbb-052f42167132 img.shogun-image {
  
}


}
#s-17bd6044-83cc-483b-b2ea-1947791c908b {
  padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
}








#s-17bd6044-83cc-483b-b2ea-1947791c908b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17bd6044-83cc-483b-b2ea-1947791c908b.shg-box.shg-c {
  justify-content: center;
}

#s-91e9208b-7c56-4df2-9589-bf985d2c0c4e {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-91e9208b-7c56-4df2-9589-bf985d2c0c4e .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-dfdf2174-b6a6-464c-ac5d-1ff0af9fc9dc {
  margin-left: 5%;
margin-right: 5%;
}

#s-79f93f35-643f-4513-a552-c704cf7a1bde {
  margin-left: 5%;
margin-right: 5%;
}

#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}
@media (min-width: 1200px){#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 {
  display: none;
}
#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-content-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 {
  display: none;
}
#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-content-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 {
  display: none;
}
#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-content-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 { display: none !important; }}@media (max-width: 767px){#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 {
  display: none;
}
#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435, #wrap-content-s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 { display: none !important; }}







#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70d443b4-8b95-4f4a-95e6-8066a0f4c435.shg-box.shg-c {
  justify-content: center;
}

#s-7abe997a-3ac1-49e4-af25-4757f04fedec {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-7abe997a-3ac1-49e4-af25-4757f04fedec .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-08eeeb8e-a5e8-4c19-97b1-13786c3b6d97 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-5c94c29b-c898-4446-ad3b-31e18f025c5f {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-5c94c29b-c898-4446-ad3b-31e18f025c5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5c94c29b-c898-4446-ad3b-31e18f025c5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c94c29b-c898-4446-ad3b-31e18f025c5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c94c29b-c898-4446-ad3b-31e18f025c5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 50em;

}





  img.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
  box-sizing: border-box;
}



.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  
}


@media (min-width: 1200px){#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
  box-sizing: border-box;
}



.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
  box-sizing: border-box;
}



.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
  box-sizing: border-box;
}



.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  
}


}@media (max-width: 767px){#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf.shogun-image {
  box-sizing: border-box;
}



.s-dcc419ec-7c3c-4801-a9eb-8eaf0046a9cf img.shogun-image {
  
}


}
#s-d690880d-b029-4ae0-9e52-ba085c5478c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d690880d-b029-4ae0-9e52-ba085c5478c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  
  
  
  
}



#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500em;

}





  img.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
  box-sizing: border-box;
}



.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
  box-sizing: border-box;
}



.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
  box-sizing: border-box;
}



.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
  box-sizing: border-box;
}



.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c6fc54e-5141-439d-939d-9e18271f9ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6fc54e-5141-439d-939d-9e18271f9ac2.shogun-image {
  box-sizing: border-box;
}



.s-6c6fc54e-5141-439d-939d-9e18271f9ac2 img.shogun-image {
  
}


}
#s-25727079-2c1d-4dc6-b943-364a65550a5d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-25727079-2c1d-4dc6-b943-364a65550a5d .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  
  
  
  
}



#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500em;

}





  img.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
  box-sizing: border-box;
}



.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  
}


@media (min-width: 1200px){#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
  box-sizing: border-box;
}



.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
  box-sizing: border-box;
}



.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
  box-sizing: border-box;
}



.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  
}


}@media (max-width: 767px){#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1af17-12fe-493f-93c9-1bafee6bbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1af17-12fe-493f-93c9-1bafee6bbcff.shogun-image {
  box-sizing: border-box;
}



.s-d1e1af17-12fe-493f-93c9-1bafee6bbcff img.shogun-image {
  
}


}
#s-1e4913d2-f859-4b57-8310-36d1c2f7e4f9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1e4913d2-f859-4b57-8310-36d1c2f7e4f9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  
  
  
  
}



#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  margin: 0 !important;
  overflow: visible;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add background color handling */
  
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500px;

}





  img.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
  box-sizing: border-box;
}



.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  margin: 0 !important;
  overflow: visible;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add background color handling */
  
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
  box-sizing: border-box;
}



.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  margin: 0 !important;
  overflow: visible;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add background color handling */
  
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
  box-sizing: border-box;
}



.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  margin: 0 !important;
  overflow: visible;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add background color handling */
  
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
  box-sizing: border-box;
}



.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  margin: 0 !important;
  overflow: visible;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b102a676-239e-4b5d-ad7d-7dec23ad4313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add background color handling */
  
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b102a676-239e-4b5d-ad7d-7dec23ad4313.shogun-image {
  box-sizing: border-box;
}



.s-b102a676-239e-4b5d-ad7d-7dec23ad4313 img.shogun-image {
  
}


}
#s-68467297-6d2e-4ecc-9f45-f8bb4f6fef69 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-68467297-6d2e-4ecc-9f45-f8bb4f6fef69 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  
  
  
  
}



#s-6d0093c8-f27d-498b-914e-f6dbf7907414 {
  padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d0093c8-f27d-498b-914e-f6dbf7907414 {
  display: none;
}
#s-6d0093c8-f27d-498b-914e-f6dbf7907414, #wrap-s-6d0093c8-f27d-498b-914e-f6dbf7907414, #wrap-content-s-6d0093c8-f27d-498b-914e-f6dbf7907414 { display: none !important; }}@media (max-width: 767px){#s-6d0093c8-f27d-498b-914e-f6dbf7907414 {
  display: none;
}
#s-6d0093c8-f27d-498b-914e-f6dbf7907414, #wrap-s-6d0093c8-f27d-498b-914e-f6dbf7907414, #wrap-content-s-6d0093c8-f27d-498b-914e-f6dbf7907414 { display: none !important; }}







#s-6d0093c8-f27d-498b-914e-f6dbf7907414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d0093c8-f27d-498b-914e-f6dbf7907414.shg-box.shg-c {
  justify-content: center;
}

#s-c2f34dcd-3086-4981-b185-d21842091f10 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c2f34dcd-3086-4981-b185-d21842091f10 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-0c495613-fe4f-4f03-9248-8b6c439144d8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6c3c0a71-2f43-48df-829b-9e81dc406cb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-6c3c0a71-2f43-48df-829b-9e81dc406cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c3c0a71-2f43-48df-829b-9e81dc406cb7.shg-box.shg-c {
  justify-content: center;
}

#s-f865a7cc-2818-494f-a14b-42ab19ad8267 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-f865a7cc-2818-494f-a14b-42ab19ad8267 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-d7afd2dd-5b4d-42aa-a14f-2320bad0ec80 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-92dd7e63-c36d-4020-bafb-1cc4bd9cbf69 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-92dd7e63-c36d-4020-bafb-1cc4bd9cbf69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-92dd7e63-c36d-4020-bafb-1cc4bd9cbf69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-92dd7e63-c36d-4020-bafb-1cc4bd9cbf69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-92dd7e63-c36d-4020-bafb-1cc4bd9cbf69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  margin: 0 !important;
  overflow: visible;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add background color handling */
  
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 50em;

}





  img.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
    
    
    
    
  }


.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
  box-sizing: border-box;
}



.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  
}


@media (min-width: 1200px){#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  margin: 0 !important;
  overflow: visible;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add background color handling */
  
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 50em;

}





  img.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
    
    
    
    
  }


.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
  box-sizing: border-box;
}



.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  margin: 0 !important;
  overflow: visible;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add background color handling */
  
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
    
    
    
    
  }


.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
  box-sizing: border-box;
}



.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  margin: 0 !important;
  overflow: visible;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add background color handling */
  
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
    
    
    
    
  }


.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
  box-sizing: border-box;
}



.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  
}


}@media (max-width: 767px){#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  margin: 0 !important;
  overflow: visible;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add background color handling */
  
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
    
    
    
    
  }


.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf.shogun-image {
  box-sizing: border-box;
}



.s-1b3de41d-8a5c-4930-aebb-7a9f9edbafcf img.shogun-image {
  
}


}
#s-56f99fcf-eab2-4188-8f2a-3e06f4a3d0b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-56f99fcf-eab2-4188-8f2a-3e06f4a3d0b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500em;

}





  img.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
    
    
    
    
  }


.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
  box-sizing: border-box;
}



.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
    
    
    
    
  }


.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
  box-sizing: border-box;
}



.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
    
    
    
    
  }


.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
  box-sizing: border-box;
}



.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
    
    
    
    
  }


.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
  box-sizing: border-box;
}



.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6764479-04a8-4f19-bb99-4acd1c9867c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
    
    
    
    
  }


.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6764479-04a8-4f19-bb99-4acd1c9867c0.shogun-image {
  box-sizing: border-box;
}



.s-e6764479-04a8-4f19-bb99-4acd1c9867c0 img.shogun-image {
  
}


}
#s-0ec12b4f-2d7f-44a7-8954-18e748a09e20 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0ec12b4f-2d7f-44a7-8954-18e748a09e20 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500em;

}





  img.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
    
    
    
    
  }


.s-d5c809be-28b1-4033-8792-05c6e3ee0649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
  box-sizing: border-box;
}



.s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
    
    
    
    
  }


.s-d5c809be-28b1-4033-8792-05c6e3ee0649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
  box-sizing: border-box;
}



.s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
    
    
    
    
  }


.s-d5c809be-28b1-4033-8792-05c6e3ee0649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
  box-sizing: border-box;
}



.s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
    
    
    
    
  }


.s-d5c809be-28b1-4033-8792-05c6e3ee0649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
  box-sizing: border-box;
}



.s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c809be-28b1-4033-8792-05c6e3ee0649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
    
    
    
    
  }


.s-d5c809be-28b1-4033-8792-05c6e3ee0649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c809be-28b1-4033-8792-05c6e3ee0649.shogun-image {
  box-sizing: border-box;
}



.s-d5c809be-28b1-4033-8792-05c6e3ee0649 img.shogun-image {
  
}


}
#s-68dbab26-8802-41b9-9533-da4c8e4b561b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-68dbab26-8802-41b9-9533-da4c8e4b561b .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500px;

}





  img.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
    
    
    
    
  }


.s-7b27f896-493a-4588-b4f6-ebc209f96940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
  box-sizing: border-box;
}



.s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
    
    
    
    
  }


.s-7b27f896-493a-4588-b4f6-ebc209f96940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
  box-sizing: border-box;
}



.s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
    
    
    
    
  }


.s-7b27f896-493a-4588-b4f6-ebc209f96940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
  box-sizing: border-box;
}



.s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
    
    
    
    
  }


.s-7b27f896-493a-4588-b4f6-ebc209f96940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
  box-sizing: border-box;
}



.s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b27f896-493a-4588-b4f6-ebc209f96940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
    
    
    
    
  }


.s-7b27f896-493a-4588-b4f6-ebc209f96940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b27f896-493a-4588-b4f6-ebc209f96940.shogun-image {
  box-sizing: border-box;
}



.s-7b27f896-493a-4588-b4f6-ebc209f96940 img.shogun-image {
  
}


}
#s-60681b3b-84fb-4a81-b0e2-a30bc3a8ac7a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-60681b3b-84fb-4a81-b0e2-a30bc3a8ac7a .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-614346fe-7cc3-432f-8d09-261d7441b104 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 {
  margin: 0 !important;
  overflow: visible;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add background color handling */
  
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500px;

}





  img.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
    
    
    
    
  }


.s-614346fe-7cc3-432f-8d09-261d7441b104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
  box-sizing: border-box;
}



.s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  
}


@media (min-width: 1200px){#s-614346fe-7cc3-432f-8d09-261d7441b104 {
  margin: 0 !important;
  overflow: visible;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add background color handling */
  
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
    
    
    
    
  }


.s-614346fe-7cc3-432f-8d09-261d7441b104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
  box-sizing: border-box;
}



.s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-614346fe-7cc3-432f-8d09-261d7441b104 {
  margin: 0 !important;
  overflow: visible;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add background color handling */
  
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
    
    
    
    
  }


.s-614346fe-7cc3-432f-8d09-261d7441b104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
  box-sizing: border-box;
}



.s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-614346fe-7cc3-432f-8d09-261d7441b104 {
  margin: 0 !important;
  overflow: visible;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add background color handling */
  
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
    
    
    
    
  }


.s-614346fe-7cc3-432f-8d09-261d7441b104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
  box-sizing: border-box;
}



.s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  
}


}@media (max-width: 767px){#s-614346fe-7cc3-432f-8d09-261d7441b104 {
  margin: 0 !important;
  overflow: visible;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-614346fe-7cc3-432f-8d09-261d7441b104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add background color handling */
  
}

#s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
    
    
    
    
  }


.s-614346fe-7cc3-432f-8d09-261d7441b104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614346fe-7cc3-432f-8d09-261d7441b104.shogun-image {
  box-sizing: border-box;
}



.s-614346fe-7cc3-432f-8d09-261d7441b104 img.shogun-image {
  
}


}
#s-21a2f5f0-3b2d-4189-84d8-a17ca7a8b597 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-21a2f5f0-3b2d-4189-84d8-a17ca7a8b597 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-deb21ece-d084-4f82-b594-ad7b152581ae {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae {
  margin: 0 !important;
  overflow: visible;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add background color handling */
  
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 500px;

}





  img.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
    
    
    
    
  }


.s-deb21ece-d084-4f82-b594-ad7b152581ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
  box-sizing: border-box;
}



.s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  
}


@media (min-width: 1200px){#s-deb21ece-d084-4f82-b594-ad7b152581ae {
  margin: 0 !important;
  overflow: visible;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add background color handling */
  
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
    
    
    
    
  }


.s-deb21ece-d084-4f82-b594-ad7b152581ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
  box-sizing: border-box;
}



.s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-deb21ece-d084-4f82-b594-ad7b152581ae {
  margin: 0 !important;
  overflow: visible;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add background color handling */
  
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
    
    
    
    
  }


.s-deb21ece-d084-4f82-b594-ad7b152581ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
  box-sizing: border-box;
}



.s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-deb21ece-d084-4f82-b594-ad7b152581ae {
  margin: 0 !important;
  overflow: visible;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add background color handling */
  
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
    
    
    
    
  }


.s-deb21ece-d084-4f82-b594-ad7b152581ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
  box-sizing: border-box;
}



.s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  
}


}@media (max-width: 767px){#s-deb21ece-d084-4f82-b594-ad7b152581ae {
  margin: 0 !important;
  overflow: visible;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deb21ece-d084-4f82-b594-ad7b152581ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add background color handling */
  
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
    
    
    
    
  }


.s-deb21ece-d084-4f82-b594-ad7b152581ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb21ece-d084-4f82-b594-ad7b152581ae.shogun-image {
  box-sizing: border-box;
}



.s-deb21ece-d084-4f82-b594-ad7b152581ae img.shogun-image {
  
}


}
#s-23ddf7e2-19bb-4075-abb1-90f47fad5437 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23ddf7e2-19bb-4075-abb1-90f47fad5437 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a0edbe75-c9a3-43f0-8c08-b07fcc953d09 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a0edbe75-c9a3-43f0-8c08-b07fcc953d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0edbe75-c9a3-43f0-8c08-b07fcc953d09.shg-box.shg-c {
  justify-content: center;
}

#s-3c9ea16c-eb17-4299-a2be-860e90c9fbd2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-3c9ea16c-eb17-4299-a2be-860e90c9fbd2 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-b5899fd2-17a0-4622-911b-3f16a51059b2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-32fbc402-1f47-4851-9bd0-4ea77b515c2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32fbc402-1f47-4851-9bd0-4ea77b515c2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32fbc402-1f47-4851-9bd0-4ea77b515c2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32fbc402-1f47-4851-9bd0-4ea77b515c2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-197112fc-fd77-4210-a975-01a7f5139261 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/610;
text-align: center;
}

#s-197112fc-fd77-4210-a975-01a7f5139261 {
  margin: 0 !important;
  overflow: visible;
}

#s-197112fc-fd77-4210-a975-01a7f5139261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add background color handling */
  
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
  box-sizing: border-box;
}



.s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-197112fc-fd77-4210-a975-01a7f5139261 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
      position: relative;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-197112fc-fd77-4210-a975-01a7f5139261 {
  margin: 0 !important;
  overflow: visible;
}

#s-197112fc-fd77-4210-a975-01a7f5139261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add background color handling */
  
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
  box-sizing: border-box;
}



.s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-197112fc-fd77-4210-a975-01a7f5139261 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
      position: relative;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-197112fc-fd77-4210-a975-01a7f5139261 {
  margin: 0 !important;
  overflow: visible;
}

#s-197112fc-fd77-4210-a975-01a7f5139261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add background color handling */
  
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
  box-sizing: border-box;
}



.s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-197112fc-fd77-4210-a975-01a7f5139261 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
      position: relative;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-197112fc-fd77-4210-a975-01a7f5139261 {
  margin: 0 !important;
  overflow: visible;
}

#s-197112fc-fd77-4210-a975-01a7f5139261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add background color handling */
  
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
  box-sizing: border-box;
}



.s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-197112fc-fd77-4210-a975-01a7f5139261 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
      position: relative;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-197112fc-fd77-4210-a975-01a7f5139261 {
  margin: 0 !important;
  overflow: visible;
}

#s-197112fc-fd77-4210-a975-01a7f5139261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197112fc-fd77-4210-a975-01a7f5139261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add background color handling */
  
}

#s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-197112fc-fd77-4210-a975-01a7f5139261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-197112fc-fd77-4210-a975-01a7f5139261 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image {
  box-sizing: border-box;
}



.s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-197112fc-fd77-4210-a975-01a7f5139261 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container {
      position: relative;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-197112fc-fd77-4210-a975-01a7f5139261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d043fbee-6072-4b4f-9ed6-52c902790d95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d043fbee-6072-4b4f-9ed6-52c902790d95 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-47029194-5d13-48ff-82b6-8161937af313 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/610;
text-align: center;
}

#s-47029194-5d13-48ff-82b6-8161937af313 {
  margin: 0 !important;
  overflow: visible;
}

#s-47029194-5d13-48ff-82b6-8161937af313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add background color handling */
  
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-47029194-5d13-48ff-82b6-8161937af313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
  box-sizing: border-box;
}



.s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47029194-5d13-48ff-82b6-8161937af313 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
      position: relative;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-47029194-5d13-48ff-82b6-8161937af313 {
  margin: 0 !important;
  overflow: visible;
}

#s-47029194-5d13-48ff-82b6-8161937af313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add background color handling */
  
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-47029194-5d13-48ff-82b6-8161937af313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
  box-sizing: border-box;
}



.s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47029194-5d13-48ff-82b6-8161937af313 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
      position: relative;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-47029194-5d13-48ff-82b6-8161937af313 {
  margin: 0 !important;
  overflow: visible;
}

#s-47029194-5d13-48ff-82b6-8161937af313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add background color handling */
  
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-47029194-5d13-48ff-82b6-8161937af313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
  box-sizing: border-box;
}



.s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47029194-5d13-48ff-82b6-8161937af313 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
      position: relative;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-47029194-5d13-48ff-82b6-8161937af313 {
  margin: 0 !important;
  overflow: visible;
}

#s-47029194-5d13-48ff-82b6-8161937af313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add background color handling */
  
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-47029194-5d13-48ff-82b6-8161937af313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
  box-sizing: border-box;
}



.s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47029194-5d13-48ff-82b6-8161937af313 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
      position: relative;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-47029194-5d13-48ff-82b6-8161937af313 {
  margin: 0 !important;
  overflow: visible;
}

#s-47029194-5d13-48ff-82b6-8161937af313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47029194-5d13-48ff-82b6-8161937af313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add background color handling */
  
}

#s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47029194-5d13-48ff-82b6-8161937af313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-47029194-5d13-48ff-82b6-8161937af313 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-47029194-5d13-48ff-82b6-8161937af313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47029194-5d13-48ff-82b6-8161937af313.shogun-image {
  box-sizing: border-box;
}



.s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47029194-5d13-48ff-82b6-8161937af313 {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container {
      position: relative;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47029194-5d13-48ff-82b6-8161937af313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47029194-5d13-48ff-82b6-8161937af313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-6b43b51f-b59d-469b-a0ad-9f55c7456ffe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b43b51f-b59d-469b-a0ad-9f55c7456ffe .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/610;
text-align: center;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
  box-sizing: border-box;
}



.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
      position: relative;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
  box-sizing: border-box;
}



.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
      position: relative;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
  box-sizing: border-box;
}



.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
      position: relative;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
  box-sizing: border-box;
}



.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
      position: relative;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }

    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-link {
      aspect-ratio: 1000/610;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image {
  box-sizing: border-box;
}



.s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda {
      --shg-aspect-ratio: calc(1000/610); 
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container {
      position: relative;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6085b8ed-c7c4-4836-b47a-6b7f46df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-5db95e49-e7fb-452d-8578-cec6c88632a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5db95e49-e7fb-452d-8578-cec6c88632a2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-279339bb-f2cb-4243-8674-c43a22e37898 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-51ef5ea4-beb1-40b2-8817-f4b5294efc3a {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-51ef5ea4-beb1-40b2-8817-f4b5294efc3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51ef5ea4-beb1-40b2-8817-f4b5294efc3a.shg-box.shg-c {
  justify-content: center;
}

#s-2929760d-9a3d-45b1-b9cc-cb2c99e12ca7 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-2929760d-9a3d-45b1-b9cc-cb2c99e12ca7 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  max-width: 700px;
text-align: center;
}
@media (max-width: 767px){#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  display: none;
}
#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4, #wrap-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4, #wrap-content-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 { display: none !important; }}
#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 15px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
  box-sizing: border-box;
}



.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
  box-sizing: border-box;
}



.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
  box-sizing: border-box;
}



.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
  box-sizing: border-box;
}



.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4.shogun-image {
  box-sizing: border-box;
}



.s-4e0d9294-7a12-4745-bca2-3402cdb1ffe4 img.shogun-image {
  
}


}
#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}
@media (min-width: 1200px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  display: none;
}
#s-bb1616ee-6da9-4d2c-898f-ec3283549108, #wrap-s-bb1616ee-6da9-4d2c-898f-ec3283549108, #wrap-content-s-bb1616ee-6da9-4d2c-898f-ec3283549108 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  display: none;
}
#s-bb1616ee-6da9-4d2c-898f-ec3283549108, #wrap-s-bb1616ee-6da9-4d2c-898f-ec3283549108, #wrap-content-s-bb1616ee-6da9-4d2c-898f-ec3283549108 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  display: none;
}
#s-bb1616ee-6da9-4d2c-898f-ec3283549108, #wrap-s-bb1616ee-6da9-4d2c-898f-ec3283549108, #wrap-content-s-bb1616ee-6da9-4d2c-898f-ec3283549108 { display: none !important; }}
#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 15px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
    
    
    
    
  }


.s-bb1616ee-6da9-4d2c-898f-ec3283549108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
  box-sizing: border-box;
}



.s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
    
    
    
    
  }


.s-bb1616ee-6da9-4d2c-898f-ec3283549108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
  box-sizing: border-box;
}



.s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
    
    
    
    
  }


.s-bb1616ee-6da9-4d2c-898f-ec3283549108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
  box-sizing: border-box;
}



.s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
    
    
    
    
  }


.s-bb1616ee-6da9-4d2c-898f-ec3283549108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
  box-sizing: border-box;
}



.s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1616ee-6da9-4d2c-898f-ec3283549108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
    
    
    
    
  }


.s-bb1616ee-6da9-4d2c-898f-ec3283549108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1616ee-6da9-4d2c-898f-ec3283549108.shogun-image {
  box-sizing: border-box;
}



.s-bb1616ee-6da9-4d2c-898f-ec3283549108 img.shogun-image {
  
}


}
#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3 {
  display: none;
}
#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3, #wrap-s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3, #wrap-content-s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3 { display: none !important; }}@media (max-width: 767px){#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3 {
  display: none;
}
#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3, #wrap-s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3, #wrap-content-s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3 { display: none !important; }}







#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3a70c51-8db0-4460-82c1-1a8e16efb5b3.shg-box.shg-c {
  justify-content: center;
}

#s-03e0ecb1-3144-4bdf-b8fe-dce1ed9c2187 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-03e0ecb1-3144-4bdf-b8fe-dce1ed9c2187 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-e8dd6c4d-c0c7-46a0-9f4f-acfc44785cef {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e8dd6c4d-c0c7-46a0-9f4f-acfc44785cef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e8dd6c4d-c0c7-46a0-9f4f-acfc44785cef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8dd6c4d-c0c7-46a0-9f4f-acfc44785cef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8dd6c4d-c0c7-46a0-9f4f-acfc44785cef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  margin-left: auto;
margin-right: 5%;
max-width: 400px;
text-align: center;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 5%;
  
  
}

.shg-image-content-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-ec8348d9-be6f-4c45-835b-af97ced440ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
  box-sizing: border-box;
}



.s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-ec8348d9-be6f-4c45-835b-af97ced440ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
  box-sizing: border-box;
}



.s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-ec8348d9-be6f-4c45-835b-af97ced440ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
  box-sizing: border-box;
}



.s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-ec8348d9-be6f-4c45-835b-af97ced440ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
  box-sizing: border-box;
}



.s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8348d9-be6f-4c45-835b-af97ced440ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-ec8348d9-be6f-4c45-835b-af97ced440ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8348d9-be6f-4c45-835b-af97ced440ec.shogun-image {
  box-sizing: border-box;
}



.s-ec8348d9-be6f-4c45-835b-af97ced440ec img.shogun-image {
  
}


}
#s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6ea212d-8ece-4a0b-b34b-5c6324e18d41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-462b61dd-c0a9-4415-bb4f-7ad77f94bfcf {
  margin-top: 15px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 0px;
max-width: 30px;
}

#s-462b61dd-c0a9-4415-bb4f-7ad77f94bfcf .shogun-icon-wrapper {
  text-align: center;
}


#s-462b61dd-c0a9-4415-bb4f-7ad77f94bfcf .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-aa4d22c0-e29b-4e6e-8643-67df77f1e738 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 31px;
max-width: 30px;
}

#s-aa4d22c0-e29b-4e6e-8643-67df77f1e738 .shogun-icon-wrapper {
  text-align: center;
}


#s-aa4d22c0-e29b-4e6e-8643-67df77f1e738 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-dec189cd-f4f3-450b-a8c6-09d97f4cc5bf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 31px;
max-width: 30px;
}

#s-dec189cd-f4f3-450b-a8c6-09d97f4cc5bf .shogun-icon-wrapper {
  text-align: center;
}


#s-dec189cd-f4f3-450b-a8c6-09d97f4cc5bf .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-d73b411c-4222-43fb-98f7-0e1e9402092f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 31px;
max-width: 30px;
}

#s-d73b411c-4222-43fb-98f7-0e1e9402092f .shogun-icon-wrapper {
  text-align: center;
}


#s-d73b411c-4222-43fb-98f7-0e1e9402092f .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-af29e5d2-45e9-4ed3-84db-65116fae72f5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 31px;
max-width: 30px;
}

#s-af29e5d2-45e9-4ed3-84db-65116fae72f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-af29e5d2-45e9-4ed3-84db-65116fae72f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-c634a396-db5a-4258-92fa-836185980387 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 31px;
max-width: 30px;
}

#s-c634a396-db5a-4258-92fa-836185980387 .shogun-icon-wrapper {
  text-align: center;
}


#s-c634a396-db5a-4258-92fa-836185980387 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-97d47269-5f03-46a0-ac5c-7d3b121e9b32 {
  box-shadow:0px 0px 0px 0px ;
margin-left: -1%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Lato";
}

.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-04e5d71e-1a08-4c62-94a8-6f33266b9d0f {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMxNzVlN2UtZjAwOS00OWFjLWExYTctODU3ZWVkOGYxMjVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzE3NWU3ZS1mMDA5LTQ5YWMtYTFhNy04NTdlZWQ4ZjEyNWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
hover-type: gradient;
}
#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTZlYTgxOWYtOTZiMy00ZTczLWJmYjktYzRlZDAyY2NmYzk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNmVhODE5Zi05NmIzLTRlNzMtYmZiOS1jNGVkMDJjY2ZjOTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f-root {
    text-align: left;
  }


#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f-root {
    text-align: left;
  }


#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f-root {
    text-align: left;
  }


#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f-root {
    text-align: left;
  }


#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f-root {
    text-align: left;
  }


#s-04e5d71e-1a08-4c62-94a8-6f33266b9d0f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMxNzVlN2UtZjAwOS00OWFjLWExYTctODU3ZWVkOGYxMjVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzE3NWU3ZS1mMDA5LTQ5YWMtYTFhNy04NTdlZWQ4ZjEyNWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
hover-type: gradient;
}
#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzlhMjI3NGItMDg1ZS00YTNmLTgzYzYtNGU1MGEzNGM4MDY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OWEyMjc0Yi0wODVlLTRhM2YtODNjNi00ZTUwYTM0YzgwNjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 {
  display: none;
}
#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-content-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 {
  display: none;
}
#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-content-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 {
  display: none;
}
#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-content-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 { display: none !important; }}@media (max-width: 767px){#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 {
  display: none;
}
#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9, #wrap-content-s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9 { display: none !important; }}

  #s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9-root {
    text-align: center;
  }


#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9-root {
    text-align: center;
  }


#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9-root {
    text-align: center;
  }


#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9-root {
    text-align: center;
  }


#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9-root {
    text-align: center;
  }


#s-3fb1a0e5-a456-4ca6-be66-f909922ef4d9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-5670ed46-95c8-4f17-9de4-0fb798c6865c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}
@media (min-width: 1200px){#s-5670ed46-95c8-4f17-9de4-0fb798c6865c {
  display: none;
}
#s-5670ed46-95c8-4f17-9de4-0fb798c6865c, #wrap-s-5670ed46-95c8-4f17-9de4-0fb798c6865c, #wrap-content-s-5670ed46-95c8-4f17-9de4-0fb798c6865c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5670ed46-95c8-4f17-9de4-0fb798c6865c {
  display: none;
}
#s-5670ed46-95c8-4f17-9de4-0fb798c6865c, #wrap-s-5670ed46-95c8-4f17-9de4-0fb798c6865c, #wrap-content-s-5670ed46-95c8-4f17-9de4-0fb798c6865c { display: none !important; }}@media (max-width: 767px){#s-5670ed46-95c8-4f17-9de4-0fb798c6865c {
  display: none;
}
#s-5670ed46-95c8-4f17-9de4-0fb798c6865c, #wrap-s-5670ed46-95c8-4f17-9de4-0fb798c6865c, #wrap-content-s-5670ed46-95c8-4f17-9de4-0fb798c6865c { display: none !important; }}







#s-5670ed46-95c8-4f17-9de4-0fb798c6865c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5670ed46-95c8-4f17-9de4-0fb798c6865c.shg-box.shg-c {
  justify-content: center;
}

#s-508fbf3a-9290-488c-b673-677c60b81e32 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-508fbf3a-9290-488c-b673-677c60b81e32 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



.shg-grid {
  position: relative;
  width: 100%;
}

.shg-grid-content {
  display: grid;
}

#s-42a72b34-5833-4400-86bc-794d825d9e57 {
  margin-left: 5%;
margin-right: auto;
}

#s-42a72b34-5833-4400-86bc-794d825d9e57 .shg-grid-content {
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(38, calc(100vw / 24));
}

#s-33e9a79c-21c1-41cd-abbd-f9be8d9ba64e {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 30px;
}

#s-33e9a79c-21c1-41cd-abbd-f9be8d9ba64e {
  grid-column-start: 6;
grid-column-end: 7;
grid-row-start: 1;
grid-row-end: 3;
z-index: 0;
}

#s-33e9a79c-21c1-41cd-abbd-f9be8d9ba64e .shogun-icon-wrapper {
  text-align: center;
}


#s-33e9a79c-21c1-41cd-abbd-f9be8d9ba64e .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-406ce407-f239-4a92-8768-f170143f05d1 {
  box-shadow:0px 0px 0px 0px ;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-406ce407-f239-4a92-8768-f170143f05d1 {
  grid-column-start: 8;
grid-column-end: 25;
grid-row-start: 1;
grid-row-end: 39;
z-index: 1;
}

#s-42123777-8b85-4f25-a0d3-43c1f7410a0a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
max-width: 30px;
}

#s-42123777-8b85-4f25-a0d3-43c1f7410a0a {
  grid-column-start: 6;
grid-column-end: 8;
grid-row-start: 3;
grid-row-end: 5;
z-index: 2;
}

#s-42123777-8b85-4f25-a0d3-43c1f7410a0a .shogun-icon-wrapper {
  text-align: center;
}


#s-42123777-8b85-4f25-a0d3-43c1f7410a0a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-09653222-ea13-4a0a-84c4-6f500f16df71 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4px;
padding-bottom: 4px;
max-width: 30px;
}

#s-09653222-ea13-4a0a-84c4-6f500f16df71 {
  grid-column-start: 6;
grid-column-end: 8;
grid-row-start: 5;
grid-row-end: 7;
z-index: 3;
}

#s-09653222-ea13-4a0a-84c4-6f500f16df71 .shogun-icon-wrapper {
  text-align: center;
}


#s-09653222-ea13-4a0a-84c4-6f500f16df71 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-bed42b38-c281-4386-934e-9baa295eab89 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 6px;
padding-bottom: 0px;
max-width: 30px;
}

#s-bed42b38-c281-4386-934e-9baa295eab89 {
  grid-column-start: 6;
grid-column-end: 8;
grid-row-start: 7;
grid-row-end: 9;
z-index: 4;
}

#s-bed42b38-c281-4386-934e-9baa295eab89 .shogun-icon-wrapper {
  text-align: center;
}


#s-bed42b38-c281-4386-934e-9baa295eab89 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-075fe126-3a8d-4e4c-9f59-a45e19ef12ed {
  margin-left: 0%;
margin-right: 0%;
padding-top: 8px;
padding-bottom: 0px;
max-width: 30px;
}

#s-075fe126-3a8d-4e4c-9f59-a45e19ef12ed {
  grid-column-start: 6;
grid-column-end: 8;
grid-row-start: 9;
grid-row-end: 11;
z-index: 5;
}

#s-075fe126-3a8d-4e4c-9f59-a45e19ef12ed .shogun-icon-wrapper {
  text-align: center;
}


#s-075fe126-3a8d-4e4c-9f59-a45e19ef12ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-172f362a-ac05-495a-a72f-1d4d6ec58d0f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 0px;
max-width: 30px;
}

#s-172f362a-ac05-495a-a72f-1d4d6ec58d0f {
  grid-column-start: 6;
grid-column-end: 8;
grid-row-start: 10;
grid-row-end: 13;
z-index: 6;
}

#s-172f362a-ac05-495a-a72f-1d4d6ec58d0f .shogun-icon-wrapper {
  text-align: center;
}


#s-172f362a-ac05-495a-a72f-1d4d6ec58d0f .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c {
  margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c {
  display: none;
}
#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-content-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c {
  display: none;
}
#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-content-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c {
  display: none;
}
#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-content-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c { display: none !important; }}@media (max-width: 767px){#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c {
  display: none;
}
#s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c, #wrap-content-s-70b12153-8e71-4743-b2c7-b96dc37a2a9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70b12153-8e71-4743-b2c7-b96dc37a2a9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-2966ea13-3a45-4d4f-9b57-9f587fdccb20 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 30px;
}

#s-2966ea13-3a45-4d4f-9b57-9f587fdccb20 .shogun-icon-wrapper {
  text-align: center;
}


#s-2966ea13-3a45-4d4f-9b57-9f587fdccb20 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-1934daed-f2d8-474d-af6d-9eb50eddc31b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
max-width: 30px;
}

#s-1934daed-f2d8-474d-af6d-9eb50eddc31b .shogun-icon-wrapper {
  text-align: center;
}


#s-1934daed-f2d8-474d-af6d-9eb50eddc31b .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-3c1ad633-03e9-4b1c-818e-b6b50289ea34 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 11px;
max-width: 30px;
}

#s-3c1ad633-03e9-4b1c-818e-b6b50289ea34 .shogun-icon-wrapper {
  text-align: center;
}


#s-3c1ad633-03e9-4b1c-818e-b6b50289ea34 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-b7da9dc8-17f1-4a2e-8a13-5da63b3c992a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
max-width: 30px;
}

#s-b7da9dc8-17f1-4a2e-8a13-5da63b3c992a .shogun-icon-wrapper {
  text-align: center;
}


#s-b7da9dc8-17f1-4a2e-8a13-5da63b3c992a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-77307007-259b-4216-80d4-be23e2eab185 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 11px;
max-width: 30px;
}

#s-77307007-259b-4216-80d4-be23e2eab185 .shogun-icon-wrapper {
  text-align: center;
}


#s-77307007-259b-4216-80d4-be23e2eab185 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-e94ce708-45ad-46e3-a41d-1ef6cdf3fb9b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
max-width: 30px;
}

#s-e94ce708-45ad-46e3-a41d-1ef6cdf3fb9b .shogun-icon-wrapper {
  text-align: center;
}


#s-e94ce708-45ad-46e3-a41d-1ef6cdf3fb9b .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-6d34b46e-eaa3-443d-843b-8f648e9dd5e0 {
  box-shadow:0px 0px 0px 0px ;
margin-left: -150px;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-8702a2ff-6329-4042-b931-7048da7c508a {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMxNzVlN2UtZjAwOS00OWFjLWExYTctODU3ZWVkOGYxMjVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzE3NWU3ZS1mMDA5LTQ5YWMtYTFhNy04NTdlZWQ4ZjEyNWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
hover-type: gradient;
}
#s-8702a2ff-6329-4042-b931-7048da7c508a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGU1NDY2YmQtZDdjMy00YzI1LWIwMWEtZWRjYThjMGRiZWZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZTU0NjZiZC1kN2MzLTRjMjUtYjAxYS1lZGNhOGMwZGJlZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-8702a2ff-6329-4042-b931-7048da7c508a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8702a2ff-6329-4042-b931-7048da7c508a-root {
    text-align: center;
  }


#s-8702a2ff-6329-4042-b931-7048da7c508a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8702a2ff-6329-4042-b931-7048da7c508a-root {
    text-align: center;
  }


#s-8702a2ff-6329-4042-b931-7048da7c508a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8702a2ff-6329-4042-b931-7048da7c508a-root {
    text-align: center;
  }


#s-8702a2ff-6329-4042-b931-7048da7c508a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8702a2ff-6329-4042-b931-7048da7c508a-root {
    text-align: center;
  }


#s-8702a2ff-6329-4042-b931-7048da7c508a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8702a2ff-6329-4042-b931-7048da7c508a-root {
    text-align: center;
  }


#s-8702a2ff-6329-4042-b931-7048da7c508a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e1836945-ef1a-40de-9161-84140c6363c9 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMxNzVlN2UtZjAwOS00OWFjLWExYTctODU3ZWVkOGYxMjVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzE3NWU3ZS1mMDA5LTQ5YWMtYTFhNy04NTdlZWQ4ZjEyNWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
hover-type: gradient;
}
#s-e1836945-ef1a-40de-9161-84140c6363c9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDljZWM5NDAtNjgwYy00M2RkLTg4NGYtY2Y0Y2M3YmI4M2RkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0OWNlYzk0MC02ODBjLTQzZGQtODg0Zi1jZjRjYzdiYjgzZGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-e1836945-ef1a-40de-9161-84140c6363c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e1836945-ef1a-40de-9161-84140c6363c9 {
  display: none;
}
#s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-content-s-e1836945-ef1a-40de-9161-84140c6363c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1836945-ef1a-40de-9161-84140c6363c9 {
  display: none;
}
#s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-content-s-e1836945-ef1a-40de-9161-84140c6363c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1836945-ef1a-40de-9161-84140c6363c9 {
  display: none;
}
#s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-content-s-e1836945-ef1a-40de-9161-84140c6363c9 { display: none !important; }}@media (max-width: 767px){#s-e1836945-ef1a-40de-9161-84140c6363c9 {
  display: none;
}
#s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-s-e1836945-ef1a-40de-9161-84140c6363c9, #wrap-content-s-e1836945-ef1a-40de-9161-84140c6363c9 { display: none !important; }}

  #s-e1836945-ef1a-40de-9161-84140c6363c9-root {
    text-align: center;
  }


#s-e1836945-ef1a-40de-9161-84140c6363c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1836945-ef1a-40de-9161-84140c6363c9-root {
    text-align: center;
  }


#s-e1836945-ef1a-40de-9161-84140c6363c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1836945-ef1a-40de-9161-84140c6363c9-root {
    text-align: center;
  }


#s-e1836945-ef1a-40de-9161-84140c6363c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1836945-ef1a-40de-9161-84140c6363c9-root {
    text-align: center;
  }


#s-e1836945-ef1a-40de-9161-84140c6363c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1836945-ef1a-40de-9161-84140c6363c9-root {
    text-align: center;
  }


#s-e1836945-ef1a-40de-9161-84140c6363c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}
@media (min-width: 1200px){#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd {
  display: none;
}
#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd, #wrap-s-9892716e-a11b-4e40-b2ee-885ca1f55ebd, #wrap-content-s-9892716e-a11b-4e40-b2ee-885ca1f55ebd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd {
  display: none;
}
#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd, #wrap-s-9892716e-a11b-4e40-b2ee-885ca1f55ebd, #wrap-content-s-9892716e-a11b-4e40-b2ee-885ca1f55ebd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd {
  display: none;
}
#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd, #wrap-s-9892716e-a11b-4e40-b2ee-885ca1f55ebd, #wrap-content-s-9892716e-a11b-4e40-b2ee-885ca1f55ebd { display: none !important; }}







#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9892716e-a11b-4e40-b2ee-885ca1f55ebd.shg-box.shg-c {
  justify-content: center;
}

#s-9ed6e92b-32dc-4a54-93c8-6f151bae610e {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-9ed6e92b-32dc-4a54-93c8-6f151bae610e .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-aef1e207-a320-4b90-9467-0bd34ba7c0bd {
  margin-left: 5%;
margin-right: auto;
}

#s-aef1e207-a320-4b90-9467-0bd34ba7c0bd .shg-grid-content {
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(28, calc(100vw / 24));
}

#s-29fc7b12-1b7f-40f0-962e-12509c90d084 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 30px;
}

#s-29fc7b12-1b7f-40f0-962e-12509c90d084 {
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 4;
z-index: 0;
}

#s-29fc7b12-1b7f-40f0-962e-12509c90d084 .shogun-icon-wrapper {
  text-align: center;
}


#s-29fc7b12-1b7f-40f0-962e-12509c90d084 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-8a4da7d1-420d-47c6-8719-0df0712492b3 {
  box-shadow:0px 0px 0px 0px ;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-8a4da7d1-420d-47c6-8719-0df0712492b3 {
  grid-column-start: 4;
grid-column-end: 25;
grid-row-start: 1;
grid-row-end: 29;
z-index: 1;
}

#s-0b7b55dd-c784-4544-ae5a-afdac9078dcb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
max-width: 30px;
}

#s-0b7b55dd-c784-4544-ae5a-afdac9078dcb {
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 3;
grid-row-end: 6;
z-index: 2;
}

#s-0b7b55dd-c784-4544-ae5a-afdac9078dcb .shogun-icon-wrapper {
  text-align: center;
}


#s-0b7b55dd-c784-4544-ae5a-afdac9078dcb .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-f09755bd-dd12-4f4b-843e-8032b15c60bc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4px;
padding-bottom: 4px;
max-width: 30px;
}

#s-f09755bd-dd12-4f4b-843e-8032b15c60bc {
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 5;
grid-row-end: 8;
z-index: 3;
}

#s-f09755bd-dd12-4f4b-843e-8032b15c60bc .shogun-icon-wrapper {
  text-align: center;
}


#s-f09755bd-dd12-4f4b-843e-8032b15c60bc .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-f62ece68-384e-4571-b878-bd48b7284f5f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 6px;
padding-bottom: 0px;
max-width: 30px;
}

#s-f62ece68-384e-4571-b878-bd48b7284f5f {
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 7;
grid-row-end: 10;
z-index: 4;
}

#s-f62ece68-384e-4571-b878-bd48b7284f5f .shogun-icon-wrapper {
  text-align: center;
}


#s-f62ece68-384e-4571-b878-bd48b7284f5f .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-c1b8fe2d-f685-40bd-81b6-b2c8fcdb3c0a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 8px;
padding-bottom: 0px;
max-width: 30px;
}

#s-c1b8fe2d-f685-40bd-81b6-b2c8fcdb3c0a {
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 9;
grid-row-end: 12;
z-index: 5;
}

#s-c1b8fe2d-f685-40bd-81b6-b2c8fcdb3c0a .shogun-icon-wrapper {
  text-align: center;
}


#s-c1b8fe2d-f685-40bd-81b6-b2c8fcdb3c0a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-bda2fc9e-6425-4a4a-960c-253fa20cddf0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 25px;
padding-bottom: 0px;
max-width: 30px;
}

#s-bda2fc9e-6425-4a4a-960c-253fa20cddf0 {
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 10;
grid-row-end: 14;
z-index: 6;
}

#s-bda2fc9e-6425-4a4a-960c-253fa20cddf0 .shogun-icon-wrapper {
  text-align: center;
}


#s-bda2fc9e-6425-4a4a-960c-253fa20cddf0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-9a0e79c1-9311-4115-a2ad-b633afde3d48 {
  margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-9a0e79c1-9311-4115-a2ad-b633afde3d48 {
  display: none;
}
#s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-content-s-9a0e79c1-9311-4115-a2ad-b633afde3d48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a0e79c1-9311-4115-a2ad-b633afde3d48 {
  display: none;
}
#s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-content-s-9a0e79c1-9311-4115-a2ad-b633afde3d48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a0e79c1-9311-4115-a2ad-b633afde3d48 {
  display: none;
}
#s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-content-s-9a0e79c1-9311-4115-a2ad-b633afde3d48 { display: none !important; }}@media (max-width: 767px){#s-9a0e79c1-9311-4115-a2ad-b633afde3d48 {
  display: none;
}
#s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-s-9a0e79c1-9311-4115-a2ad-b633afde3d48, #wrap-content-s-9a0e79c1-9311-4115-a2ad-b633afde3d48 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a0e79c1-9311-4115-a2ad-b633afde3d48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-f3855a86-048b-45ff-9e1f-2d92cdfb1568 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 30px;
}

#s-f3855a86-048b-45ff-9e1f-2d92cdfb1568 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3855a86-048b-45ff-9e1f-2d92cdfb1568 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-9ae12469-31f3-4583-a236-3d7b48930d76 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
max-width: 30px;
}

#s-9ae12469-31f3-4583-a236-3d7b48930d76 .shogun-icon-wrapper {
  text-align: center;
}


#s-9ae12469-31f3-4583-a236-3d7b48930d76 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-1cc325cc-8b2b-4f0b-9234-8bf6434c8a4b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 11px;
max-width: 30px;
}

#s-1cc325cc-8b2b-4f0b-9234-8bf6434c8a4b .shogun-icon-wrapper {
  text-align: center;
}


#s-1cc325cc-8b2b-4f0b-9234-8bf6434c8a4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-2555b1d8-28ac-4773-955a-498fa2a47e97 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
max-width: 30px;
}

#s-2555b1d8-28ac-4773-955a-498fa2a47e97 .shogun-icon-wrapper {
  text-align: center;
}


#s-2555b1d8-28ac-4773-955a-498fa2a47e97 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-b182bfcd-a9dc-42e6-9f64-66f5c264c717 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 11px;
max-width: 30px;
}

#s-b182bfcd-a9dc-42e6-9f64-66f5c264c717 .shogun-icon-wrapper {
  text-align: center;
}


#s-b182bfcd-a9dc-42e6-9f64-66f5c264c717 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-3c708cf3-7e65-4d19-af5a-8fe8efc05ade {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
max-width: 30px;
}

#s-3c708cf3-7e65-4d19-af5a-8fe8efc05ade .shogun-icon-wrapper {
  text-align: center;
}


#s-3c708cf3-7e65-4d19-af5a-8fe8efc05ade .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-fa75b1dc-8f9d-41ae-8a06-75298dede4f9 {
  box-shadow:0px 0px 0px 0px ;
margin-left: -150px;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-7d036969-3c43-4bf4-8862-23d209681e4f {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMxNzVlN2UtZjAwOS00OWFjLWExYTctODU3ZWVkOGYxMjVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzE3NWU3ZS1mMDA5LTQ5YWMtYTFhNy04NTdlZWQ4ZjEyNWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
hover-type: gradient;
}
#s-7d036969-3c43-4bf4-8862-23d209681e4f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQ1NWFkMGYtMjk3Zi00MzRhLWJlNTAtNmUyODkzNTY1N2E0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNDU1YWQwZi0yOTdmLTQzNGEtYmU1MC02ZTI4OTM1NjU3YTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-7d036969-3c43-4bf4-8862-23d209681e4f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d036969-3c43-4bf4-8862-23d209681e4f-root {
    text-align: center;
  }


#s-7d036969-3c43-4bf4-8862-23d209681e4f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d036969-3c43-4bf4-8862-23d209681e4f-root {
    text-align: center;
  }


#s-7d036969-3c43-4bf4-8862-23d209681e4f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d036969-3c43-4bf4-8862-23d209681e4f-root {
    text-align: center;
  }


#s-7d036969-3c43-4bf4-8862-23d209681e4f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d036969-3c43-4bf4-8862-23d209681e4f-root {
    text-align: center;
  }


#s-7d036969-3c43-4bf4-8862-23d209681e4f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d036969-3c43-4bf4-8862-23d209681e4f-root {
    text-align: center;
  }


#s-7d036969-3c43-4bf4-8862-23d209681e4f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMxNzVlN2UtZjAwOS00OWFjLWExYTctODU3ZWVkOGYxMjVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzE3NWU3ZS1mMDA5LTQ5YWMtYTFhNy04NTdlZWQ4ZjEyNWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
hover-type: gradient;
}
#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDljZWM5NDAtNjgwYy00M2RkLTg4NGYtY2Y0Y2M3YmI4M2RkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0OWNlYzk0MC02ODBjLTQzZGQtODg0Zi1jZjRjYzdiYjgzZGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e {
  display: none;
}
#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-content-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e {
  display: none;
}
#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-content-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e {
  display: none;
}
#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-content-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e { display: none !important; }}@media (max-width: 767px){#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e {
  display: none;
}
#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e, #wrap-content-s-cdc48c12-7cfa-4473-b383-95aa7b435d2e { display: none !important; }}

  #s-cdc48c12-7cfa-4473-b383-95aa7b435d2e-root {
    text-align: center;
  }


#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdc48c12-7cfa-4473-b383-95aa7b435d2e-root {
    text-align: center;
  }


#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdc48c12-7cfa-4473-b383-95aa7b435d2e-root {
    text-align: center;
  }


#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdc48c12-7cfa-4473-b383-95aa7b435d2e-root {
    text-align: center;
  }


#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdc48c12-7cfa-4473-b383-95aa7b435d2e-root {
    text-align: center;
  }


#s-cdc48c12-7cfa-4473-b383-95aa7b435d2e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0 {
  display: none;
}
#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0, #wrap-s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0, #wrap-content-s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0 { display: none !important; }}@media (max-width: 767px){#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0 {
  display: none;
}
#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0, #wrap-s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0, #wrap-content-s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0 { display: none !important; }}







#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfdfc860-9c7e-40d7-9d2f-07e150c61df0.shg-box.shg-c {
  justify-content: center;
}

#s-e794a6d5-0f0e-437f-94b4-4a36b3f21b37 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-e794a6d5-0f0e-437f-94b4-4a36b3f21b37 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-525cfef1-f19a-4f51-8f0f-f6113087433a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-6bdc039d-da47-4f18-b16e-14f11ed52adc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6bdc039d-da47-4f18-b16e-14f11ed52adc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bdc039d-da47-4f18-b16e-14f11ed52adc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6bdc039d-da47-4f18-b16e-14f11ed52adc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bdc039d-da47-4f18-b16e-14f11ed52adc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aab2eb13-e72e-4dd7-90e8-9a483a40540a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aab2eb13-e72e-4dd7-90e8-9a483a40540a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aab2eb13-e72e-4dd7-90e8-9a483a40540a.shg-box.shg-c {
  justify-content: center;
}

#s-962ab146-4ff1-4e27-8682-1b1f7f285ef8 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-962ab146-4ff1-4e27-8682-1b1f7f285ef8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  margin-left: auto;
margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: center;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  margin: 0 !important;
  overflow: visible;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add background color handling */
  
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-content {
  
    justify-content: center;
  
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
  box-sizing: border-box;
}



.s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
      position: relative;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  margin: 0 !important;
  overflow: visible;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add background color handling */
  
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-content {
  
    justify-content: center;
  
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
  box-sizing: border-box;
}



.s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
      position: relative;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  margin: 0 !important;
  overflow: visible;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add background color handling */
  
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-content {
  
    justify-content: center;
  
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
  box-sizing: border-box;
}



.s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
      position: relative;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  margin: 0 !important;
  overflow: visible;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add background color handling */
  
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-content {
  
    justify-content: center;
  
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
  box-sizing: border-box;
}



.s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
      position: relative;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  margin: 0 !important;
  overflow: visible;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add background color handling */
  
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-08a1e588-5cc1-431d-a26c-fbc9a542787f .shogun-image-content {
  
    justify-content: center;
  
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image {
  box-sizing: border-box;
}



.s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container {
      position: relative;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08a1e588-5cc1-431d-a26c-fbc9a542787f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-e088afd6-7cd1-476f-9eee-1b21c350f9ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e088afd6-7cd1-476f-9eee-1b21c350f9ba .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-aa475309-4d69-4173-9be1-814698747dfe {
  margin-left: auto;
margin-right: auto;
}

#s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22678b1d-ff3f-433e-8ee3-c3d88a785e9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  margin-left: auto;
margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: center;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  margin: 0 !important;
  overflow: visible;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add background color handling */
  
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
  box-sizing: border-box;
}



.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
      position: relative;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  margin: 0 !important;
  overflow: visible;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add background color handling */
  
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
  box-sizing: border-box;
}



.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
      position: relative;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  margin: 0 !important;
  overflow: visible;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add background color handling */
  
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
  box-sizing: border-box;
}



.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
      position: relative;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  margin: 0 !important;
  overflow: visible;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add background color handling */
  
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
  box-sizing: border-box;
}



.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
      position: relative;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  margin: 0 !important;
  overflow: visible;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add background color handling */
  
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image {
  box-sizing: border-box;
}



.s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container {
      position: relative;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-795299f8-283a-4bb6-b9ed-033a89cb6d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-6d3dd428-bf24-470f-981b-5d7bc6e8f201 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d3dd428-bf24-470f-981b-5d7bc6e8f201 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-94101ce5-049c-456f-955a-495f3dfac1cd {
  margin-left: auto;
margin-right: auto;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  margin: 0 !important;
  overflow: visible;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add background color handling */
  
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image {
  box-sizing: border-box;
}



.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  
}


@media (min-width: 1200px){#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  margin: 0 !important;
  overflow: visible;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add background color handling */
  
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image {
  box-sizing: border-box;
}



.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  margin: 0 !important;
  overflow: visible;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add background color handling */
  
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image {
  box-sizing: border-box;
}



.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  margin: 0 !important;
  overflow: visible;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add background color handling */
  
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image {
  box-sizing: border-box;
}



.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  
}


}@media (max-width: 767px){#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  margin: 0 !important;
  overflow: visible;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e0ea581-b584-4fd7-b1d2-266f0db24fac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add background color handling */
  
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e0ea581-b584-4fd7-b1d2-266f0db24fac.shogun-image {
  box-sizing: border-box;
}



.s-1e0ea581-b584-4fd7-b1d2-266f0db24fac img.shogun-image {
  
}


}
#s-cc45c3b5-a477-4503-82b5-7ace576ce0c8 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc45c3b5-a477-4503-82b5-7ace576ce0c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b5753a3f-3535-403e-b02a-43fc2935584c {
  margin-left: auto;
margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c {
  margin: 0 !important;
  overflow: visible;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add background color handling */
  
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
  box-sizing: border-box;
}



.s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5753a3f-3535-403e-b02a-43fc2935584c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
      position: relative;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-b5753a3f-3535-403e-b02a-43fc2935584c {
  margin: 0 !important;
  overflow: visible;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add background color handling */
  
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
  box-sizing: border-box;
}



.s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5753a3f-3535-403e-b02a-43fc2935584c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
      position: relative;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b5753a3f-3535-403e-b02a-43fc2935584c {
  margin: 0 !important;
  overflow: visible;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add background color handling */
  
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
  box-sizing: border-box;
}



.s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5753a3f-3535-403e-b02a-43fc2935584c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
      position: relative;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b5753a3f-3535-403e-b02a-43fc2935584c {
  margin: 0 !important;
  overflow: visible;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add background color handling */
  
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
  box-sizing: border-box;
}



.s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5753a3f-3535-403e-b02a-43fc2935584c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
      position: relative;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-b5753a3f-3535-403e-b02a-43fc2935584c {
  margin: 0 !important;
  overflow: visible;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5753a3f-3535-403e-b02a-43fc2935584c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add background color handling */
  
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5753a3f-3535-403e-b02a-43fc2935584c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-b5753a3f-3535-403e-b02a-43fc2935584c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image {
  box-sizing: border-box;
}



.s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5753a3f-3535-403e-b02a-43fc2935584c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container {
      position: relative;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5753a3f-3535-403e-b02a-43fc2935584c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-02705076-79bf-4ab9-a490-70ebb03542c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02705076-79bf-4ab9-a490-70ebb03542c9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-dbfaa965-2e43-4492-82b6-686bd85a59dd {
  margin-left: auto;
margin-right: auto;
}

#s-4ad12580-de72-46b1-8797-c288334277f7 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ad12580-de72-46b1-8797-c288334277f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-95eb280b-ba51-4e44-a529-4378937f3973 {
  margin-left: auto;
margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: center;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 {
  margin: 0 !important;
  overflow: visible;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add background color handling */
  
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
  box-sizing: border-box;
}



.s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95eb280b-ba51-4e44-a529-4378937f3973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
      position: relative;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-95eb280b-ba51-4e44-a529-4378937f3973 {
  margin: 0 !important;
  overflow: visible;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add background color handling */
  
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
  box-sizing: border-box;
}



.s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95eb280b-ba51-4e44-a529-4378937f3973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
      position: relative;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95eb280b-ba51-4e44-a529-4378937f3973 {
  margin: 0 !important;
  overflow: visible;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add background color handling */
  
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
  box-sizing: border-box;
}



.s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95eb280b-ba51-4e44-a529-4378937f3973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
      position: relative;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95eb280b-ba51-4e44-a529-4378937f3973 {
  margin: 0 !important;
  overflow: visible;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add background color handling */
  
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
  box-sizing: border-box;
}



.s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95eb280b-ba51-4e44-a529-4378937f3973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
      position: relative;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-95eb280b-ba51-4e44-a529-4378937f3973 {
  margin: 0 !important;
  overflow: visible;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95eb280b-ba51-4e44-a529-4378937f3973 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add background color handling */
  
}

#s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95eb280b-ba51-4e44-a529-4378937f3973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-95eb280b-ba51-4e44-a529-4378937f3973 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image {
  box-sizing: border-box;
}



.s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95eb280b-ba51-4e44-a529-4378937f3973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container {
      position: relative;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95eb280b-ba51-4e44-a529-4378937f3973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-a773dd74-73b8-4524-8ffb-91969e1ca7eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a773dd74-73b8-4524-8ffb-91969e1ca7eb .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-398ea1b3-2e76-4794-8038-2191c4bea606 {
  margin-left: auto;
margin-right: auto;
}

#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd {
  display: none;
}
#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd, #wrap-s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd, #wrap-content-s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd {
  display: none;
}
#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd, #wrap-s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd, #wrap-content-s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd { display: none !important; }}







#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9b2da1a-d847-4c9e-bfae-bf48c313cabd.shg-box.shg-c {
  justify-content: center;
}

#s-20933ade-5ea3-4903-871d-74b051746adf {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-20933ade-5ea3-4903-871d-74b051746adf .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-858dfaac-1a75-454a-b83c-33db90944116 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  margin: 0 !important;
  overflow: visible;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add background color handling */
  
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image {
  box-sizing: border-box;
}



.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  
}


@media (min-width: 1200px){#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  margin: 0 !important;
  overflow: visible;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add background color handling */
  
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image {
  box-sizing: border-box;
}



.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  margin: 0 !important;
  overflow: visible;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add background color handling */
  
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image {
  box-sizing: border-box;
}



.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  margin: 0 !important;
  overflow: visible;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add background color handling */
  
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image {
  box-sizing: border-box;
}



.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  
}


}@media (max-width: 767px){#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  margin: 0 !important;
  overflow: visible;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add background color handling */
  
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf.shogun-image {
  box-sizing: border-box;
}



.s-4304f4d7-317b-4e1d-a9ff-f2ad48770aaf img.shogun-image {
  
}


}
#s-cb194db6-3f3c-44e7-9df7-0727173e0948 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cb194db6-3f3c-44e7-9df7-0727173e0948"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cb194db6-3f3c-44e7-9df7-0727173e0948"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb194db6-3f3c-44e7-9df7-0727173e0948"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb194db6-3f3c-44e7-9df7-0727173e0948"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: left;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
  box-sizing: border-box;
}



.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
      position: relative;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
  box-sizing: border-box;
}



.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
      position: relative;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
  box-sizing: border-box;
}



.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
      position: relative;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
  box-sizing: border-box;
}



.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
      position: relative;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image {
  box-sizing: border-box;
}



.s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container {
      position: relative;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf295e-9d3f-40e8-a9f5-df99d244d3ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-d9ee36e5-3a93-409b-a434-d74a43cb0b89 {
  margin-left: -35%;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-d9ee36e5-3a93-409b-a434-d74a43cb0b89 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-a38031c6-0192-46a0-bff6-ce851b0c89bb {
  margin-left: -35%;
margin-right: auto;
}

#s-be09e80b-37c2-4a2b-885a-db51f4759250 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-be09e80b-37c2-4a2b-885a-db51f4759250"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-be09e80b-37c2-4a2b-885a-db51f4759250"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be09e80b-37c2-4a2b-885a-db51f4759250"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be09e80b-37c2-4a2b-885a-db51f4759250"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: left;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  margin: 0 !important;
  overflow: visible;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add background color handling */
  
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-content {
  
    justify-content: center;
  
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
  box-sizing: border-box;
}



.s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-314575a3-4bd6-4e44-b67a-cecc25340553 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
      position: relative;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  margin: 0 !important;
  overflow: visible;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add background color handling */
  
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-content {
  
    justify-content: center;
  
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
  box-sizing: border-box;
}



.s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-314575a3-4bd6-4e44-b67a-cecc25340553 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
      position: relative;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  margin: 0 !important;
  overflow: visible;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add background color handling */
  
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-content {
  
    justify-content: center;
  
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
  box-sizing: border-box;
}



.s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-314575a3-4bd6-4e44-b67a-cecc25340553 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
      position: relative;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  margin: 0 !important;
  overflow: visible;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add background color handling */
  
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-content {
  
    justify-content: center;
  
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
  box-sizing: border-box;
}



.s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-314575a3-4bd6-4e44-b67a-cecc25340553 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
      position: relative;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  margin: 0 !important;
  overflow: visible;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-314575a3-4bd6-4e44-b67a-cecc25340553 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add background color handling */
  
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-314575a3-4bd6-4e44-b67a-cecc25340553 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-314575a3-4bd6-4e44-b67a-cecc25340553 .shogun-image-content {
  
    justify-content: center;
  
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image {
  box-sizing: border-box;
}



.s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-314575a3-4bd6-4e44-b67a-cecc25340553 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container {
      position: relative;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-314575a3-4bd6-4e44-b67a-cecc25340553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-8429b777-6c5a-4d42-b95c-b846e04f5a02 {
  margin-left: -35%;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-8429b777-6c5a-4d42-b95c-b846e04f5a02 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-57b5b733-4f88-4295-8843-e981f29c834e {
  margin-left: -35%;
margin-right: auto;
}

#s-c5318c13-101b-4c4b-a391-29f3869fca03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c5318c13-101b-4c4b-a391-29f3869fca03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c5318c13-101b-4c4b-a391-29f3869fca03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5318c13-101b-4c4b-a391-29f3869fca03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5318c13-101b-4c4b-a391-29f3869fca03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: left;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  margin: 0 !important;
  overflow: visible;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add background color handling */
  
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
  box-sizing: border-box;
}



.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
      position: relative;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  margin: 0 !important;
  overflow: visible;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add background color handling */
  
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
  box-sizing: border-box;
}



.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
      position: relative;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  margin: 0 !important;
  overflow: visible;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add background color handling */
  
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
  box-sizing: border-box;
}



.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
      position: relative;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  margin: 0 !important;
  overflow: visible;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add background color handling */
  
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
  box-sizing: border-box;
}



.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
      position: relative;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  margin: 0 !important;
  overflow: visible;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add background color handling */
  
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image {
  box-sizing: border-box;
}



.s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container {
      position: relative;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44a7ff6f-15dc-4e05-8b44-c587a797bc56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-afd45ca7-6716-4025-912d-60d6dd24170a {
  margin-left: -35%;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-afd45ca7-6716-4025-912d-60d6dd24170a .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4a460da2-b475-4074-a33d-8ba556c5edd0 {
  margin-left: -35%;
margin-right: auto;
}

#s-f3297cec-2fc5-42de-9f8e-cf07050d9849 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-f3297cec-2fc5-42de-9f8e-cf07050d9849"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f3297cec-2fc5-42de-9f8e-cf07050d9849"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3297cec-2fc5-42de-9f8e-cf07050d9849"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3297cec-2fc5-42de-9f8e-cf07050d9849"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-49fa0572-e1ba-492b-8886-59e80a123211 {
  margin-right: auto;
max-width: 86px;
aspect-ratio: 1/1;
text-align: left;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
  box-sizing: border-box;
}



.s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa0572-e1ba-492b-8886-59e80a123211 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
      position: relative;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

@media (min-width: 1200px){#s-49fa0572-e1ba-492b-8886-59e80a123211 {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
  box-sizing: border-box;
}



.s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa0572-e1ba-492b-8886-59e80a123211 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
      position: relative;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-49fa0572-e1ba-492b-8886-59e80a123211 {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
  box-sizing: border-box;
}



.s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa0572-e1ba-492b-8886-59e80a123211 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
      position: relative;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-49fa0572-e1ba-492b-8886-59e80a123211 {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
  box-sizing: border-box;
}



.s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa0572-e1ba-492b-8886-59e80a123211 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
      position: relative;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}@media (max-width: 767px){#s-49fa0572-e1ba-492b-8886-59e80a123211 {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa0572-e1ba-492b-8886-59e80a123211 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa0572-e1ba-492b-8886-59e80a123211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 86px;
  }



  img.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
    
    
    
    max-height: 86px;
  }


.s-49fa0572-e1ba-492b-8886-59e80a123211 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image {
  box-sizing: border-box;
}



.s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa0572-e1ba-492b-8886-59e80a123211 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container {
      position: relative;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa0572-e1ba-492b-8886-59e80a123211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 86px;
    }
  }

}
#s-92415cce-0ee4-4c09-b7e0-7cbc5d791bb6 {
  margin-left: -35%;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-92415cce-0ee4-4c09-b7e0-7cbc5d791bb6 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-cebd5c1e-3ec9-46df-a8ce-b0041a1142c4 {
  margin-left: -35%;
margin-right: auto;
}

#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89 {
  display: none;
}
#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89, #wrap-s-aa23590f-e71c-41e0-8031-faf2b8fd9d89, #wrap-content-s-aa23590f-e71c-41e0-8031-faf2b8fd9d89 { display: none !important; }}@media (max-width: 767px){#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89 {
  display: none;
}
#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89, #wrap-s-aa23590f-e71c-41e0-8031-faf2b8fd9d89, #wrap-content-s-aa23590f-e71c-41e0-8031-faf2b8fd9d89 { display: none !important; }}







#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa23590f-e71c-41e0-8031-faf2b8fd9d89.shg-box.shg-c {
  justify-content: center;
}

#s-f066eff5-c4be-432c-a16d-1685998939ee {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-f066eff5-c4be-432c-a16d-1685998939ee .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c3e72df6-2866-4939-8702-f0d52ccd66dc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c3e72df6-2866-4939-8702-f0d52ccd66dc {
  display: none;
}
#s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-content-s-c3e72df6-2866-4939-8702-f0d52ccd66dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3e72df6-2866-4939-8702-f0d52ccd66dc {
  display: none;
}
#s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-content-s-c3e72df6-2866-4939-8702-f0d52ccd66dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3e72df6-2866-4939-8702-f0d52ccd66dc {
  display: none;
}
#s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-content-s-c3e72df6-2866-4939-8702-f0d52ccd66dc { display: none !important; }}@media (max-width: 767px){#s-c3e72df6-2866-4939-8702-f0d52ccd66dc {
  display: none;
}
#s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-s-c3e72df6-2866-4939-8702-f0d52ccd66dc, #wrap-content-s-c3e72df6-2866-4939-8702-f0d52ccd66dc { display: none !important; }}
#s-c3e72df6-2866-4939-8702-f0d52ccd66dc .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-c3e72df6-2866-4939-8702-f0d52ccd66dc .shg-sld-nav-button.shg-sld-left,
#s-c3e72df6-2866-4939-8702-f0d52ccd66dc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-ae7c9cec-b0d8-438a-a7ef-f187dfdec8a9 {
  margin-left: auto;
margin-right: auto;
padding-left: 5em;
padding-right: 5em;
}

@media (min-width: 0px) {
[id="s-ae7c9cec-b0d8-438a-a7ef-f187dfdec8a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae7c9cec-b0d8-438a-a7ef-f187dfdec8a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae7c9cec-b0d8-438a-a7ef-f187dfdec8a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae7c9cec-b0d8-438a-a7ef-f187dfdec8a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6512d30-43c3-42a0-bf6b-63694d4f85f6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-d6512d30-43c3-42a0-bf6b-63694d4f85f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6512d30-43c3-42a0-bf6b-63694d4f85f6.shg-box.shg-c {
  justify-content: center;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
    
    
    
    
  }


.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
  box-sizing: border-box;
}



.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
    
    
    
    
  }


.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
  box-sizing: border-box;
}



.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
    
    
    
    
  }


.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
  box-sizing: border-box;
}



.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
    
    
    
    
  }


.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
  box-sizing: border-box;
}



.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
    
    
    
    
  }


.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a.shogun-image {
  box-sizing: border-box;
}



.s-ec29e4ad-1c86-49f7-bb6d-fd48e6ba3e4a img.shogun-image {
  
}


}
#s-fa23b7d4-9f9e-42c3-9f57-d71186a72a98 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-fa23b7d4-9f9e-42c3-9f57-d71186a72a98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa23b7d4-9f9e-42c3-9f57-d71186a72a98.shg-box.shg-c {
  justify-content: center;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-08863585-1440-40cb-a7fd-e2cbf21696b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
  box-sizing: border-box;
}



.s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-08863585-1440-40cb-a7fd-e2cbf21696b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
  box-sizing: border-box;
}



.s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-08863585-1440-40cb-a7fd-e2cbf21696b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
  box-sizing: border-box;
}



.s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-08863585-1440-40cb-a7fd-e2cbf21696b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
  box-sizing: border-box;
}



.s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08863585-1440-40cb-a7fd-e2cbf21696b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-08863585-1440-40cb-a7fd-e2cbf21696b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08863585-1440-40cb-a7fd-e2cbf21696b2.shogun-image {
  box-sizing: border-box;
}



.s-08863585-1440-40cb-a7fd-e2cbf21696b2 img.shogun-image {
  
}


}
#s-015f7a35-ab2f-4d43-a6b0-4da35820781c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-015f7a35-ab2f-4d43-a6b0-4da35820781c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-015f7a35-ab2f-4d43-a6b0-4da35820781c.shg-box.shg-c {
  justify-content: center;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  margin: 0 !important;
  overflow: visible;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add background color handling */
  
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 .shogun-image-content {
  
    justify-content: center;
  
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
  box-sizing: border-box;
}



.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  
}


@media (min-width: 1200px){#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  margin: 0 !important;
  overflow: visible;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add background color handling */
  
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 .shogun-image-content {
  
    justify-content: center;
  
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
  box-sizing: border-box;
}



.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  margin: 0 !important;
  overflow: visible;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add background color handling */
  
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 .shogun-image-content {
  
    justify-content: center;
  
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
  box-sizing: border-box;
}



.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  margin: 0 !important;
  overflow: visible;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add background color handling */
  
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 .shogun-image-content {
  
    justify-content: center;
  
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
  box-sizing: border-box;
}



.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  
}


}@media (max-width: 767px){#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  margin: 0 !important;
  overflow: visible;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-891d6f87-a8f5-4b5e-b2e9-004324da4627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add background color handling */
  
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 .shogun-image-content {
  
    justify-content: center;
  
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-891d6f87-a8f5-4b5e-b2e9-004324da4627.shogun-image {
  box-sizing: border-box;
}



.s-891d6f87-a8f5-4b5e-b2e9-004324da4627 img.shogun-image {
  
}


}
#s-c05c959b-eace-4790-ba25-7999ea24fb53 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
background-color: rgba(255, 116, 0, 0);
}

@media (min-width: 0px) {
[id="s-c05c959b-eace-4790-ba25-7999ea24fb53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c05c959b-eace-4790-ba25-7999ea24fb53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c05c959b-eace-4790-ba25-7999ea24fb53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c05c959b-eace-4790-ba25-7999ea24fb53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-a2e4e47c-10c3-40e8-a30b-bf666b03ab76 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-a2e4e47c-10c3-40e8-a30b-bf666b03ab76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2e4e47c-10c3-40e8-a30b-bf666b03ab76.shg-box.shg-c {
  justify-content: center;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-75d4b82c-6094-447a-a384-1b47d0e45bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
  box-sizing: border-box;
}



.s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  
}


@media (min-width: 1200px){#s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-75d4b82c-6094-447a-a384-1b47d0e45bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
  box-sizing: border-box;
}



.s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-75d4b82c-6094-447a-a384-1b47d0e45bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
  box-sizing: border-box;
}



.s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-75d4b82c-6094-447a-a384-1b47d0e45bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
  box-sizing: border-box;
}



.s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  
}


}@media (max-width: 767px){#s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d4b82c-6094-447a-a384-1b47d0e45bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-75d4b82c-6094-447a-a384-1b47d0e45bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d4b82c-6094-447a-a384-1b47d0e45bbe.shogun-image {
  box-sizing: border-box;
}



.s-75d4b82c-6094-447a-a384-1b47d0e45bbe img.shogun-image {
  
}


}
#s-3a139fce-931d-4d3f-bdae-adfd57001b24 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-3a139fce-931d-4d3f-bdae-adfd57001b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a139fce-931d-4d3f-bdae-adfd57001b24.shg-box.shg-c {
  justify-content: center;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-197c8b13-0d60-4269-b522-e902e10d98e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
  box-sizing: border-box;
}



.s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-197c8b13-0d60-4269-b522-e902e10d98e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
  box-sizing: border-box;
}



.s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-197c8b13-0d60-4269-b522-e902e10d98e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
  box-sizing: border-box;
}



.s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-197c8b13-0d60-4269-b522-e902e10d98e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
  box-sizing: border-box;
}



.s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197c8b13-0d60-4269-b522-e902e10d98e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-197c8b13-0d60-4269-b522-e902e10d98e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197c8b13-0d60-4269-b522-e902e10d98e3.shogun-image {
  box-sizing: border-box;
}



.s-197c8b13-0d60-4269-b522-e902e10d98e3 img.shogun-image {
  
}


}
#s-09ce29c8-a10f-4daf-b0c5-373f91f1c278 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-09ce29c8-a10f-4daf-b0c5-373f91f1c278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09ce29c8-a10f-4daf-b0c5-373f91f1c278.shg-box.shg-c {
  justify-content: center;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  margin: 0 !important;
  overflow: visible;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add background color handling */
  
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-e0be37ab-9149-49a4-935a-79c5609fd6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
  box-sizing: border-box;
}



.s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  
}


@media (min-width: 1200px){#s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  margin: 0 !important;
  overflow: visible;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add background color handling */
  
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-e0be37ab-9149-49a4-935a-79c5609fd6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
  box-sizing: border-box;
}



.s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  margin: 0 !important;
  overflow: visible;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add background color handling */
  
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-e0be37ab-9149-49a4-935a-79c5609fd6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
  box-sizing: border-box;
}



.s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  margin: 0 !important;
  overflow: visible;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add background color handling */
  
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-e0be37ab-9149-49a4-935a-79c5609fd6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
  box-sizing: border-box;
}



.s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  
}


}@media (max-width: 767px){#s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  margin: 0 !important;
  overflow: visible;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0be37ab-9149-49a4-935a-79c5609fd6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add background color handling */
  
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-e0be37ab-9149-49a4-935a-79c5609fd6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0be37ab-9149-49a4-935a-79c5609fd6be.shogun-image {
  box-sizing: border-box;
}



.s-e0be37ab-9149-49a4-935a-79c5609fd6be img.shogun-image {
  
}


}
#s-a43e2c0c-abe8-4b1b-a303-cf9534038dd0 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-a43e2c0c-abe8-4b1b-a303-cf9534038dd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a43e2c0c-abe8-4b1b-a303-cf9534038dd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a43e2c0c-abe8-4b1b-a303-cf9534038dd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a43e2c0c-abe8-4b1b-a303-cf9534038dd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-437bc9b4-eb90-442a-ba21-76a4b1058b8f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-437bc9b4-eb90-442a-ba21-76a4b1058b8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-437bc9b4-eb90-442a-ba21-76a4b1058b8f.shg-box.shg-c {
  justify-content: center;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
  box-sizing: border-box;
}



.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
  box-sizing: border-box;
}



.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
  box-sizing: border-box;
}



.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
  box-sizing: border-box;
}



.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7.shogun-image {
  box-sizing: border-box;
}



.s-77bfa01e-12cb-41d8-9b50-b1466a25a5e7 img.shogun-image {
  
}


}
#s-8edbf9f0-696a-4e36-af8b-94bd9268ec19 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-8edbf9f0-696a-4e36-af8b-94bd9268ec19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8edbf9f0-696a-4e36-af8b-94bd9268ec19.shg-box.shg-c {
  justify-content: center;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
  box-sizing: border-box;
}



.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  
}


@media (min-width: 1200px){#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
  box-sizing: border-box;
}



.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
  box-sizing: border-box;
}



.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
  box-sizing: border-box;
}



.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  
}


}@media (max-width: 767px){#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39b59add-f148-4eae-8fe4-f5eebca3f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b59add-f148-4eae-8fe4-f5eebca3f2ed.shogun-image {
  box-sizing: border-box;
}



.s-39b59add-f148-4eae-8fe4-f5eebca3f2ed img.shogun-image {
  
}


}
#s-fbd8f9c6-e43d-42d4-bb58-efe62fccf6b9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-fbd8f9c6-e43d-42d4-bb58-efe62fccf6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbd8f9c6-e43d-42d4-bb58-efe62fccf6b9.shg-box.shg-c {
  justify-content: center;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  margin: 0 !important;
  overflow: visible;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add background color handling */
  
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-358cf2ab-419f-48ac-875d-6ad186e05955 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
  box-sizing: border-box;
}



.s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  
}


@media (min-width: 1200px){#s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  margin: 0 !important;
  overflow: visible;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add background color handling */
  
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-358cf2ab-419f-48ac-875d-6ad186e05955 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
  box-sizing: border-box;
}



.s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  margin: 0 !important;
  overflow: visible;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add background color handling */
  
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-358cf2ab-419f-48ac-875d-6ad186e05955 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
  box-sizing: border-box;
}



.s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  margin: 0 !important;
  overflow: visible;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add background color handling */
  
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-358cf2ab-419f-48ac-875d-6ad186e05955 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
  box-sizing: border-box;
}



.s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  
}


}@media (max-width: 767px){#s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  margin: 0 !important;
  overflow: visible;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358cf2ab-419f-48ac-875d-6ad186e05955 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add background color handling */
  
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-358cf2ab-419f-48ac-875d-6ad186e05955 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358cf2ab-419f-48ac-875d-6ad186e05955.shogun-image {
  box-sizing: border-box;
}



.s-358cf2ab-419f-48ac-875d-6ad186e05955 img.shogun-image {
  
}


}
#s-ce4c7939-4090-4572-b363-20a5ca002c52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ce4c7939-4090-4572-b363-20a5ca002c52 .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-ce4c7939-4090-4572-b363-20a5ca002c52 .shg-sld-nav-button.shg-sld-left,
#s-ce4c7939-4090-4572-b363-20a5ca002c52 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-d1ea042c-b29b-4a5d-b17c-9c0ea9e38401 {
  margin-left: auto;
margin-right: auto;
padding-left: 5em;
padding-right: 5em;
}

@media (min-width: 0px) {
[id="s-d1ea042c-b29b-4a5d-b17c-9c0ea9e38401"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ea042c-b29b-4a5d-b17c-9c0ea9e38401"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ea042c-b29b-4a5d-b17c-9c0ea9e38401"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ea042c-b29b-4a5d-b17c-9c0ea9e38401"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82e40aab-a91d-4a68-af01-a4678b447394 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-82e40aab-a91d-4a68-af01-a4678b447394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82e40aab-a91d-4a68-af01-a4678b447394.shg-box.shg-c {
  justify-content: center;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f {
  margin: 0 !important;
  overflow: visible;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add background color handling */
  
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-133680e0-eff8-4dc4-af62-7338e655874f .shogun-image-content {
  
    justify-content: center;
  
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
  box-sizing: border-box;
}



.s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  
}


@media (min-width: 1200px){#s-133680e0-eff8-4dc4-af62-7338e655874f {
  margin: 0 !important;
  overflow: visible;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add background color handling */
  
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-133680e0-eff8-4dc4-af62-7338e655874f .shogun-image-content {
  
    justify-content: center;
  
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
  box-sizing: border-box;
}



.s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-133680e0-eff8-4dc4-af62-7338e655874f {
  margin: 0 !important;
  overflow: visible;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add background color handling */
  
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-133680e0-eff8-4dc4-af62-7338e655874f .shogun-image-content {
  
    justify-content: center;
  
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
  box-sizing: border-box;
}



.s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-133680e0-eff8-4dc4-af62-7338e655874f {
  margin: 0 !important;
  overflow: visible;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add background color handling */
  
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-133680e0-eff8-4dc4-af62-7338e655874f .shogun-image-content {
  
    justify-content: center;
  
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
  box-sizing: border-box;
}



.s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  
}


}@media (max-width: 767px){#s-133680e0-eff8-4dc4-af62-7338e655874f {
  margin: 0 !important;
  overflow: visible;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-133680e0-eff8-4dc4-af62-7338e655874f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add background color handling */
  
}

#s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-133680e0-eff8-4dc4-af62-7338e655874f .shogun-image-content {
  
    justify-content: center;
  
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133680e0-eff8-4dc4-af62-7338e655874f.shogun-image {
  box-sizing: border-box;
}



.s-133680e0-eff8-4dc4-af62-7338e655874f img.shogun-image {
  
}


}
#s-86e5baab-9874-4784-a52d-4382247c559d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-86e5baab-9874-4784-a52d-4382247c559d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86e5baab-9874-4784-a52d-4382247c559d.shg-box.shg-c {
  justify-content: center;
}

#s-1c368e82-3957-442b-8444-57cde0179cda {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-1c368e82-3957-442b-8444-57cde0179cda {
  margin: 0 !important;
  overflow: visible;
}

#s-1c368e82-3957-442b-8444-57cde0179cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add background color handling */
  
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-1c368e82-3957-442b-8444-57cde0179cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
  box-sizing: border-box;
}



.s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  
}


@media (min-width: 1200px){#s-1c368e82-3957-442b-8444-57cde0179cda {
  margin: 0 !important;
  overflow: visible;
}

#s-1c368e82-3957-442b-8444-57cde0179cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add background color handling */
  
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-1c368e82-3957-442b-8444-57cde0179cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
  box-sizing: border-box;
}



.s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1c368e82-3957-442b-8444-57cde0179cda {
  margin: 0 !important;
  overflow: visible;
}

#s-1c368e82-3957-442b-8444-57cde0179cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add background color handling */
  
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-1c368e82-3957-442b-8444-57cde0179cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
  box-sizing: border-box;
}



.s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1c368e82-3957-442b-8444-57cde0179cda {
  margin: 0 !important;
  overflow: visible;
}

#s-1c368e82-3957-442b-8444-57cde0179cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add background color handling */
  
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-1c368e82-3957-442b-8444-57cde0179cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
  box-sizing: border-box;
}



.s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  
}


}@media (max-width: 767px){#s-1c368e82-3957-442b-8444-57cde0179cda {
  margin: 0 !important;
  overflow: visible;
}

#s-1c368e82-3957-442b-8444-57cde0179cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c368e82-3957-442b-8444-57cde0179cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add background color handling */
  
}

#s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-1c368e82-3957-442b-8444-57cde0179cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c368e82-3957-442b-8444-57cde0179cda.shogun-image {
  box-sizing: border-box;
}



.s-1c368e82-3957-442b-8444-57cde0179cda img.shogun-image {
  
}


}
#s-980207c8-c319-450a-b3ef-7483120637d9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-980207c8-c319-450a-b3ef-7483120637d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-980207c8-c319-450a-b3ef-7483120637d9.shg-box.shg-c {
  justify-content: center;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  margin: 0 !important;
  overflow: visible;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add background color handling */
  
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
  box-sizing: border-box;
}



.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  margin: 0 !important;
  overflow: visible;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add background color handling */
  
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
  box-sizing: border-box;
}



.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  margin: 0 !important;
  overflow: visible;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add background color handling */
  
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
  box-sizing: border-box;
}



.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  margin: 0 !important;
  overflow: visible;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add background color handling */
  
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
  box-sizing: border-box;
}



.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  margin: 0 !important;
  overflow: visible;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1bbd277-118c-4b3c-9052-0f8b0da762fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add background color handling */
  
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1bbd277-118c-4b3c-9052-0f8b0da762fb.shogun-image {
  box-sizing: border-box;
}



.s-a1bbd277-118c-4b3c-9052-0f8b0da762fb img.shogun-image {
  
}


}
#s-9d59f00a-fcab-4de2-adc5-802dbaaa01cd {
  margin-left: auto;
margin-right: auto;
padding-left: 5em;
padding-right: 5em;
}

@media (min-width: 0px) {
[id="s-9d59f00a-fcab-4de2-adc5-802dbaaa01cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d59f00a-fcab-4de2-adc5-802dbaaa01cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9d59f00a-fcab-4de2-adc5-802dbaaa01cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d59f00a-fcab-4de2-adc5-802dbaaa01cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-28626c49-23f0-477c-80b3-080d7e33bb7d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-28626c49-23f0-477c-80b3-080d7e33bb7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28626c49-23f0-477c-80b3-080d7e33bb7d.shg-box.shg-c {
  justify-content: center;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  margin: 0 !important;
  overflow: visible;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add background color handling */
  
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
  box-sizing: border-box;
}



.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  
}


@media (min-width: 1200px){#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  margin: 0 !important;
  overflow: visible;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add background color handling */
  
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
  box-sizing: border-box;
}



.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  margin: 0 !important;
  overflow: visible;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add background color handling */
  
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
  box-sizing: border-box;
}



.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  margin: 0 !important;
  overflow: visible;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add background color handling */
  
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
  box-sizing: border-box;
}



.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  
}


}@media (max-width: 767px){#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  margin: 0 !important;
  overflow: visible;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-231aac9f-a54f-439d-b19e-6228a8bdaf6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add background color handling */
  
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231aac9f-a54f-439d-b19e-6228a8bdaf6a.shogun-image {
  box-sizing: border-box;
}



.s-231aac9f-a54f-439d-b19e-6228a8bdaf6a img.shogun-image {
  
}


}
#s-1101f1ce-4bf0-4367-b3e6-d5a36cdb7d13 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-1101f1ce-4bf0-4367-b3e6-d5a36cdb7d13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1101f1ce-4bf0-4367-b3e6-d5a36cdb7d13.shg-box.shg-c {
  justify-content: center;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-29fad53e-7e00-4232-8d28-b30c9187f3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
  box-sizing: border-box;
}



.s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  
}


@media (min-width: 1200px){#s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-29fad53e-7e00-4232-8d28-b30c9187f3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
  box-sizing: border-box;
}



.s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-29fad53e-7e00-4232-8d28-b30c9187f3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
  box-sizing: border-box;
}



.s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-29fad53e-7e00-4232-8d28-b30c9187f3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
  box-sizing: border-box;
}



.s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  
}


}@media (max-width: 767px){#s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29fad53e-7e00-4232-8d28-b30c9187f3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-29fad53e-7e00-4232-8d28-b30c9187f3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29fad53e-7e00-4232-8d28-b30c9187f3cb.shogun-image {
  box-sizing: border-box;
}



.s-29fad53e-7e00-4232-8d28-b30c9187f3cb img.shogun-image {
  
}


}
#s-7b164eca-7c07-4f68-83e4-a158796aa74c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-7b164eca-7c07-4f68-83e4-a158796aa74c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b164eca-7c07-4f68-83e4-a158796aa74c.shg-box.shg-c {
  justify-content: center;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  margin: 0 !important;
  overflow: visible;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add background color handling */
  
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-5e9d08c0-7f1f-4826-b267-52715cc602be .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
  box-sizing: border-box;
}



.s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  
}


@media (min-width: 1200px){#s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  margin: 0 !important;
  overflow: visible;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add background color handling */
  
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-5e9d08c0-7f1f-4826-b267-52715cc602be .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
  box-sizing: border-box;
}



.s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  margin: 0 !important;
  overflow: visible;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add background color handling */
  
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-5e9d08c0-7f1f-4826-b267-52715cc602be .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
  box-sizing: border-box;
}



.s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  margin: 0 !important;
  overflow: visible;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add background color handling */
  
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-5e9d08c0-7f1f-4826-b267-52715cc602be .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
  box-sizing: border-box;
}



.s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  
}


}@media (max-width: 767px){#s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  margin: 0 !important;
  overflow: visible;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e9d08c0-7f1f-4826-b267-52715cc602be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add background color handling */
  
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-5e9d08c0-7f1f-4826-b267-52715cc602be .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9d08c0-7f1f-4826-b267-52715cc602be.shogun-image {
  box-sizing: border-box;
}



.s-5e9d08c0-7f1f-4826-b267-52715cc602be img.shogun-image {
  
}


}
#s-a8d2514b-ca45-4c78-b38c-52a183c81bd2 {
  margin-left: auto;
margin-right: auto;
padding-left: 5em;
padding-right: 5em;
}

@media (min-width: 0px) {
[id="s-a8d2514b-ca45-4c78-b38c-52a183c81bd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d2514b-ca45-4c78-b38c-52a183c81bd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d2514b-ca45-4c78-b38c-52a183c81bd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d2514b-ca45-4c78-b38c-52a183c81bd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6d4d22c3-156f-4921-810d-49a31c4daeca {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-6d4d22c3-156f-4921-810d-49a31c4daeca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d4d22c3-156f-4921-810d-49a31c4daeca.shg-box.shg-c {
  justify-content: center;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
    
    
    
    
  }


.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
  box-sizing: border-box;
}



.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
    
    
    
    
  }


.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
  box-sizing: border-box;
}



.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
    
    
    
    
  }


.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
  box-sizing: border-box;
}



.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
    
    
    
    
  }


.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
  box-sizing: border-box;
}



.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
    
    
    
    
  }


.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac.shogun-image {
  box-sizing: border-box;
}



.s-ec438401-6bc4-4d7a-b26a-1d0714edc5ac img.shogun-image {
  
}


}
#s-d4581354-9a5c-44ad-926c-9d42667b5b55 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-d4581354-9a5c-44ad-926c-9d42667b5b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4581354-9a5c-44ad-926c-9d42667b5b55.shg-box.shg-c {
  justify-content: center;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 {
  margin: 0 !important;
  overflow: visible;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add background color handling */
  
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-83ccc75b-c074-4275-a840-3613f55e2764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
  box-sizing: border-box;
}



.s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  
}


@media (min-width: 1200px){#s-83ccc75b-c074-4275-a840-3613f55e2764 {
  margin: 0 !important;
  overflow: visible;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add background color handling */
  
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-83ccc75b-c074-4275-a840-3613f55e2764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
  box-sizing: border-box;
}



.s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-83ccc75b-c074-4275-a840-3613f55e2764 {
  margin: 0 !important;
  overflow: visible;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add background color handling */
  
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-83ccc75b-c074-4275-a840-3613f55e2764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
  box-sizing: border-box;
}



.s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-83ccc75b-c074-4275-a840-3613f55e2764 {
  margin: 0 !important;
  overflow: visible;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add background color handling */
  
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-83ccc75b-c074-4275-a840-3613f55e2764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
  box-sizing: border-box;
}



.s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  
}


}@media (max-width: 767px){#s-83ccc75b-c074-4275-a840-3613f55e2764 {
  margin: 0 !important;
  overflow: visible;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ccc75b-c074-4275-a840-3613f55e2764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add background color handling */
  
}

#s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-83ccc75b-c074-4275-a840-3613f55e2764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ccc75b-c074-4275-a840-3613f55e2764.shogun-image {
  box-sizing: border-box;
}



.s-83ccc75b-c074-4275-a840-3613f55e2764 img.shogun-image {
  
}


}
#s-7741c498-db79-4edd-b6bc-7680f0f8cb1c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-7741c498-db79-4edd-b6bc-7680f0f8cb1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7741c498-db79-4edd-b6bc-7680f0f8cb1c.shg-box.shg-c {
  justify-content: center;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
  box-sizing: border-box;
}



.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
  box-sizing: border-box;
}



.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
  box-sizing: border-box;
}



.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
  box-sizing: border-box;
}



.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-262deda0-2019-4ad0-b906-d6933ad1c2b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-262deda0-2019-4ad0-b906-d6933ad1c2b6.shogun-image {
  box-sizing: border-box;
}



.s-262deda0-2019-4ad0-b906-d6933ad1c2b6 img.shogun-image {
  
}


}
#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0);
}
@media (min-width: 1200px){#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1 {
  display: none;
}
#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1, #wrap-s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1, #wrap-content-s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1 {
  display: none;
}
#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1, #wrap-s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1, #wrap-content-s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1 { display: none !important; }}







#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1954d91b-bbb8-446b-8fda-3f3fd301d4f1.shg-box.shg-c {
  justify-content: center;
}

#s-0b824353-1abb-4329-9bcf-70eaec714cf9 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-0b824353-1abb-4329-9bcf-70eaec714cf9 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 {
  display: none;
}
#s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-content-s-66521394-ab6d-4bc9-b8ad-092b48d57c29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 {
  display: none;
}
#s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-content-s-66521394-ab6d-4bc9-b8ad-092b48d57c29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 {
  display: none;
}
#s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-content-s-66521394-ab6d-4bc9-b8ad-092b48d57c29 { display: none !important; }}@media (max-width: 767px){#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 {
  display: none;
}
#s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-s-66521394-ab6d-4bc9-b8ad-092b48d57c29, #wrap-content-s-66521394-ab6d-4bc9-b8ad-092b48d57c29 { display: none !important; }}
#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 .shg-sld-nav-button.shg-sld-left,
#s-66521394-ab6d-4bc9-b8ad-092b48d57c29 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-818a9074-f75d-4d36-ac45-c31fbf6e1ff6 {
  margin-left: auto;
margin-right: auto;
padding-left: 5em;
padding-right: 5em;
}

@media (min-width: 0px) {
[id="s-818a9074-f75d-4d36-ac45-c31fbf6e1ff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-818a9074-f75d-4d36-ac45-c31fbf6e1ff6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-818a9074-f75d-4d36-ac45-c31fbf6e1ff6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-818a9074-f75d-4d36-ac45-c31fbf6e1ff6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e9dce941-99c2-43f5-93d4-6b4a44bd31e1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-e9dce941-99c2-43f5-93d4-6b4a44bd31e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9dce941-99c2-43f5-93d4-6b4a44bd31e1.shg-box.shg-c {
  justify-content: center;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
    
    
    
    
  }


.s-2b594efa-0424-484b-a9fa-e5b7af403790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
  box-sizing: border-box;
}



.s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
    
    
    
    
  }


.s-2b594efa-0424-484b-a9fa-e5b7af403790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
  box-sizing: border-box;
}



.s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
    
    
    
    
  }


.s-2b594efa-0424-484b-a9fa-e5b7af403790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
  box-sizing: border-box;
}



.s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
    
    
    
    
  }


.s-2b594efa-0424-484b-a9fa-e5b7af403790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
  box-sizing: border-box;
}



.s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b594efa-0424-484b-a9fa-e5b7af403790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
    
    
    
    
  }


.s-2b594efa-0424-484b-a9fa-e5b7af403790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b594efa-0424-484b-a9fa-e5b7af403790.shogun-image {
  box-sizing: border-box;
}



.s-2b594efa-0424-484b-a9fa-e5b7af403790 img.shogun-image {
  
}


}
#s-d04cffdb-10fa-4d0b-8dc5-c85348f7f9f3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-d04cffdb-10fa-4d0b-8dc5-c85348f7f9f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d04cffdb-10fa-4d0b-8dc5-c85348f7f9f3.shg-box.shg-c {
  justify-content: center;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f {
  margin: 0 !important;
  overflow: visible;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add background color handling */
  
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-c58a68f7-96ea-4577-8397-8d490d48317f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
  box-sizing: border-box;
}



.s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  
}


@media (min-width: 1200px){#s-c58a68f7-96ea-4577-8397-8d490d48317f {
  margin: 0 !important;
  overflow: visible;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add background color handling */
  
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-c58a68f7-96ea-4577-8397-8d490d48317f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
  box-sizing: border-box;
}



.s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c58a68f7-96ea-4577-8397-8d490d48317f {
  margin: 0 !important;
  overflow: visible;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add background color handling */
  
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-c58a68f7-96ea-4577-8397-8d490d48317f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
  box-sizing: border-box;
}



.s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c58a68f7-96ea-4577-8397-8d490d48317f {
  margin: 0 !important;
  overflow: visible;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add background color handling */
  
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-c58a68f7-96ea-4577-8397-8d490d48317f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
  box-sizing: border-box;
}



.s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  
}


}@media (max-width: 767px){#s-c58a68f7-96ea-4577-8397-8d490d48317f {
  margin: 0 !important;
  overflow: visible;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c58a68f7-96ea-4577-8397-8d490d48317f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add background color handling */
  
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-c58a68f7-96ea-4577-8397-8d490d48317f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a68f7-96ea-4577-8397-8d490d48317f.shogun-image {
  box-sizing: border-box;
}



.s-c58a68f7-96ea-4577-8397-8d490d48317f img.shogun-image {
  
}


}
#s-0d4324ab-9698-47df-b321-9b8407f2d1e2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-0d4324ab-9698-47df-b321-9b8407f2d1e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d4324ab-9698-47df-b321-9b8407f2d1e2.shg-box.shg-c {
  justify-content: center;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
  box-sizing: border-box;
}



.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
  box-sizing: border-box;
}



.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
  box-sizing: border-box;
}



.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
  box-sizing: border-box;
}



.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ec6ae5d-93f8-4699-8c50-d6c312141829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ec6ae5d-93f8-4699-8c50-d6c312141829.shogun-image {
  box-sizing: border-box;
}



.s-3ec6ae5d-93f8-4699-8c50-d6c312141829 img.shogun-image {
  
}


}
#s-31630bee-fbf3-4218-9159-26164c9b9adf {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
background-color: rgba(255, 116, 0, 0);
}

@media (min-width: 0px) {
[id="s-31630bee-fbf3-4218-9159-26164c9b9adf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31630bee-fbf3-4218-9159-26164c9b9adf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-31630bee-fbf3-4218-9159-26164c9b9adf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-31630bee-fbf3-4218-9159-26164c9b9adf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-75118682-4c42-4d16-85e9-442510d60d08 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-75118682-4c42-4d16-85e9-442510d60d08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75118682-4c42-4d16-85e9-442510d60d08.shg-box.shg-c {
  justify-content: center;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
  box-sizing: border-box;
}



.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
  box-sizing: border-box;
}



.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
  box-sizing: border-box;
}



.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
  box-sizing: border-box;
}



.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65.shogun-image {
  box-sizing: border-box;
}



.s-ba66c4ee-6c73-4ad7-9a28-e296a5048c65 img.shogun-image {
  
}


}
#s-e4287efc-c088-496f-8be1-9320b3419005 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-e4287efc-c088-496f-8be1-9320b3419005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4287efc-c088-496f-8be1-9320b3419005.shg-box.shg-c {
  justify-content: center;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  margin: 0 !important;
  overflow: visible;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add background color handling */
  
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
  box-sizing: border-box;
}



.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  
}


@media (min-width: 1200px){#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  margin: 0 !important;
  overflow: visible;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add background color handling */
  
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
  box-sizing: border-box;
}



.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  margin: 0 !important;
  overflow: visible;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add background color handling */
  
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
  box-sizing: border-box;
}



.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  margin: 0 !important;
  overflow: visible;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add background color handling */
  
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
  box-sizing: border-box;
}



.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  
}


}@media (max-width: 767px){#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  margin: 0 !important;
  overflow: visible;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add background color handling */
  
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc.shogun-image {
  box-sizing: border-box;
}



.s-b32beff1-78bf-4f5a-bdb7-58dbabbcbbfc img.shogun-image {
  
}


}
#s-89995346-11e5-4814-ad10-f868b909d4cb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-89995346-11e5-4814-ad10-f868b909d4cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89995346-11e5-4814-ad10-f868b909d4cb.shg-box.shg-c {
  justify-content: center;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  margin: 0 !important;
  overflow: visible;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add background color handling */
  
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
  box-sizing: border-box;
}



.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  
}


@media (min-width: 1200px){#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  margin: 0 !important;
  overflow: visible;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add background color handling */
  
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
  box-sizing: border-box;
}



.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  margin: 0 !important;
  overflow: visible;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add background color handling */
  
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
  box-sizing: border-box;
}



.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  margin: 0 !important;
  overflow: visible;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add background color handling */
  
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
  box-sizing: border-box;
}



.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  
}


}@media (max-width: 767px){#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  margin: 0 !important;
  overflow: visible;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add background color handling */
  
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa.shogun-image {
  box-sizing: border-box;
}



.s-fe3eba9b-3a24-4f83-83ec-2e0e78c79cfa img.shogun-image {
  
}


}
#s-aa888dec-02e5-4368-8a1f-549aeaffe7d5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-aa888dec-02e5-4368-8a1f-549aeaffe7d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa888dec-02e5-4368-8a1f-549aeaffe7d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-aa888dec-02e5-4368-8a1f-549aeaffe7d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa888dec-02e5-4368-8a1f-549aeaffe7d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-a2481877-f2ef-4bb9-b073-75e569a70228 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-a2481877-f2ef-4bb9-b073-75e569a70228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2481877-f2ef-4bb9-b073-75e569a70228.shg-box.shg-c {
  justify-content: center;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
  box-sizing: border-box;
}



.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
  box-sizing: border-box;
}



.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
  box-sizing: border-box;
}



.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
  box-sizing: border-box;
}



.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7.shogun-image {
  box-sizing: border-box;
}



.s-f3d4bf16-8df3-47bd-97f9-4e05c033b7d7 img.shogun-image {
  
}


}
#s-b814d5ef-dbb7-4281-878f-2bd9bd8a23f4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-b814d5ef-dbb7-4281-878f-2bd9bd8a23f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b814d5ef-dbb7-4281-878f-2bd9bd8a23f4.shg-box.shg-c {
  justify-content: center;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
  box-sizing: border-box;
}



.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  
}


@media (min-width: 1200px){#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
  box-sizing: border-box;
}



.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
  box-sizing: border-box;
}



.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
  box-sizing: border-box;
}



.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  
}


}@media (max-width: 767px){#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e5c78f-d41f-4057-af1b-3e7158cfcc50.shogun-image {
  box-sizing: border-box;
}



.s-46e5c78f-d41f-4057-af1b-3e7158cfcc50 img.shogun-image {
  
}


}
#s-7667b6e7-5401-4baf-9802-21dc5f9884f2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-7667b6e7-5401-4baf-9802-21dc5f9884f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7667b6e7-5401-4baf-9802-21dc5f9884f2.shg-box.shg-c {
  justify-content: center;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  margin: 0 !important;
  overflow: visible;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add background color handling */
  
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
  box-sizing: border-box;
}



.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  
}


@media (min-width: 1200px){#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  margin: 0 !important;
  overflow: visible;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add background color handling */
  
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
  box-sizing: border-box;
}



.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  margin: 0 !important;
  overflow: visible;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add background color handling */
  
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
  box-sizing: border-box;
}



.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  margin: 0 !important;
  overflow: visible;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add background color handling */
  
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
  box-sizing: border-box;
}



.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  
}


}@media (max-width: 767px){#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  margin: 0 !important;
  overflow: visible;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add background color handling */
  
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd.shogun-image {
  box-sizing: border-box;
}



.s-4de2f9fa-28ed-4f4c-a29c-c2aff09f35dd img.shogun-image {
  
}


}
#s-d640c2b3-8baf-428a-b200-63023686baf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d640c2b3-8baf-428a-b200-63023686baf3 .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-d640c2b3-8baf-428a-b200-63023686baf3 .shg-sld-nav-button.shg-sld-left,
#s-d640c2b3-8baf-428a-b200-63023686baf3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-32e42ffe-0baf-489b-83e3-751625100ee0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-32e42ffe-0baf-489b-83e3-751625100ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32e42ffe-0baf-489b-83e3-751625100ee0.shg-box.shg-c {
  justify-content: center;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-96c8be47-2a28-4335-9e62-0ec563e475e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
  box-sizing: border-box;
}



.s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-96c8be47-2a28-4335-9e62-0ec563e475e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
  box-sizing: border-box;
}



.s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-96c8be47-2a28-4335-9e62-0ec563e475e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
  box-sizing: border-box;
}



.s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-96c8be47-2a28-4335-9e62-0ec563e475e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
  box-sizing: border-box;
}



.s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96c8be47-2a28-4335-9e62-0ec563e475e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-96c8be47-2a28-4335-9e62-0ec563e475e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c8be47-2a28-4335-9e62-0ec563e475e5.shogun-image {
  box-sizing: border-box;
}



.s-96c8be47-2a28-4335-9e62-0ec563e475e5 img.shogun-image {
  
}


}
#s-36539d5d-c075-4bf9-8030-eb5e97b32014 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-36539d5d-c075-4bf9-8030-eb5e97b32014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36539d5d-c075-4bf9-8030-eb5e97b32014.shg-box.shg-c {
  justify-content: center;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
  box-sizing: border-box;
}



.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
  box-sizing: border-box;
}



.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
  box-sizing: border-box;
}



.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
  box-sizing: border-box;
}



.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832.shogun-image {
  box-sizing: border-box;
}



.s-ed85ddd6-dd99-43a4-bd70-5d03b3a32832 img.shogun-image {
  
}


}
#s-09d29d41-3d93-4cfc-8ccb-2a7adbf5d1f7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-09d29d41-3d93-4cfc-8ccb-2a7adbf5d1f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09d29d41-3d93-4cfc-8ccb-2a7adbf5d1f7.shg-box.shg-c {
  justify-content: center;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  margin: 0 !important;
  overflow: visible;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add background color handling */
  
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-34c9e09d-dc31-47bc-af66-4227a56e270b .shogun-image-content {
  
    justify-content: center;
  
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
  box-sizing: border-box;
}



.s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  
}


@media (min-width: 1200px){#s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  margin: 0 !important;
  overflow: visible;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add background color handling */
  
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-34c9e09d-dc31-47bc-af66-4227a56e270b .shogun-image-content {
  
    justify-content: center;
  
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
  box-sizing: border-box;
}



.s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  margin: 0 !important;
  overflow: visible;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add background color handling */
  
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-34c9e09d-dc31-47bc-af66-4227a56e270b .shogun-image-content {
  
    justify-content: center;
  
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
  box-sizing: border-box;
}



.s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  margin: 0 !important;
  overflow: visible;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add background color handling */
  
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-34c9e09d-dc31-47bc-af66-4227a56e270b .shogun-image-content {
  
    justify-content: center;
  
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
  box-sizing: border-box;
}



.s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  
}


}@media (max-width: 767px){#s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  margin: 0 !important;
  overflow: visible;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34c9e09d-dc31-47bc-af66-4227a56e270b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add background color handling */
  
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-34c9e09d-dc31-47bc-af66-4227a56e270b .shogun-image-content {
  
    justify-content: center;
  
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34c9e09d-dc31-47bc-af66-4227a56e270b.shogun-image {
  box-sizing: border-box;
}



.s-34c9e09d-dc31-47bc-af66-4227a56e270b img.shogun-image {
  
}


}
#s-a18842f4-c587-48a4-9ca0-15ae3ab4ee8f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-a18842f4-c587-48a4-9ca0-15ae3ab4ee8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a18842f4-c587-48a4-9ca0-15ae3ab4ee8f.shg-box.shg-c {
  justify-content: center;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/274;
text-align: center;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-d0887a18-73eb-4b92-8f5f-0504317dadcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
  box-sizing: border-box;
}



.s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  
}


@media (min-width: 1200px){#s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-d0887a18-73eb-4b92-8f5f-0504317dadcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
  box-sizing: border-box;
}



.s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-d0887a18-73eb-4b92-8f5f-0504317dadcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
  box-sizing: border-box;
}



.s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-d0887a18-73eb-4b92-8f5f-0504317dadcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
  box-sizing: border-box;
}



.s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  
}


}@media (max-width: 767px){#s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0887a18-73eb-4b92-8f5f-0504317dadcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-d0887a18-73eb-4b92-8f5f-0504317dadcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0887a18-73eb-4b92-8f5f-0504317dadcb.shogun-image {
  box-sizing: border-box;
}



.s-d0887a18-73eb-4b92-8f5f-0504317dadcb img.shogun-image {
  
}


}
#s-f58fe5d3-1e3e-4711-b967-b889e0e7cbc2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-f58fe5d3-1e3e-4711-b967-b889e0e7cbc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f58fe5d3-1e3e-4711-b967-b889e0e7cbc2.shg-box.shg-c {
  justify-content: center;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
  box-sizing: border-box;
}



.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
  box-sizing: border-box;
}



.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
  box-sizing: border-box;
}



.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
  box-sizing: border-box;
}



.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4.shogun-image {
  box-sizing: border-box;
}



.s-36c276dc-e8e9-4e12-aa3d-fd84cb6e23b4 img.shogun-image {
  
}


}
#s-3799b8bd-86b8-4f11-9c90-5c00e772340c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-3799b8bd-86b8-4f11-9c90-5c00e772340c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3799b8bd-86b8-4f11-9c90-5c00e772340c.shg-box.shg-c {
  justify-content: center;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/275;
text-align: center;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  margin: 0 !important;
  overflow: visible;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add background color handling */
  
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
  box-sizing: border-box;
}



.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  margin: 0 !important;
  overflow: visible;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add background color handling */
  
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
  box-sizing: border-box;
}



.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  margin: 0 !important;
  overflow: visible;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add background color handling */
  
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
  box-sizing: border-box;
}



.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  margin: 0 !important;
  overflow: visible;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add background color handling */
  
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
  box-sizing: border-box;
}



.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  margin: 0 !important;
  overflow: visible;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add background color handling */
  
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8.shogun-image {
  box-sizing: border-box;
}



.s-656786b2-53e7-4b40-a9ee-5d66f7b25ed8 img.shogun-image {
  
}


}
#s-5bd764d0-0030-4bc8-a5a0-7594f4ee64dd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-5bd764d0-0030-4bc8-a5a0-7594f4ee64dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bd764d0-0030-4bc8-a5a0-7594f4ee64dd.shg-box.shg-c {
  justify-content: center;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 4/3;
text-align: center;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  margin: 0 !important;
  overflow: visible;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add background color handling */
  
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-63c2747b-09e8-407b-a5a0-0ab245259121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
  box-sizing: border-box;
}



.s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  
}


@media (min-width: 1200px){#s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  margin: 0 !important;
  overflow: visible;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add background color handling */
  
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-63c2747b-09e8-407b-a5a0-0ab245259121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
  box-sizing: border-box;
}



.s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  margin: 0 !important;
  overflow: visible;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add background color handling */
  
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-63c2747b-09e8-407b-a5a0-0ab245259121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
  box-sizing: border-box;
}



.s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  margin: 0 !important;
  overflow: visible;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add background color handling */
  
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-63c2747b-09e8-407b-a5a0-0ab245259121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
  box-sizing: border-box;
}



.s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  
}


}@media (max-width: 767px){#s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  margin: 0 !important;
  overflow: visible;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63c2747b-09e8-407b-a5a0-0ab245259121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add background color handling */
  
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
    
    
    
    max-height: 369px;
  }


.s-63c2747b-09e8-407b-a5a0-0ab245259121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c2747b-09e8-407b-a5a0-0ab245259121.shogun-image {
  box-sizing: border-box;
}



.s-63c2747b-09e8-407b-a5a0-0ab245259121 img.shogun-image {
  
}


}
#s-049090d6-a391-470a-be21-5097de60a8ab {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-049090d6-a391-470a-be21-5097de60a8ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-049090d6-a391-470a-be21-5097de60a8ab.shg-box.shg-c {
  justify-content: center;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
aspect-ratio: 370/274;
text-align: center;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
  box-sizing: border-box;
}



.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
  box-sizing: border-box;
}



.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
  box-sizing: border-box;
}



.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
  box-sizing: border-box;
}



.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
    
    
    
    max-height: 370px;
  }


.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0f42c3-b6cf-4b1f-853a-630d2a717670.shogun-image {
  box-sizing: border-box;
}



.s-0f0f42c3-b6cf-4b1f-853a-630d2a717670 img.shogun-image {
  
}


}
#s-e2e4c684-857f-4b13-8d98-617c83155c04 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-e2e4c684-857f-4b13-8d98-617c83155c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2e4c684-857f-4b13-8d98-617c83155c04.shg-box.shg-c {
  justify-content: center;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  margin: 0 !important;
  overflow: visible;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add background color handling */
  
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  

}





  img.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
    
    
    
    
  }


.s-e8dc345d-d6af-4ece-9fd1-1a091796deae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
  box-sizing: border-box;
}



.s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  margin: 0 !important;
  overflow: visible;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add background color handling */
  
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
    
    
    
    
  }


.s-e8dc345d-d6af-4ece-9fd1-1a091796deae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
  box-sizing: border-box;
}



.s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  margin: 0 !important;
  overflow: visible;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add background color handling */
  
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
    
    
    
    
  }


.s-e8dc345d-d6af-4ece-9fd1-1a091796deae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
  box-sizing: border-box;
}



.s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  margin: 0 !important;
  overflow: visible;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add background color handling */
  
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
    
    
    
    
  }


.s-e8dc345d-d6af-4ece-9fd1-1a091796deae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
  box-sizing: border-box;
}



.s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  margin: 0 !important;
  overflow: visible;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8dc345d-d6af-4ece-9fd1-1a091796deae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add background color handling */
  
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
    
    
    
    
  }


.s-e8dc345d-d6af-4ece-9fd1-1a091796deae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc345d-d6af-4ece-9fd1-1a091796deae.shogun-image {
  box-sizing: border-box;
}



.s-e8dc345d-d6af-4ece-9fd1-1a091796deae img.shogun-image {
  
}


}
#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d {
  display: none;
}
#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d, #wrap-s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d, #wrap-content-s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d { display: none !important; }}@media (max-width: 767px){#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d {
  display: none;
}
#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d, #wrap-s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d, #wrap-content-s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d { display: none !important; }}







#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69f23e6a-efbb-4cc5-8ec0-f93270aa011d.shg-box.shg-c {
  justify-content: center;
}

#s-5fd3c064-399b-458a-bc8a-96c87ff12b42 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-5fd3c064-399b-458a-bc8a-96c87ff12b42 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-e8d075a6-2491-4fe9-bd21-0c735de84a61 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b3a9ae9d-3715-4d85-ab14-e9308dbbcacd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5166764a-4d87-4de2-aed0-647f316e5277 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-5166764a-4d87-4de2-aed0-647f316e5277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5166764a-4d87-4de2-aed0-647f316e5277.shg-box.shg-c {
  justify-content: center;
}

#s-bf0aace8-4872-4f5a-b037-fe741f12615e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf0aace8-4872-4f5a-b037-fe741f12615e .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-30e2da74-9f78-455f-b190-f8145f494628 {
  margin-left: auto;
margin-right: auto;
}

#s-fad54e34-01b2-46b1-a088-56ac38163bcc {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-b37b4163-86b8-43cd-a22d-96bdd60a1780 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b37b4163-86b8-43cd-a22d-96bdd60a1780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b37b4163-86b8-43cd-a22d-96bdd60a1780.shg-box.shg-c {
  justify-content: center;
}

#s-64b2754a-811c-44bf-8ed9-9c96d342e536 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64b2754a-811c-44bf-8ed9-9c96d342e536 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-7c0892b4-fb20-4aed-9fc1-842593fac3b3 {
  margin-left: auto;
margin-right: auto;
}

#s-1ca1dfea-a0c7-4082-b5d0-698f2f5bcb55 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
  box-sizing: border-box;
}



.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
  box-sizing: border-box;
}



.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
  box-sizing: border-box;
}



.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
  box-sizing: border-box;
}



.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4.shogun-image {
  box-sizing: border-box;
}



.s-c94709c0-bfa8-449a-a0e1-a6f26be8cec4 img.shogun-image {
  
}


}
#s-c0e66bee-ad33-4185-be96-d8a96fd88266 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c0e66bee-ad33-4185-be96-d8a96fd88266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0e66bee-ad33-4185-be96-d8a96fd88266.shg-box.shg-c {
  justify-content: center;
}

#s-ab465aea-911f-4f10-98fc-207630216fa0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab465aea-911f-4f10-98fc-207630216fa0 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-990af7aa-ab83-4c39-8973-1ee2a3482181 {
  margin-left: auto;
margin-right: auto;
}

#s-c279bb4d-48a4-4d2c-9464-158df6db985e {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-3b06d3c9-be2c-4ea2-9a2e-fcf21854aabf {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3b06d3c9-be2c-4ea2-9a2e-fcf21854aabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b06d3c9-be2c-4ea2-9a2e-fcf21854aabf.shg-box.shg-c {
  justify-content: center;
}

#s-972088d2-abe4-4af4-920b-bf8cbd1dbd74 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-972088d2-abe4-4af4-920b-bf8cbd1dbd74 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-7ff2e91e-dcb2-49ce-bfee-cfa1a11063e1 {
  margin-left: auto;
margin-right: auto;
}

#s-e5e4afc0-661a-4d41-9056-748c68585879 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-57238a87-d6ba-4aab-9a80-f52caba7848c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-57238a87-d6ba-4aab-9a80-f52caba7848c {
  display: none;
}
#s-57238a87-d6ba-4aab-9a80-f52caba7848c, #wrap-s-57238a87-d6ba-4aab-9a80-f52caba7848c, #wrap-content-s-57238a87-d6ba-4aab-9a80-f52caba7848c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57238a87-d6ba-4aab-9a80-f52caba7848c {
  display: none;
}
#s-57238a87-d6ba-4aab-9a80-f52caba7848c, #wrap-s-57238a87-d6ba-4aab-9a80-f52caba7848c, #wrap-content-s-57238a87-d6ba-4aab-9a80-f52caba7848c { display: none !important; }}







#s-57238a87-d6ba-4aab-9a80-f52caba7848c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57238a87-d6ba-4aab-9a80-f52caba7848c.shg-box.shg-c {
  justify-content: center;
}

#s-b391ffd3-87f2-45ff-b7b8-e989ea075250 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-b391ffd3-87f2-45ff-b7b8-e989ea075250 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-4f8e3fec-87f8-469a-a9a2-412ef75e4aa5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
  box-sizing: border-box;
}



.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
  box-sizing: border-box;
}



.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
  box-sizing: border-box;
}



.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
  box-sizing: border-box;
}



.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541e1ee9-e25e-44d6-affb-bba77cc444e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541e1ee9-e25e-44d6-affb-bba77cc444e6.shogun-image {
  box-sizing: border-box;
}



.s-541e1ee9-e25e-44d6-affb-bba77cc444e6 img.shogun-image {
  
}


}
#s-c5ac2e2f-4545-43e0-bfb2-9f40abad24b4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5ac2e2f-4545-43e0-bfb2-9f40abad24b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c5ac2e2f-4545-43e0-bfb2-9f40abad24b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5ac2e2f-4545-43e0-bfb2-9f40abad24b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5ac2e2f-4545-43e0-bfb2-9f40abad24b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-951e4eb5-c86c-4444-a481-1e581f42f698 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-951e4eb5-c86c-4444-a481-1e581f42f698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-951e4eb5-c86c-4444-a481-1e581f42f698.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1de4e06d-b81f-4a64-be5b-aad5d3c3f66e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1de4e06d-b81f-4a64-be5b-aad5d3c3f66e .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-0e12afae-647c-4276-adb0-a2f1183760e1 {
  margin-left: auto;
margin-right: auto;
}

#s-4be29a39-8ccb-4b3f-a524-230d790e3180 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-c66aa098-86ca-493a-9f16-ecb033f352d0 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c66aa098-86ca-493a-9f16-ecb033f352d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c66aa098-86ca-493a-9f16-ecb033f352d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6c10bff-d638-49c1-b1ac-681380f89e40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6c10bff-d638-49c1-b1ac-681380f89e40 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-aa3cb47d-0798-4c2c-a52d-3042b8963877 {
  margin-left: auto;
margin-right: auto;
}

#s-9e614cea-8b79-4957-968e-d5f22b21c8f3 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-4184c77f-5a9a-4e6a-875e-6dc26ae31a1d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-4184c77f-5a9a-4e6a-875e-6dc26ae31a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4184c77f-5a9a-4e6a-875e-6dc26ae31a1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d912746b-d4f5-4242-9c5e-2060871b1ee6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d912746b-d4f5-4242-9c5e-2060871b1ee6 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-7047ce4b-5386-47b0-935e-e05d9a4cb21c {
  margin-left: auto;
margin-right: auto;
}

#s-a9c36001-9eb5-4cde-a05a-361e7cc11fda {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-502dc5b3-6f16-44d7-82f3-a3586dc04d6d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-502dc5b3-6f16-44d7-82f3-a3586dc04d6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-502dc5b3-6f16-44d7-82f3-a3586dc04d6d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f63dbc60-979b-4643-a7c5-b8be47ca12df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f63dbc60-979b-4643-a7c5-b8be47ca12df .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-7cd4b04e-0683-4e84-b53d-316b7ddd8f3a {
  margin-left: auto;
margin-right: auto;
}

#s-494d0014-e9c7-421f-ade9-ad0d7aeca15e {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-2a521ea0-7e55-4bed-bfae-402c04ccec79 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-2a521ea0-7e55-4bed-bfae-402c04ccec79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a521ea0-7e55-4bed-bfae-402c04ccec79.shg-box.shg-c {
  justify-content: center;
}

#s-00114b0e-c75f-47fc-8753-0225f8049e19 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-00114b0e-c75f-47fc-8753-0225f8049e19 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  display: none;
}
#s-fc855be1-9be0-4435-a0ee-6e37602ec210, #wrap-s-fc855be1-9be0-4435-a0ee-6e37602ec210, #wrap-content-s-fc855be1-9be0-4435-a0ee-6e37602ec210 { display: none !important; }}
#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fc855be1-9be0-4435-a0ee-6e37602ec210 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
  box-sizing: border-box;
}



.s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fc855be1-9be0-4435-a0ee-6e37602ec210 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
  box-sizing: border-box;
}



.s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fc855be1-9be0-4435-a0ee-6e37602ec210 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
  box-sizing: border-box;
}



.s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fc855be1-9be0-4435-a0ee-6e37602ec210 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
  box-sizing: border-box;
}



.s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc855be1-9be0-4435-a0ee-6e37602ec210 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fc855be1-9be0-4435-a0ee-6e37602ec210 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc855be1-9be0-4435-a0ee-6e37602ec210.shogun-image {
  box-sizing: border-box;
}



.s-fc855be1-9be0-4435-a0ee-6e37602ec210 img.shogun-image {
  
}


}
#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1061px;
aspect-ratio: 1061/917;
text-align: center;
}
@media (min-width: 1200px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  display: none;
}
#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5, #wrap-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5, #wrap-content-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  display: none;
}
#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5, #wrap-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5, #wrap-content-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  display: none;
}
#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5, #wrap-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5, #wrap-content-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 { display: none !important; }}
#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
  box-sizing: border-box;
}



.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
  box-sizing: border-box;
}



.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
  box-sizing: border-box;
}



.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
  box-sizing: border-box;
}



.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5.shogun-image {
  box-sizing: border-box;
}



.s-57221e4b-79e2-46cb-90cc-0b4b8d2be2a5 img.shogun-image {
  
}


}
#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7 {
  display: none;
}
#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7, #wrap-s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7, #wrap-content-s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7 { display: none !important; }}@media (max-width: 767px){#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7 {
  display: none;
}
#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7, #wrap-s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7, #wrap-content-s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7 { display: none !important; }}







#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c97c6562-cd7b-41ae-a760-7c7f4e7bcbb7.shg-box.shg-c {
  justify-content: center;
}

#s-59ce3e9d-1b52-4b5e-a9f8-31c293de95a3 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-59ce3e9d-1b52-4b5e-a9f8-31c293de95a3 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-f488db1d-17ce-40af-9552-ee346c0266c1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f488db1d-17ce-40af-9552-ee346c0266c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f488db1d-17ce-40af-9552-ee346c0266c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f488db1d-17ce-40af-9552-ee346c0266c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f488db1d-17ce-40af-9552-ee346c0266c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  margin-left: 35%;
margin-bottom: -30px;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  
  
  margin-bottom: -30px;
}

.shg-image-content-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image {
  box-sizing: border-box;
}



.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  
}


@media (min-width: 1200px){#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image {
  box-sizing: border-box;
}



.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image {
  box-sizing: border-box;
}



.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image {
  box-sizing: border-box;
}



.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  
}


}@media (max-width: 767px){#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd.shogun-image {
  box-sizing: border-box;
}



.s-1f5ed65e-21e6-473c-9d39-8d5947a0c6bd img.shogun-image {
  
}


}
#s-14e7d955-42b8-4411-89e9-f083e60b1380 {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14e7d955-42b8-4411-89e9-f083e60b1380"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-a35038c8-a6ce-4455-8a43-b4b183f1b361 {
  margin-top: 15px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 0px;
max-width: 30px;
}

#s-a35038c8-a6ce-4455-8a43-b4b183f1b361 .shogun-icon-wrapper {
  text-align: center;
}


#s-a35038c8-a6ce-4455-8a43-b4b183f1b361 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-c7fcefa3-9342-445d-8873-8781ee28d4b3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 31px;
max-width: 30px;
}

#s-c7fcefa3-9342-445d-8873-8781ee28d4b3 .shogun-icon-wrapper {
  text-align: center;
}


#s-c7fcefa3-9342-445d-8873-8781ee28d4b3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-82622528-de86-4976-b9e4-b21ffebefeb1 {
  box-shadow:0px 0px 0px 0px ;
margin-left: -3%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be {
  display: none;
}
#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be, #wrap-s-e0853dd0-e45f-4c98-ab8b-05029cdac4be, #wrap-content-s-e0853dd0-e45f-4c98-ab8b-05029cdac4be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be {
  display: none;
}
#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be, #wrap-s-e0853dd0-e45f-4c98-ab8b-05029cdac4be, #wrap-content-s-e0853dd0-e45f-4c98-ab8b-05029cdac4be { display: none !important; }}







#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0853dd0-e45f-4c98-ab8b-05029cdac4be.shg-box.shg-c {
  justify-content: center;
}

#s-4899b801-6226-49c4-94a9-3d690c69c956 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-4899b801-6226-49c4-94a9-3d690c69c956 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  margin-left: 15%;
margin-bottom: -10px;
margin-right: 15%;
max-width: 400px;
text-align: center;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image {
  box-sizing: border-box;
}



.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image {
  box-sizing: border-box;
}



.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image {
  box-sizing: border-box;
}



.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image {
  box-sizing: border-box;
}



.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0.shogun-image {
  box-sizing: border-box;
}



.s-01cb2a8b-8aba-4ee9-b17b-0391dfff1bd0 img.shogun-image {
  
}


}
#s-2c640c37-dea9-420f-9bd4-9315f3d99704 {
  margin-left: 15%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c640c37-dea9-420f-9bd4-9315f3d99704"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2c640c37-dea9-420f-9bd4-9315f3d99704"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c640c37-dea9-420f-9bd4-9315f3d99704"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c640c37-dea9-420f-9bd4-9315f3d99704"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1cd8f70f-6d5d-429a-bcb4-b9df5ccfd8ec {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
max-width: 30px;
}

#s-1cd8f70f-6d5d-429a-bcb4-b9df5ccfd8ec .shogun-icon-wrapper {
  text-align: center;
}


#s-1cd8f70f-6d5d-429a-bcb4-b9df5ccfd8ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-71bb3378-b39a-476b-aba7-b6b2b012cb11 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 33px;
max-width: 30px;
}

#s-71bb3378-b39a-476b-aba7-b6b2b012cb11 .shogun-icon-wrapper {
  text-align: center;
}


#s-71bb3378-b39a-476b-aba7-b6b2b012cb11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 116, 0, 1);
}

#s-040956f0-ad7e-4dab-9f9e-7c13a0f947d4 {
  box-shadow:0px 0px 0px 0px ;
margin-left: -80%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(7, 126, 72, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-f08664bf-3a54-4a8d-99d1-21a4aaf7bbef {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-f08664bf-3a54-4a8d-99d1-21a4aaf7bbef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f08664bf-3a54-4a8d-99d1-21a4aaf7bbef.shg-box.shg-c {
  justify-content: center;
}

#s-3fbc8dbb-585c-426d-9d5a-4ce316dade3a {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-3fbc8dbb-585c-426d-9d5a-4ce316dade3a .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-23e60d37-e8b4-4ad9-b27d-5aac5ef5603f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  margin-left: 0%;
margin-right: 0%;
max-width: 500px;
text-align: center;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  margin: 0 !important;
  overflow: visible;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add background color handling */
  
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: solid;
  border-radius: 20px;

}





  img.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-690f8c15-eb4f-47a9-aabe-efd57fae446b .shogun-image-content {
  
    justify-content: center;
  
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
  box-sizing: border-box;
}



.s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  
}


@media (min-width: 1200px){#s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  margin: 0 !important;
  overflow: visible;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add background color handling */
  
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-690f8c15-eb4f-47a9-aabe-efd57fae446b .shogun-image-content {
  
    justify-content: center;
  
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
  box-sizing: border-box;
}



.s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  margin: 0 !important;
  overflow: visible;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add background color handling */
  
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-690f8c15-eb4f-47a9-aabe-efd57fae446b .shogun-image-content {
  
    justify-content: center;
  
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
  box-sizing: border-box;
}



.s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  margin: 0 !important;
  overflow: visible;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add background color handling */
  
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-690f8c15-eb4f-47a9-aabe-efd57fae446b .shogun-image-content {
  
    justify-content: center;
  
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
  box-sizing: border-box;
}



.s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  
}


}@media (max-width: 767px){#s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  margin: 0 !important;
  overflow: visible;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690f8c15-eb4f-47a9-aabe-efd57fae446b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add background color handling */
  
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-690f8c15-eb4f-47a9-aabe-efd57fae446b .shogun-image-content {
  
    justify-content: center;
  
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690f8c15-eb4f-47a9-aabe-efd57fae446b.shogun-image {
  box-sizing: border-box;
}



.s-690f8c15-eb4f-47a9-aabe-efd57fae446b img.shogun-image {
  
}


}
#s-50c98102-4afa-4c43-90b3-c73966b94e24 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-50c98102-4afa-4c43-90b3-c73966b94e24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50c98102-4afa-4c43-90b3-c73966b94e24.shg-box.shg-c {
  justify-content: center;
}

#s-600d925a-7cef-442f-b38c-739b2ffdc837 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-600d925a-7cef-442f-b38c-739b2ffdc837 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  display: none;
}
#s-8dc3498b-e4c6-43cd-80da-068ba224971f, #wrap-s-8dc3498b-e4c6-43cd-80da-068ba224971f, #wrap-content-s-8dc3498b-e4c6-43cd-80da-068ba224971f { display: none !important; }}
#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  margin: 0 !important;
  overflow: visible;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add background color handling */
  
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;

}





  img.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8dc3498b-e4c6-43cd-80da-068ba224971f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
  box-sizing: border-box;
}



.s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  
}


@media (min-width: 1200px){#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  margin: 0 !important;
  overflow: visible;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add background color handling */
  
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8dc3498b-e4c6-43cd-80da-068ba224971f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
  box-sizing: border-box;
}



.s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  margin: 0 !important;
  overflow: visible;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add background color handling */
  
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8dc3498b-e4c6-43cd-80da-068ba224971f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
  box-sizing: border-box;
}



.s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  margin: 0 !important;
  overflow: visible;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add background color handling */
  
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8dc3498b-e4c6-43cd-80da-068ba224971f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
  box-sizing: border-box;
}



.s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  
}


}@media (max-width: 767px){#s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  margin: 0 !important;
  overflow: visible;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dc3498b-e4c6-43cd-80da-068ba224971f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add background color handling */
  
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8dc3498b-e4c6-43cd-80da-068ba224971f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dc3498b-e4c6-43cd-80da-068ba224971f.shogun-image {
  box-sizing: border-box;
}



.s-8dc3498b-e4c6-43cd-80da-068ba224971f img.shogun-image {
  
}


}
#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  display: none;
}
#s-44306f0d-8db2-456e-a03a-ad3a202f153b, #wrap-s-44306f0d-8db2-456e-a03a-ad3a202f153b, #wrap-content-s-44306f0d-8db2-456e-a03a-ad3a202f153b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  display: none;
}
#s-44306f0d-8db2-456e-a03a-ad3a202f153b, #wrap-s-44306f0d-8db2-456e-a03a-ad3a202f153b, #wrap-content-s-44306f0d-8db2-456e-a03a-ad3a202f153b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  display: none;
}
#s-44306f0d-8db2-456e-a03a-ad3a202f153b, #wrap-s-44306f0d-8db2-456e-a03a-ad3a202f153b, #wrap-content-s-44306f0d-8db2-456e-a03a-ad3a202f153b { display: none !important; }}
#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  margin: 0 !important;
  overflow: visible;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add background color handling */
  
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;

}





  img.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
    
    
    
    
  }


.s-44306f0d-8db2-456e-a03a-ad3a202f153b .shogun-image-content {
  
    justify-content: center;
  
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
  box-sizing: border-box;
}



.s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  
}


@media (min-width: 1200px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  margin: 0 !important;
  overflow: visible;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add background color handling */
  
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
    
    
    
    
  }


.s-44306f0d-8db2-456e-a03a-ad3a202f153b .shogun-image-content {
  
    justify-content: center;
  
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
  box-sizing: border-box;
}



.s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  margin: 0 !important;
  overflow: visible;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add background color handling */
  
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
    
    
    
    
  }


.s-44306f0d-8db2-456e-a03a-ad3a202f153b .shogun-image-content {
  
    justify-content: center;
  
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
  box-sizing: border-box;
}



.s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  margin: 0 !important;
  overflow: visible;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add background color handling */
  
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
    
    
    
    
  }


.s-44306f0d-8db2-456e-a03a-ad3a202f153b .shogun-image-content {
  
    justify-content: center;
  
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
  box-sizing: border-box;
}



.s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  
}


}@media (max-width: 767px){#s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  margin: 0 !important;
  overflow: visible;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44306f0d-8db2-456e-a03a-ad3a202f153b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add background color handling */
  
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
    
    
    
    
  }


.s-44306f0d-8db2-456e-a03a-ad3a202f153b .shogun-image-content {
  
    justify-content: center;
  
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44306f0d-8db2-456e-a03a-ad3a202f153b.shogun-image {
  box-sizing: border-box;
}



.s-44306f0d-8db2-456e-a03a-ad3a202f153b img.shogun-image {
  
}


}
#s-c8c7fc52-09bf-4ff6-bb4d-cbd6d0a80acb {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-c8c7fc52-09bf-4ff6-bb4d-cbd6d0a80acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8c7fc52-09bf-4ff6-bb4d-cbd6d0a80acb.shg-box.shg-c {
  justify-content: center;
}

#s-986f4c62-c9fa-4dff-a266-a0786f3b6c64 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-986f4c62-c9fa-4dff-a266-a0786f3b6c64 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-7ba8d9d4-95b9-4f3a-b728-213fbc3859f8 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 20px;

}





  img.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
  box-sizing: border-box;
}



.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
  box-sizing: border-box;
}



.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
  box-sizing: border-box;
}



.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
  box-sizing: border-box;
}



.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5.shogun-image {
  box-sizing: border-box;
}



.s-45b2cd6e-3e6f-488a-8ac4-46ab3524b1e5 img.shogun-image {
  
}


}
#s-cbf40c68-3eef-4303-bcd0-6bdc392fe726 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-cbf40c68-3eef-4303-bcd0-6bdc392fe726 {
  display: none;
}
#s-cbf40c68-3eef-4303-bcd0-6bdc392fe726, #wrap-s-cbf40c68-3eef-4303-bcd0-6bdc392fe726, #wrap-content-s-cbf40c68-3eef-4303-bcd0-6bdc392fe726 { display: none !important; }}







#s-cbf40c68-3eef-4303-bcd0-6bdc392fe726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbf40c68-3eef-4303-bcd0-6bdc392fe726.shg-box.shg-c {
  justify-content: center;
}

#s-846f43f2-4567-4153-919f-c28a80e93d9d {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-846f43f2-4567-4153-919f-c28a80e93d9d .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-5d32f588-8a73-4cb8-9be8-5730c49d7af4 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d32f588-8a73-4cb8-9be8-5730c49d7af4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d32f588-8a73-4cb8-9be8-5730c49d7af4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d32f588-8a73-4cb8-9be8-5730c49d7af4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d32f588-8a73-4cb8-9be8-5730c49d7af4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-198d6e9e-eb9b-4033-9c04-0e92e23e23dd {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-198d6e9e-eb9b-4033-9c04-0e92e23e23dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-198d6e9e-eb9b-4033-9c04-0e92e23e23dd.shg-box.shg-c {
  justify-content: center;
}

#s-642274ea-b56d-4043-9cba-f8b0ec5e83ef {
  margin-top: -30px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0);
}

#s-969cfdc5-aaa3-4bd9-ae09-21613fef2278 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-ca763379-d80e-43ff-a02d-bd61122ab59d {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-ca763379-d80e-43ff-a02d-bd61122ab59d .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  margin-top: -15%;
margin-left: auto;
margin-bottom: -15%;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  margin: 0 !important;
  overflow: visible;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -15%;
  margin-bottom: -15%;
}

.shg-image-content-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add background color handling */
  
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image {
  box-sizing: border-box;
}



.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  
}


@media (min-width: 1200px){#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  margin: 0 !important;
  overflow: visible;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add background color handling */
  
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image {
  box-sizing: border-box;
}



.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  margin: 0 !important;
  overflow: visible;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add background color handling */
  
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image {
  box-sizing: border-box;
}



.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  margin: 0 !important;
  overflow: visible;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add background color handling */
  
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image {
  box-sizing: border-box;
}



.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  
}


}@media (max-width: 767px){#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  margin: 0 !important;
  overflow: visible;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c4f50c0-19de-48dd-b7d9-ab173e37fece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add background color handling */
  
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c4f50c0-19de-48dd-b7d9-ab173e37fece.shogun-image {
  box-sizing: border-box;
}



.s-5c4f50c0-19de-48dd-b7d9-ab173e37fece img.shogun-image {
  
}


}
#s-019c9794-5a20-4c7c-9c10-dc5740bfaae7 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-019c9794-5a20-4c7c-9c10-dc5740bfaae7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 40px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-019c9794-5a20-4c7c-9c10-dc5740bfaae7 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-019c9794-5a20-4c7c-9c10-dc5740bfaae7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea565d12-6c68-4f57-89b1-64e3171723d2 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-fec3b411-242e-4c83-8bf2-65d532147aa4 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.15);
}

#s-ee996de3-1c73-4adf-9c89-2139423d2e54 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQ1ODgyYmMtYWZjNy00YThlLTk2YmUtODUwYzhhOWI5ZjI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZDU4ODJiYy1hZmM3LTRhOGUtOTZiZS04NTBjOGE5YjlmMjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-056d549a-5980-43b5-88e1-eb4edabd1773:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODM1NTdjZjEtYTE1MC00MDNhLTg4NDUtYmEzMmIyMDUzZDY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MzU1N2NmMS1hMTUwLTQwM2EtODg0NS1iYTMyYjIwNTNkNjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-056d549a-5980-43b5-88e1-eb4edabd1773:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-056d549a-5980-43b5-88e1-eb4edabd1773-atc-btn-wrapper {
    text-align: center;
  }


#s-056d549a-5980-43b5-88e1-eb4edabd1773 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


@media (min-width: 1200px){
  #s-056d549a-5980-43b5-88e1-eb4edabd1773-atc-btn-wrapper {
    text-align: center;
  }


#s-056d549a-5980-43b5-88e1-eb4edabd1773 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-056d549a-5980-43b5-88e1-eb4edabd1773-atc-btn-wrapper {
    text-align: center;
  }


#s-056d549a-5980-43b5-88e1-eb4edabd1773 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-056d549a-5980-43b5-88e1-eb4edabd1773-atc-btn-wrapper {
    text-align: center;
  }


#s-056d549a-5980-43b5-88e1-eb4edabd1773 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (max-width: 767px){
  #s-056d549a-5980-43b5-88e1-eb4edabd1773-atc-btn-wrapper {
    text-align: center;
  }


#s-056d549a-5980-43b5-88e1-eb4edabd1773 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-056d549a-5980-43b5-88e1-eb4edabd1773.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}
#s-9b1e3d0b-8ea0-4d6c-b7cb-200749f59cbb {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 116, 0, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-9b1e3d0b-8ea0-4d6c-b7cb-200749f59cbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b1e3d0b-8ea0-4d6c-b7cb-200749f59cbb.shg-box.shg-c {
  justify-content: center;
}

#s-3101c53a-d4a8-4faf-a48f-5b88b442c0bf {
  margin-top: -30px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-b1e1ea80-5018-4ba5-b66e-01631db7bd49 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-05c9b6a9-763f-4ad6-8b6e-e98f04d0a18c {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-05c9b6a9-763f-4ad6-8b6e-e98f04d0a18c .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  margin-top: -15%;
margin-left: auto;
margin-bottom: -15%;
margin-right: auto;
max-width: 1210px;
text-align: center;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -15%;
  margin-bottom: -15%;
}

.shg-image-content-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image {
  box-sizing: border-box;
}



.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image {
  box-sizing: border-box;
}



.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image {
  box-sizing: border-box;
}



.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image {
  box-sizing: border-box;
}



.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a4f2bef-0273-446e-9a97-ea4999d0c573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a4f2bef-0273-446e-9a97-ea4999d0c573.shogun-image {
  box-sizing: border-box;
}



.s-5a4f2bef-0273-446e-9a97-ea4999d0c573 img.shogun-image {
  
}


}
#s-fe562198-ff56-4cc8-bbac-a80a15274c2e {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-fe562198-ff56-4cc8-bbac-a80a15274c2e .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 40px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-fe562198-ff56-4cc8-bbac-a80a15274c2e .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-fe562198-ff56-4cc8-bbac-a80a15274c2e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abca7cbf-1749-4a00-b629-b18ab335ceea {
  margin-top: -5px;
margin-left: 0%;
margin-bottom: -5px;
margin-right: 0%;
}

#s-44d87f9a-b349-45f9-83c7-c012926e8e83 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-3325687d-1e61-45c8-b4de-e5ecbfd39ce3 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.15);
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjY3NWZkZGEtNmIwMS00YzFjLTk3ODYtYWI0M2Q2MmRhZmZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjc1ZmRkYS02YjAxLTRjMWMtOTc4Ni1hYjQzZDYyZGFmZmQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk2MDkxYzEtN2ZmMC00ZTBhLThiN2UtMjJlY2U4ODdjYzA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTYwOTFjMS03ZmYwLTRlMGEtOGI3ZS0yMmVjZTg4N2NjMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d-atc-btn-wrapper {
    text-align: center;
  }


#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


@media (min-width: 1200px){
  #s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d-atc-btn-wrapper {
    text-align: center;
  }


#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d-atc-btn-wrapper {
    text-align: center;
  }


#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d-atc-btn-wrapper {
    text-align: center;
  }


#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (max-width: 767px){
  #s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d-atc-btn-wrapper {
    text-align: center;
  }


#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-3cc9b3d2-4688-4992-b4cf-dc8377793d6d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}
#s-0ae9d9d5-3c26-4295-99b6-203fa15696ea {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-0ae9d9d5-3c26-4295-99b6-203fa15696ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae9d9d5-3c26-4295-99b6-203fa15696ea.shg-box.shg-c {
  justify-content: center;
}

#s-799925c4-a86e-4804-8687-fddf1610cee9 {
  margin-top: -30px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-3ff962c2-1607-40d3-a899-c1d420a4847d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-b9d691ad-b3fe-4224-9354-9003048844ee {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-b9d691ad-b3fe-4224-9354-9003048844ee .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  margin-top: -15%;
margin-left: auto;
margin-bottom: -15%;
margin-right: auto;
max-width: 1202px;
text-align: center;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  margin: 0 !important;
  overflow: visible;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -15%;
  margin-bottom: -15%;
}

.shg-image-content-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add background color handling */
  
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385701e0-3e4d-4fbb-839b-1372cdd236ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image {
  box-sizing: border-box;
}



.s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  
}


@media (min-width: 1200px){#s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  margin: 0 !important;
  overflow: visible;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add background color handling */
  
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385701e0-3e4d-4fbb-839b-1372cdd236ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image {
  box-sizing: border-box;
}



.s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  margin: 0 !important;
  overflow: visible;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add background color handling */
  
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385701e0-3e4d-4fbb-839b-1372cdd236ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image {
  box-sizing: border-box;
}



.s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  margin: 0 !important;
  overflow: visible;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add background color handling */
  
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385701e0-3e4d-4fbb-839b-1372cdd236ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image {
  box-sizing: border-box;
}



.s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  
}


}@media (max-width: 767px){#s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  margin: 0 !important;
  overflow: visible;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385701e0-3e4d-4fbb-839b-1372cdd236ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add background color handling */
  
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385701e0-3e4d-4fbb-839b-1372cdd236ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385701e0-3e4d-4fbb-839b-1372cdd236ac.shogun-image {
  box-sizing: border-box;
}



.s-385701e0-3e4d-4fbb-839b-1372cdd236ac img.shogun-image {
  
}


}
#s-92a31ac0-81f8-49af-8a04-6a60a9a9ab45 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-92a31ac0-81f8-49af-8a04-6a60a9a9ab45 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 40px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-92a31ac0-81f8-49af-8a04-6a60a9a9ab45 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-92a31ac0-81f8-49af-8a04-6a60a9a9ab45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ede8cd84-27e4-4364-9291-751e57f19d45 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-8773ee45-82dc-44a8-b13e-2c3af7ab7bb1 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-befc99ec-9bfa-44f1-8605-05d30dc684e3 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.15);
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZjOTlkZmMtZTFkNC00NDE2LTk3MmMtNmFmMjE0ODkxODk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmM5OWRmYy1lMWQ0LTQ0MTYtOTcyYy02YWYyMTQ4OTE4OTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-4c842af0-d51f-4e43-9725-e38c9d123be6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzk3N2YzZTQtYzhiZi00MTdjLWExZWMtY2Y0NjM5MzQ5MjljIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OTc3ZjNlNC1jOGJmLTQxN2MtYTFlYy1jZjQ2MzkzNDkyOWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-4c842af0-d51f-4e43-9725-e38c9d123be6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c842af0-d51f-4e43-9725-e38c9d123be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4c842af0-d51f-4e43-9725-e38c9d123be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


@media (min-width: 1200px){
  #s-4c842af0-d51f-4e43-9725-e38c9d123be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4c842af0-d51f-4e43-9725-e38c9d123be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c842af0-d51f-4e43-9725-e38c9d123be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4c842af0-d51f-4e43-9725-e38c9d123be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4c842af0-d51f-4e43-9725-e38c9d123be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4c842af0-d51f-4e43-9725-e38c9d123be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (max-width: 767px){
  #s-4c842af0-d51f-4e43-9725-e38c9d123be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4c842af0-d51f-4e43-9725-e38c9d123be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-4c842af0-d51f-4e43-9725-e38c9d123be6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}
#s-ba064c0f-4b00-4f80-85fe-1013e610ca31 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b8e8412f-805e-4b4e-bf9b-455bf8af9779 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e35fd62e-92e9-45ec-9b93-edb5984e0431 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e35fd62e-92e9-45ec-9b93-edb5984e0431 {
  display: none;
}
#s-e35fd62e-92e9-45ec-9b93-edb5984e0431, #wrap-s-e35fd62e-92e9-45ec-9b93-edb5984e0431, #wrap-content-s-e35fd62e-92e9-45ec-9b93-edb5984e0431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e35fd62e-92e9-45ec-9b93-edb5984e0431 {
  display: none;
}
#s-e35fd62e-92e9-45ec-9b93-edb5984e0431, #wrap-s-e35fd62e-92e9-45ec-9b93-edb5984e0431, #wrap-content-s-e35fd62e-92e9-45ec-9b93-edb5984e0431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e35fd62e-92e9-45ec-9b93-edb5984e0431 {
  display: none;
}
#s-e35fd62e-92e9-45ec-9b93-edb5984e0431, #wrap-s-e35fd62e-92e9-45ec-9b93-edb5984e0431, #wrap-content-s-e35fd62e-92e9-45ec-9b93-edb5984e0431 { display: none !important; }}







#s-e35fd62e-92e9-45ec-9b93-edb5984e0431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e35fd62e-92e9-45ec-9b93-edb5984e0431.shg-box.shg-c {
  justify-content: center;
}

#s-e2775856-3f67-4a49-836d-2977c759f886 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-e2775856-3f67-4a49-836d-2977c759f886 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 {
  margin-top: 20px;
margin-left: -3%;
margin-right: -3%;
}
@media (min-width: 1200px){#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 {
  display: none;
}
#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-content-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 {
  display: none;
}
#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-content-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 {
  display: none;
}
#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-content-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 { display: none !important; }}@media (max-width: 767px){#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 {
  display: none;
}
#s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1, #wrap-content-s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-9cfc6b74-0025-4fb1-a67a-1b9a02bffef1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

#s-64ee2eef-990f-42a4-9013-0b16a3ae3fec {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-64ee2eef-990f-42a4-9013-0b16a3ae3fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64ee2eef-990f-42a4-9013-0b16a3ae3fec.shg-box.shg-c {
  justify-content: center;
}

#s-bb4f9a7d-09b9-4aac-939c-3fa55cef3d4d {
  margin-top: -10px;
margin-left: 10%;
margin-right: 10%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0);
}

#s-e1a6e7d8-99e9-41f4-a0ab-fb37826f25f4 {
  margin-left: auto;
margin-right: auto;
}

#s-c8cc137a-59e0-4998-ac3d-e26c39c4d2e8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}

#s-c8cc137a-59e0-4998-ac3d-e26c39c4d2e8 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}



#s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 601px;
aspect-ratio: 1/1;
text-align: center;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -10px;
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-04bb52b0-4922-40d2-91c2-623954f7fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
  box-sizing: border-box;
}



.s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  
}


@media (min-width: 1200px){#s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-04bb52b0-4922-40d2-91c2-623954f7fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
  box-sizing: border-box;
}



.s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-04bb52b0-4922-40d2-91c2-623954f7fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
  box-sizing: border-box;
}



.s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-04bb52b0-4922-40d2-91c2-623954f7fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
  box-sizing: border-box;
}



.s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  
}


}@media (max-width: 767px){#s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04bb52b0-4922-40d2-91c2-623954f7fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-04bb52b0-4922-40d2-91c2-623954f7fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bb52b0-4922-40d2-91c2-623954f7fd06.shogun-image {
  box-sizing: border-box;
}



.s-04bb52b0-4922-40d2-91c2-623954f7fd06 img.shogun-image {
  
}


}
#s-6717edd8-4886-4d9e-9089-eb2f2b5689b4 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-6717edd8-4886-4d9e-9089-eb2f2b5689b4 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 22px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-6717edd8-4886-4d9e-9089-eb2f2b5689b4 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-6717edd8-4886-4d9e-9089-eb2f2b5689b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7df9eaf-3c85-4465-b27a-00b27c90e9b0 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-aa3060d9-077f-4467-b913-5a6f418d688c {
  margin-left: auto;
margin-right: auto;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZjOTlkZmMtZTFkNC00NDE2LTk3MmMtNmFmMjE0ODkxODk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmM5OWRmYy1lMWQ0LTQ0MTYtOTcyYy02YWYyMTQ4OTE4OTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 4px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQ2YzU1MTgtNmY5Ny00NmEzLWE5YTYtOGVhMmI3MGE3ZmQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDZjNTUxOC02Zjk3LTQ2YTMtYTlhNi04ZWEyYjcwYTdmZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20-atc-btn-wrapper {
    text-align: center;
  }


#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


@media (min-width: 1200px){
  #s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20-atc-btn-wrapper {
    text-align: center;
  }


#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20-atc-btn-wrapper {
    text-align: center;
  }


#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20-atc-btn-wrapper {
    text-align: center;
  }


#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (max-width: 767px){
  #s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20-atc-btn-wrapper {
    text-align: center;
  }


#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7635e9ec-4f6a-4a9a-a3a0-fd8ab4995f20.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}
#s-81c462f6-8ad1-4815-8fa4-035a1e9101e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-81c462f6-8ad1-4815-8fa4-035a1e9101e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81c462f6-8ad1-4815-8fa4-035a1e9101e5.shg-box.shg-c {
  justify-content: center;
}

#s-a21a284d-667c-458e-b6fb-5e6069ee5ccc {
  margin-top: -10px;
margin-left: 3%;
margin-right: 3%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-fa8d0700-2d04-4cfb-a69e-fe096450689c {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-0955c78b-daa9-492c-bd31-3fc798693bda {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}

#s-0955c78b-daa9-492c-bd31-3fc798693bda .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}



#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -10px;
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
  box-sizing: border-box;
}



.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  
}


@media (min-width: 1200px){#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
  box-sizing: border-box;
}



.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
  box-sizing: border-box;
}



.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
  box-sizing: border-box;
}



.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  
}


}@media (max-width: 767px){#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe.shogun-image {
  box-sizing: border-box;
}



.s-c6642fa0-724a-4ef2-9aa5-e0bd16be90fe img.shogun-image {
  
}


}
#s-b48367fb-a52b-4d1b-a000-83a416e870ad {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-b48367fb-a52b-4d1b-a000-83a416e870ad .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 22px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-b48367fb-a52b-4d1b-a000-83a416e870ad .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-b48367fb-a52b-4d1b-a000-83a416e870ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8b8b21d-0bba-444b-a3a0-0215c50e80e3 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-b40055f3-0b3b-4f13-b8d6-9248951d55ae {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZjOTlkZmMtZTFkNC00NDE2LTk3MmMtNmFmMjE0ODkxODk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmM5OWRmYy1lMWQ0LTQ0MTYtOTcyYy02YWYyMTQ4OTE4OTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 4px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-8dc4626b-1609-4ef5-9231-2a25937a8541:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmZlODQzYjAtMDczZC00OGYxLTgxZjUtNzkzNjM5NmU5MTE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZmU4NDNiMC0wNzNkLTQ4ZjEtODFmNS03OTM2Mzk2ZTkxMTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-8dc4626b-1609-4ef5-9231-2a25937a8541:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dc4626b-1609-4ef5-9231-2a25937a8541-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc4626b-1609-4ef5-9231-2a25937a8541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


@media (min-width: 1200px){
  #s-8dc4626b-1609-4ef5-9231-2a25937a8541-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc4626b-1609-4ef5-9231-2a25937a8541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dc4626b-1609-4ef5-9231-2a25937a8541-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc4626b-1609-4ef5-9231-2a25937a8541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8dc4626b-1609-4ef5-9231-2a25937a8541-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc4626b-1609-4ef5-9231-2a25937a8541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (max-width: 767px){
  #s-8dc4626b-1609-4ef5-9231-2a25937a8541-atc-btn-wrapper {
    text-align: center;
  }


#s-8dc4626b-1609-4ef5-9231-2a25937a8541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8dc4626b-1609-4ef5-9231-2a25937a8541.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}
#s-16059ef3-73d4-4915-952c-fb72ba4a570f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-16059ef3-73d4-4915-952c-fb72ba4a570f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16059ef3-73d4-4915-952c-fb72ba4a570f.shg-box.shg-c {
  justify-content: center;
}

#s-71a97d44-792f-406c-b515-89666e8b253a {
  margin-top: -10px;
margin-left: 3%;
margin-right: 3%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-a2f7a519-3dcb-433f-9eb9-f4185f7a9c60 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-04243b16-799f-410a-8070-9d0f7450f1e5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}

#s-04243b16-799f-410a-8070-9d0f7450f1e5 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}



#s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 601px;
aspect-ratio: 1/1;
text-align: center;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  margin: 0 !important;
  overflow: visible;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -10px;
  margin-bottom: -10px;
}

.shg-image-content-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add background color handling */
  
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-10d18b1e-2201-48d3-9c1c-a29894be9087 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
  box-sizing: border-box;
}



.s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  
}


@media (min-width: 1200px){#s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  margin: 0 !important;
  overflow: visible;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add background color handling */
  
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-10d18b1e-2201-48d3-9c1c-a29894be9087 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
  box-sizing: border-box;
}



.s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  margin: 0 !important;
  overflow: visible;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add background color handling */
  
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-10d18b1e-2201-48d3-9c1c-a29894be9087 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
  box-sizing: border-box;
}



.s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  margin: 0 !important;
  overflow: visible;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add background color handling */
  
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-10d18b1e-2201-48d3-9c1c-a29894be9087 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
  box-sizing: border-box;
}



.s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  
}


}@media (max-width: 767px){#s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  margin: 0 !important;
  overflow: visible;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10d18b1e-2201-48d3-9c1c-a29894be9087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add background color handling */
  
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
    
    
    
    max-height: 601px;
  }


.s-10d18b1e-2201-48d3-9c1c-a29894be9087 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d18b1e-2201-48d3-9c1c-a29894be9087.shogun-image {
  box-sizing: border-box;
}



.s-10d18b1e-2201-48d3-9c1c-a29894be9087 img.shogun-image {
  
}


}
#s-5f6e3c81-dd10-47f2-9d2d-052f85c02dd0 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-5f6e3c81-dd10-47f2-9d2d-052f85c02dd0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 22px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-5f6e3c81-dd10-47f2-9d2d-052f85c02dd0 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 22px;
}

#s-5f6e3c81-dd10-47f2-9d2d-052f85c02dd0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df9b6972-c32a-446a-be9a-4f0e64af6f33 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-6e5a1d23-7f2d-4e8b-a72f-f91f2c8a86e5 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZjOTlkZmMtZTFkNC00NDE2LTk3MmMtNmFmMjE0ODkxODk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmM5OWRmYy1lMWQ0LTQ0MTYtOTcyYy02YWYyMTQ4OTE4OTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 4px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTE5NDFlODItOTM5Ni00NTBlLTlmYWItZTMyODFhZDk0YWRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MTk0MWU4Mi05Mzk2LTQ1MGUtOWZhYi1lMzI4MWFkOTRhZGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


@media (min-width: 1200px){
  #s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}@media (max-width: 767px){
  #s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ccd59447-8b2f-4e6b-970c-17d0df32cd8a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 24px;
  
}


}
#s-fadae21b-d424-430f-b430-9d3548954392 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-fadae21b-d424-430f-b430-9d3548954392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fadae21b-d424-430f-b430-9d3548954392.shg-box.shg-c {
  justify-content: center;
}

#s-767d359b-1a64-4116-959c-d18b56fb3ffd {
  margin-top: -10px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0);
}

#s-00f41d68-aa4e-4948-896c-c2a49b949b02 {
  margin-top: -2%;
margin-left: 0%;
margin-bottom: -3%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center;
}

#s-00f41d68-aa4e-4948-896c-c2a49b949b02 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}



#s-0e62b650-95fc-4e64-8c97-fb5d08a8b998 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0e62b650-95fc-4e64-8c97-fb5d08a8b998"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0e62b650-95fc-4e64-8c97-fb5d08a8b998"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e62b650-95fc-4e64-8c97-fb5d08a8b998"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e62b650-95fc-4e64-8c97-fb5d08a8b998"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  margin-top: -20%;
margin-left: auto;
margin-bottom: -10%;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -20%;
  margin-bottom: -10%;
}

.shg-image-content-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image {
  box-sizing: border-box;
}



.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image {
  box-sizing: border-box;
}



.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image {
  box-sizing: border-box;
}



.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image {
  box-sizing: border-box;
}



.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501.shogun-image {
  box-sizing: border-box;
}



.s-d2106aa4-e9a4-4fbc-a22d-8da1e7996501 img.shogun-image {
  
}


}
#s-5e22915d-b2b8-47cd-b7ba-6a014cb0cbd5 {
  margin-left: auto;
margin-right: auto;
}

#s-27e8def8-3081-418e-99ee-8aa890ef3e22 {
  margin-top: -5%;
margin-left: -20%;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-27e8def8-3081-418e-99ee-8aa890ef3e22 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 40px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-27e8def8-3081-418e-99ee-8aa890ef3e22 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-27e8def8-3081-418e-99ee-8aa890ef3e22 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-130843eb-5792-4fac-b6b9-4cdd18966850 {
  margin-top: -5px;
margin-left: -20%;
margin-bottom: -5px;
margin-right: auto;
}

#s-b8b312b3-1b4b-4631-8c1a-9bbb38b8f343 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.15);
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWRiZjkwZWEtMTRjZC00MjE1LWFhMzUtOTQyZGNhMWJlN2RjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZGJmOTBlYS0xNGNkLTQyMTUtYWEzNS05NDJkY2ExYmU3ZGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: -20%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-547f4833-8db7-43ea-9564-98b56916ab9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-547f4833-8db7-43ea-9564-98b56916ab9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-547f4833-8db7-43ea-9564-98b56916ab9a-atc-btn-wrapper {
    text-align: center;
  }


#s-547f4833-8db7-43ea-9564-98b56916ab9a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


@media (min-width: 1200px){
  #s-547f4833-8db7-43ea-9564-98b56916ab9a-atc-btn-wrapper {
    text-align: center;
  }


#s-547f4833-8db7-43ea-9564-98b56916ab9a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-547f4833-8db7-43ea-9564-98b56916ab9a-atc-btn-wrapper {
    text-align: center;
  }


#s-547f4833-8db7-43ea-9564-98b56916ab9a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-547f4833-8db7-43ea-9564-98b56916ab9a-atc-btn-wrapper {
    text-align: center;
  }


#s-547f4833-8db7-43ea-9564-98b56916ab9a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (max-width: 767px){
  #s-547f4833-8db7-43ea-9564-98b56916ab9a-atc-btn-wrapper {
    text-align: center;
  }


#s-547f4833-8db7-43ea-9564-98b56916ab9a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-547f4833-8db7-43ea-9564-98b56916ab9a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}
#s-0dcd7431-88fc-450e-9b38-cc1184adfa89 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 116, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-0dcd7431-88fc-450e-9b38-cc1184adfa89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dcd7431-88fc-450e-9b38-cc1184adfa89.shg-box.shg-c {
  justify-content: center;
}

#s-938b9382-a7fe-4923-b78d-b860696dfc5f {
  margin-top: -10px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-a6e8fddf-c0e2-44b0-8cdf-08af52e9a932 {
  margin-top: -2%;
margin-left: 0%;
margin-bottom: -3%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center;
}

#s-a6e8fddf-c0e2-44b0-8cdf-08af52e9a932 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}



#s-8703a39a-0cd1-49ea-8974-1b5c7fe3bffd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8703a39a-0cd1-49ea-8974-1b5c7fe3bffd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8703a39a-0cd1-49ea-8974-1b5c7fe3bffd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8703a39a-0cd1-49ea-8974-1b5c7fe3bffd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8703a39a-0cd1-49ea-8974-1b5c7fe3bffd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  margin-top: -20%;
margin-left: auto;
margin-bottom: -10%;
margin-right: auto;
max-width: 1216px;
text-align: center;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -20%;
  margin-bottom: -10%;
}

.shg-image-content-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image {
  box-sizing: border-box;
}



.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image {
  box-sizing: border-box;
}



.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image {
  box-sizing: border-box;
}



.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image {
  box-sizing: border-box;
}



.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1.shogun-image {
  box-sizing: border-box;
}



.s-1f0502b7-47f7-444d-baba-a9ab8d0dd0f1 img.shogun-image {
  
}


}
#s-5f6544c5-13e1-4db4-b0b1-e9c8c0b82df8 {
  margin-left: auto;
margin-right: auto;
}

#s-cab2725e-729e-46f5-831e-437555443507 {
  margin-top: -5%;
margin-left: -20%;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-cab2725e-729e-46f5-831e-437555443507 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 40px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-cab2725e-729e-46f5-831e-437555443507 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-cab2725e-729e-46f5-831e-437555443507 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3a222659-65b3-4ff3-ba55-f19063aa5f63 {
  margin-top: -5px;
margin-left: -20%;
margin-bottom: -5px;
margin-right: auto;
}

#s-b199e165-c0ef-4350-aea1-001f3d18f57e {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.15);
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDg4OWVkZTUtNWQyNS00MTQ4LWI3ZDQtNWYwYjFiYzc2MTNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkODg5ZWRlNS01ZDI1LTQxNDgtYjdkNC01ZjBiMWJjNzYxM2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: -20%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30-atc-btn-wrapper {
    text-align: center;
  }


#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


@media (min-width: 1200px){
  #s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30-atc-btn-wrapper {
    text-align: center;
  }


#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30-atc-btn-wrapper {
    text-align: center;
  }


#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30-atc-btn-wrapper {
    text-align: center;
  }


#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (max-width: 767px){
  #s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30-atc-btn-wrapper {
    text-align: center;
  }


#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-93d322cf-a9e1-4060-a62f-ccf3bc0bcc30.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}
#s-b95fa065-0a3c-430b-adbf-bda39eccbdd9 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 116, 0, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}








#s-b95fa065-0a3c-430b-adbf-bda39eccbdd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b95fa065-0a3c-430b-adbf-bda39eccbdd9.shg-box.shg-c {
  justify-content: center;
}

#s-b9487d77-1aab-4b20-8082-d5537e11a0d6 {
  margin-top: -10px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-5a054ef9-0f46-4eb8-87cc-dbf25b46cb68 {
  margin-top: -2%;
margin-left: 0%;
margin-bottom: -3%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center;
}

#s-5a054ef9-0f46-4eb8-87cc-dbf25b46cb68 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}



#s-3ad9423d-8873-44b2-8f9e-05fb7d7ffe59 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ad9423d-8873-44b2-8f9e-05fb7d7ffe59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ad9423d-8873-44b2-8f9e-05fb7d7ffe59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ad9423d-8873-44b2-8f9e-05fb7d7ffe59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ad9423d-8873-44b2-8f9e-05fb7d7ffe59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  margin-top: -20%;
margin-left: auto;
margin-bottom: -10%;
margin-right: auto;
max-width: 1218px;
text-align: center;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -20%;
  margin-bottom: -10%;
}

.shg-image-content-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image {
  box-sizing: border-box;
}



.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image {
  box-sizing: border-box;
}



.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image {
  box-sizing: border-box;
}



.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image {
  box-sizing: border-box;
}



.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1d1a48-9ae7-489e-a50e-5512ded8a281.shogun-image {
  box-sizing: border-box;
}



.s-8d1d1a48-9ae7-489e-a50e-5512ded8a281 img.shogun-image {
  
}


}
#s-7e86c0e3-90db-41a2-9d81-86005148a8cb {
  margin-left: auto;
margin-right: auto;
}

#s-44078309-bfda-4c7d-a961-f442408ff717 {
  margin-top: -5%;
margin-left: -20%;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-44078309-bfda-4c7d-a961-f442408ff717 .shg-product-sold-out {
  display: none;
  color: rgba(255, 116, 0, 1);
  font-size: 40px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-44078309-bfda-4c7d-a961-f442408ff717 .shg-product-price {
  color: rgba(255, 116, 0, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 40px;
}

#s-44078309-bfda-4c7d-a961-f442408ff717 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-387b51c8-ade7-4eb7-b1da-d293caa1455f {
  margin-top: -5px;
margin-left: -20%;
margin-bottom: -5px;
margin-right: auto;
}

#s-531485a7-dd99-4f2b-9a7a-7be74ec094e7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.15);
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTE1OTBmN2UtMGIzMy00NGI2LTg2OGUtODRhMTg3Njc1YjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MTU5MGY3ZS0wYjMzLTQ0YjYtODY4ZS04NGExODc2NzViNWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: -20%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-66886126-50e5-44f5-901d-1d6c46e7212e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66886126-50e5-44f5-901d-1d6c46e7212e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66886126-50e5-44f5-901d-1d6c46e7212e-atc-btn-wrapper {
    text-align: center;
  }


#s-66886126-50e5-44f5-901d-1d6c46e7212e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


@media (min-width: 1200px){
  #s-66886126-50e5-44f5-901d-1d6c46e7212e-atc-btn-wrapper {
    text-align: center;
  }


#s-66886126-50e5-44f5-901d-1d6c46e7212e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-66886126-50e5-44f5-901d-1d6c46e7212e-atc-btn-wrapper {
    text-align: center;
  }


#s-66886126-50e5-44f5-901d-1d6c46e7212e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-66886126-50e5-44f5-901d-1d6c46e7212e-atc-btn-wrapper {
    text-align: center;
  }


#s-66886126-50e5-44f5-901d-1d6c46e7212e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}@media (max-width: 767px){
  #s-66886126-50e5-44f5-901d-1d6c46e7212e-atc-btn-wrapper {
    text-align: center;
  }


#s-66886126-50e5-44f5-901d-1d6c46e7212e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-66886126-50e5-44f5-901d-1d6c46e7212e.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Lato;
  
  font-size: 20px;
  
}


}
#s-5754d003-01e5-4250-8933-5a0ced1c8feb {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-5754d003-01e5-4250-8933-5a0ced1c8feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5754d003-01e5-4250-8933-5a0ced1c8feb.shg-box.shg-c {
  justify-content: center;
}

#s-5f1f19ef-8736-4e76-9396-33b803e31f77 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 116, 0, 0);
}

#s-5f1f19ef-8736-4e76-9396-33b803e31f77 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-e14f2cee-b6cc-4432-bccf-2e5ecc10ffa1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 116, 0, 0.15);
  padding: 10px;
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 116, 0, 0.05);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  
  font-size: 18px;
}

#s-2b5f6aef-4959-451a-a6bb-99e47108015e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fa491a19-f0d9-4f67-a55c-37e5f8e947f5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-cb90a5ee-c26d-485b-b99b-5494e6455d38 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-c72bf949-ae0f-4994-af58-dd6e834f774b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-6b13982b-6703-42ac-8bd4-d9409e9409b0 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-f53fbeb6-fba6-4edb-908b-e35960887518 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-fb29e4f3-bc42-4536-975f-eeed2f3451c0 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-35cc83ca-24ed-4930-8059-5d8d55c139e6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-7d2b7afa-acaf-4722-bcde-a912f428a538 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-e3df1e22-e9bc-4fae-9cf4-0e3671c93cb5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-60f17bb2-9d15-45e0-af5a-4e5f66f9abfb {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-c761113d-14b1-4d73-89da-2e864c245ca5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-d6e36dda-95d2-46d2-b39f-6aa108a3fff7 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

#s-4d3851e3-9f13-4f87-9ca8-e930e0ebffac {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 0.03);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}