.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2f6448bf-bede-4017-84ce-03110d925697 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-2f6448bf-bede-4017-84ce-03110d925697 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f6448bf-bede-4017-84ce-03110d925697 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f6448bf-bede-4017-84ce-03110d925697 {
  display: none;
}
#s-2f6448bf-bede-4017-84ce-03110d925697, #wrap-s-2f6448bf-bede-4017-84ce-03110d925697, #wrap-content-s-2f6448bf-bede-4017-84ce-03110d925697 { display: none !important; }}@media (max-width: 767px){#s-2f6448bf-bede-4017-84ce-03110d925697 {
  display: none;
}
#s-2f6448bf-bede-4017-84ce-03110d925697, #wrap-s-2f6448bf-bede-4017-84ce-03110d925697, #wrap-content-s-2f6448bf-bede-4017-84ce-03110d925697 { display: none !important; }}
#s-2f6448bf-bede-4017-84ce-03110d925697 {
  background-image: url(https://i.shgcdn.com/4d29ecea-1edf-4cef-91c7-915d4cbfdb64/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2f6448bf-bede-4017-84ce-03110d925697 > .shg-box-overlay {
  background-color: rgba(55, 71, 79, 1);
  opacity: 0.6;
  display: block;
}#s-2f6448bf-bede-4017-84ce-03110d925697.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-a655fc4a-5541-4a18-b92f-c8514f0a6e66 {
  margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a655fc4a-5541-4a18-b92f-c8514f0a6e66 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-173740cd-f6bd-4f5d-b324-847fe31d282c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-173740cd-f6bd-4f5d-b324-847fe31d282c:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-173740cd-f6bd-4f5d-b324-847fe31d282c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-173740cd-f6bd-4f5d-b324-847fe31d282c-root {
    text-align: center;
  }


#s-173740cd-f6bd-4f5d-b324-847fe31d282c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-173740cd-f6bd-4f5d-b324-847fe31d282c-root {
    text-align: center;
  }


#s-173740cd-f6bd-4f5d-b324-847fe31d282c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-173740cd-f6bd-4f5d-b324-847fe31d282c-root {
    text-align: center;
  }


#s-173740cd-f6bd-4f5d-b324-847fe31d282c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-173740cd-f6bd-4f5d-b324-847fe31d282c-root {
    text-align: center;
  }


#s-173740cd-f6bd-4f5d-b324-847fe31d282c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-173740cd-f6bd-4f5d-b324-847fe31d282c-root {
    text-align: center;
  }


#s-173740cd-f6bd-4f5d-b324-847fe31d282c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1773c3d8-45d4-4131-a657-2e304b40b98d {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(7, 65, 118, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1773c3d8-45d4-4131-a657-2e304b40b98d:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1773c3d8-45d4-4131-a657-2e304b40b98d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1773c3d8-45d4-4131-a657-2e304b40b98d-root {
    text-align: center;
  }


#s-1773c3d8-45d4-4131-a657-2e304b40b98d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1773c3d8-45d4-4131-a657-2e304b40b98d-root {
    text-align: center;
  }


#s-1773c3d8-45d4-4131-a657-2e304b40b98d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1773c3d8-45d4-4131-a657-2e304b40b98d-root {
    text-align: center;
  }


#s-1773c3d8-45d4-4131-a657-2e304b40b98d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1773c3d8-45d4-4131-a657-2e304b40b98d-root {
    text-align: center;
  }


#s-1773c3d8-45d4-4131-a657-2e304b40b98d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1773c3d8-45d4-4131-a657-2e304b40b98d-root {
    text-align: center;
  }


#s-1773c3d8-45d4-4131-a657-2e304b40b98d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.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-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c {
  margin-top: 1%;
margin-bottom: -30px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c {
  display: none;
}
#s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c, #wrap-s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c, #wrap-content-s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c { display: none !important; }}@media (max-width: 767px){#s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c {
  display: none;
}
#s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c, #wrap-s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c, #wrap-content-s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c { display: none !important; }}
@media (min-width: 0px) {
[id="s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-353c0c34-65ff-46d9-b7e5-6f8e4456bc3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eda092c0-ac1d-4743-ab26-723006a287d8 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-eda092c0-ac1d-4743-ab26-723006a287d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eda092c0-ac1d-4743-ab26-723006a287d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eda092c0-ac1d-4743-ab26-723006a287d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eda092c0-ac1d-4743-ab26-723006a287d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  margin-top: -12px;
margin-left: 30%;
margin-right: -25%;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  margin: 0 !important;
  overflow: visible;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 30%;
  margin-right: -25%;
  margin-top: -12px;
  
}

.shg-image-content-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add background color handling */
  
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 200px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
  box-sizing: border-box;
}



.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
      position: relative;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  margin: 0 !important;
  overflow: visible;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add background color handling */
  
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
  box-sizing: border-box;
}



.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
      position: relative;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  margin: 0 !important;
  overflow: visible;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add background color handling */
  
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
  box-sizing: border-box;
}



.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
      position: relative;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  margin: 0 !important;
  overflow: visible;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add background color handling */
  
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
  box-sizing: border-box;
}



.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
      position: relative;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  margin: 0 !important;
  overflow: visible;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add background color handling */
  
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image {
  box-sizing: border-box;
}



.s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container {
      position: relative;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7574a2d4-0cb5-4f57-aa85-3df3c9fe8800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-011a12a4-335c-492e-9845-0e231e029f31 {
  margin-top: 1px;
margin-bottom: -1px;
}

#s-74eb53e9-253c-4945-ab9c-072b11a074e7 {
  margin-left: 6%;
margin-right: -6%;
padding-left: 5%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-74eb53e9-253c-4945-ab9c-072b11a074e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-fb822f4c-a2e9-4684-9d5c-97e2057841eb {
  margin-top: -8px;
margin-bottom: 0px;
}

#s-fb822f4c-a2e9-4684-9d5c-97e2057841eb .shogun-icon-wrapper {
  text-align: center;
}


#s-fb822f4c-a2e9-4684-9d5c-97e2057841eb .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-923a184d-c110-4110-b778-54d60b9697a9 {
  display: none;
}
#s-923a184d-c110-4110-b778-54d60b9697a9, #wrap-s-923a184d-c110-4110-b778-54d60b9697a9, #wrap-content-s-923a184d-c110-4110-b778-54d60b9697a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-923a184d-c110-4110-b778-54d60b9697a9 {
  display: none;
}
#s-923a184d-c110-4110-b778-54d60b9697a9, #wrap-s-923a184d-c110-4110-b778-54d60b9697a9, #wrap-content-s-923a184d-c110-4110-b778-54d60b9697a9 { display: none !important; }}
#s-923a184d-c110-4110-b778-54d60b9697a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-923a184d-c110-4110-b778-54d60b9697a9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1e12e8c5-b0af-4a22-b2d8-7f8208033b71 {
  margin-top: 1px;
margin-bottom: -1px;
}

#s-a12f4aea-8236-4092-9a87-8536e95b563b {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a12f4aea-8236-4092-9a87-8536e95b563b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-91c82941-f0ff-45dd-94af-faab2cc99945 {
  margin-top: -8px;
margin-bottom: 0px;
}

#s-91c82941-f0ff-45dd-94af-faab2cc99945 .shogun-icon-wrapper {
  text-align: center;
}


#s-91c82941-f0ff-45dd-94af-faab2cc99945 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

#s-862c5b7d-e75f-43e5-b837-6d18fb9e12d0 {
  margin-top: 1px;
margin-bottom: -1px;
}

#s-d27c9ad9-d739-400c-8e42-93034f9175d2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 375px;
background-position: center center;
}
@media (min-width: 1200px){#s-d27c9ad9-d739-400c-8e42-93034f9175d2 {
  display: none;
}
#s-d27c9ad9-d739-400c-8e42-93034f9175d2, #wrap-s-d27c9ad9-d739-400c-8e42-93034f9175d2, #wrap-content-s-d27c9ad9-d739-400c-8e42-93034f9175d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d27c9ad9-d739-400c-8e42-93034f9175d2 {
  display: none;
}
#s-d27c9ad9-d739-400c-8e42-93034f9175d2, #wrap-s-d27c9ad9-d739-400c-8e42-93034f9175d2, #wrap-content-s-d27c9ad9-d739-400c-8e42-93034f9175d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d27c9ad9-d739-400c-8e42-93034f9175d2 {
  
}
}@media (max-width: 767px){#s-d27c9ad9-d739-400c-8e42-93034f9175d2 {
  
}
}
#s-d27c9ad9-d739-400c-8e42-93034f9175d2 {
  background-image: url(https://i.shgcdn.com/4d29ecea-1edf-4cef-91c7-915d4cbfdb64/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d27c9ad9-d739-400c-8e42-93034f9175d2 > .shg-box-overlay {
  background-color: rgba(55, 71, 79, 1);
  opacity: 0.6;
  display: block;
}#s-d27c9ad9-d739-400c-8e42-93034f9175d2.shg-box.shg-c {
  justify-content: center;
}

#s-64bee7b6-4c76-40cc-85c0-ce2e39af0545 {
  margin-top: 20px;
margin-left: 36px;
margin-right: 36px;
padding-top: 9px;
padding-left: 0px;
padding-bottom: 9px;
padding-right: 0px;
text-align: center;
}

#s-64bee7b6-4c76-40cc-85c0-ce2e39af0545 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75-root {
    text-align: center;
  }


#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75-root {
    text-align: center;
  }


#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75-root {
    text-align: center;
  }


#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75-root {
    text-align: center;
  }


#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75-root {
    text-align: center;
  }


#s-62ebd5f1-f120-4eea-859a-fdaa2e69aa75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(7, 65, 118, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405-root {
    text-align: center;
  }


#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405-root {
    text-align: center;
  }


#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405-root {
    text-align: center;
  }


#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405-root {
    text-align: center;
  }


#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405-root {
    text-align: center;
  }


#s-c1fcd7d3-d410-4b03-9781-a7f74c3bc405.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6d18374a-b2f8-4539-85bf-2e250523ab65 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: -40px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-6d18374a-b2f8-4539-85bf-2e250523ab65 {
  display: none;
}
#s-6d18374a-b2f8-4539-85bf-2e250523ab65, #wrap-s-6d18374a-b2f8-4539-85bf-2e250523ab65, #wrap-content-s-6d18374a-b2f8-4539-85bf-2e250523ab65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d18374a-b2f8-4539-85bf-2e250523ab65 {
  display: none;
}
#s-6d18374a-b2f8-4539-85bf-2e250523ab65, #wrap-s-6d18374a-b2f8-4539-85bf-2e250523ab65, #wrap-content-s-6d18374a-b2f8-4539-85bf-2e250523ab65 { display: none !important; }}@media (max-width: 767px){#s-6d18374a-b2f8-4539-85bf-2e250523ab65 {
  display: none;
}
#s-6d18374a-b2f8-4539-85bf-2e250523ab65, #wrap-s-6d18374a-b2f8-4539-85bf-2e250523ab65, #wrap-content-s-6d18374a-b2f8-4539-85bf-2e250523ab65 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6d18374a-b2f8-4539-85bf-2e250523ab65"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6d18374a-b2f8-4539-85bf-2e250523ab65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d18374a-b2f8-4539-85bf-2e250523ab65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d18374a-b2f8-4539-85bf-2e250523ab65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cb005f86-97c8-4082-ae8d-984f3316a8df {
  min-height: 50px;
}








#s-cb005f86-97c8-4082-ae8d-984f3316a8df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb005f86-97c8-4082-ae8d-984f3316a8df.shg-box.shg-c {
  justify-content: center;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  margin-top: -10px;
margin-left: 0%;
margin-right: 0%;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  margin: 0 !important;
  overflow: visible;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add background color handling */
  
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 200px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
  box-sizing: border-box;
}



.s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-765aa6e9-73e6-4fad-b330-99c71d244771 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
      position: relative;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  margin: 0 !important;
  overflow: visible;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add background color handling */
  
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
  box-sizing: border-box;
}



.s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-765aa6e9-73e6-4fad-b330-99c71d244771 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
      position: relative;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  margin: 0 !important;
  overflow: visible;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add background color handling */
  
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
  box-sizing: border-box;
}



.s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-765aa6e9-73e6-4fad-b330-99c71d244771 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
      position: relative;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  margin: 0 !important;
  overflow: visible;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add background color handling */
  
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
  box-sizing: border-box;
}



.s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-765aa6e9-73e6-4fad-b330-99c71d244771 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
      position: relative;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  margin: 0 !important;
  overflow: visible;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765aa6e9-73e6-4fad-b330-99c71d244771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add background color handling */
  
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765aa6e9-73e6-4fad-b330-99c71d244771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-765aa6e9-73e6-4fad-b330-99c71d244771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image {
  box-sizing: border-box;
}



.s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-765aa6e9-73e6-4fad-b330-99c71d244771 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container {
      position: relative;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765aa6e9-73e6-4fad-b330-99c71d244771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-90c09db0-4d4d-4e30-9574-2ed750fceab8 {
  padding-bottom: 10px;
}

#s-b471ec5f-56ed-4f5f-9edd-a419723c4e02 .shogun-icon-wrapper {
  text-align: center;
}


#s-b471ec5f-56ed-4f5f-9edd-a419723c4e02 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1d06b56c-bf10-475a-9801-1ed9c0d9378e {
  padding-bottom: 10px;
}

#s-2a29100e-84e1-4ae9-a8f7-eefcc5e75ede .shogun-icon-wrapper {
  text-align: center;
}


#s-2a29100e-84e1-4ae9-a8f7-eefcc5e75ede .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 255, 255, 1);
}

#s-440d22e4-076c-458e-a78a-574ad492123b {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-b6d924a5-6043-4b87-a378-82cae934c009 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b6d924a5-6043-4b87-a378-82cae934c009 {
  display: none;
}
#s-b6d924a5-6043-4b87-a378-82cae934c009, #wrap-s-b6d924a5-6043-4b87-a378-82cae934c009, #wrap-content-s-b6d924a5-6043-4b87-a378-82cae934c009 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6d924a5-6043-4b87-a378-82cae934c009 {
  display: none;
}
#s-b6d924a5-6043-4b87-a378-82cae934c009, #wrap-s-b6d924a5-6043-4b87-a378-82cae934c009, #wrap-content-s-b6d924a5-6043-4b87-a378-82cae934c009 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6d924a5-6043-4b87-a378-82cae934c009 {
  display: none;
}
#s-b6d924a5-6043-4b87-a378-82cae934c009, #wrap-s-b6d924a5-6043-4b87-a378-82cae934c009, #wrap-content-s-b6d924a5-6043-4b87-a378-82cae934c009 { display: none !important; }}







#s-b6d924a5-6043-4b87-a378-82cae934c009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6d924a5-6043-4b87-a378-82cae934c009.shg-box.shg-c {
  justify-content: center;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
max-width: 50px;
aspect-ratio: 1/1;
text-align: left;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 200px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
  box-sizing: border-box;
}



.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
      position: relative;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
  box-sizing: border-box;
}



.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
      position: relative;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
  box-sizing: border-box;
}



.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
      position: relative;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
  box-sizing: border-box;
}



.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
      position: relative;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image {
  box-sizing: border-box;
}



.s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container {
      position: relative;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69cdc7dc-4e38-46f1-b7cf-1c6ca4e7b0b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-28ba2b72-19dd-488d-ad7d-1884706d33ae {
  margin-left: 0%;
margin-right: 0%;
}

#s-0299360c-2a4f-4179-b9b1-b49250b7af8f {
  margin-left: 0%;
margin-right: 0%;
}

#s-7e6b6515-c591-45b9-9971-0986b0fe69de {
  margin-left: 0%;
margin-right: 0%;
}

#s-4b020f4c-4722-4ec9-9a7c-bcb7a19aec6b {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}








#s-4b020f4c-4722-4ec9-9a7c-bcb7a19aec6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b020f4c-4722-4ec9-9a7c-bcb7a19aec6b.shg-box.shg-c {
  justify-content: center;
}

#s-78190e72-332d-4aa5-aef2-81085e994801 {
  margin-top: 15px;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-78190e72-332d-4aa5-aef2-81085e994801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78190e72-332d-4aa5-aef2-81085e994801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78190e72-332d-4aa5-aef2-81085e994801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78190e72-332d-4aa5-aef2-81085e994801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-78190e72-332d-4aa5-aef2-81085e994801"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a7208350-ea8b-4a60-b875-75ae2826992b {
  margin-left: 0%;
margin-bottom: 55px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a7208350-ea8b-4a60-b875-75ae2826992b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7208350-ea8b-4a60-b875-75ae2826992b.shg-box.shg-c {
  justify-content: center;
}

#s-5262f66c-c6b1-4422-aa12-3c0e2de3f3ff {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: -30px;
margin-right: 5%;
}

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

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

#s-a7a51caa-d405-4cff-8308-74b73e8af4f1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: -10px;
margin-right: 5%;
}

#s-a7a51caa-d405-4cff-8308-74b73e8af4f1 hr {
  border-top: 2px solid rgba(55, 71, 79, 1);
}

#s-c6989c1e-0c5d-406a-a699-c2d3f2c39277 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-898a66c9-683a-472f-b451-d4663cc4ad58 {
  margin-top: 0px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-898a66c9-683a-472f-b451-d4663cc4ad58 {
  display: none;
}
#s-898a66c9-683a-472f-b451-d4663cc4ad58, #wrap-s-898a66c9-683a-472f-b451-d4663cc4ad58, #wrap-content-s-898a66c9-683a-472f-b451-d4663cc4ad58 { display: none !important; }}@media (max-width: 767px){#s-898a66c9-683a-472f-b451-d4663cc4ad58 {
  display: none;
}
#s-898a66c9-683a-472f-b451-d4663cc4ad58, #wrap-s-898a66c9-683a-472f-b451-d4663cc4ad58, #wrap-content-s-898a66c9-683a-472f-b451-d4663cc4ad58 { display: none !important; }}
#s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777 {
  margin-top: %;
margin-left: 0%;
margin-bottom: %;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777 {
  display: none;
}
#s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777, #wrap-s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777, #wrap-content-s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777 {
  display: none;
}
#s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777, #wrap-s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777, #wrap-content-s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777 { display: none !important; }}@media (max-width: 767px){#s-af12b22c-7d91-4d36-8ab8-2b3d3e7d0777 {
  
}
}
#s-f23694c6-1fbb-487a-8ec2-d31ff2121497 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 90px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f23694c6-1fbb-487a-8ec2-d31ff2121497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f23694c6-1fbb-487a-8ec2-d31ff2121497.shg-box.shg-c {
  justify-content: center;
}

#s-1c5d050d-b2e6-4ffe-9d3e-4f3ff891eeed {
  text-align: left;
}

#s-12cb20d9-1c27-4925-8cf3-26f04d85dffb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-12cb20d9-1c27-4925-8cf3-26f04d85dffb .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ca22831b-af1c-4ffe-972b-317d44eb80de {
  margin-left: 10%;
margin-right: 10%;
}

#s-1757fdff-d90c-44a2-a992-9cf5eb1f6c8f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-4bd4868c-430b-49b8-93d3-0215e8618cdc {
  text-align: left;
}

#s-bca6614f-d19b-45cd-8ace-60a675934011 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5508dd8a-1d27-4977-9b2d-05deef23dc5c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cccc244c-3b57-4522-a56e-b6c7bad1dd78 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cccc244c-3b57-4522-a56e-b6c7bad1dd78"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-452b00a8-f345-40a7-badc-45ce87143eda {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 71, 79, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
}

#s-bb302e70-badc-421c-bba6-f093d6610c56 {
  min-height: 50px;
}








#s-bb302e70-badc-421c-bba6-f093d6610c56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb302e70-badc-421c-bba6-f093d6610c56 {
  cursor: pointer;
}#s-bb302e70-badc-421c-bba6-f093d6610c56.shg-box.shg-c {
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-2a1ee7fb-c99a-4677-87f9-0c94ce24c037 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-2a1ee7fb-c99a-4677-87f9-0c94ce24c037 .shg-product-title-component h4 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

.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-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 {
  text-align: left;
}



.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bf2d0-b3b5-4d30-bf8d-e38780d6c001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8c9b2732-2821-4e9a-bf8c-ecd89167fd2b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
text-align: center;
}

#s-f19913fe-825d-44ce-956e-902aa9c9843e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f19913fe-825d-44ce-956e-902aa9c9843e:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f19913fe-825d-44ce-956e-902aa9c9843e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f19913fe-825d-44ce-956e-902aa9c9843e-root {
    text-align: center;
  }


#s-f19913fe-825d-44ce-956e-902aa9c9843e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f19913fe-825d-44ce-956e-902aa9c9843e-root {
    text-align: center;
  }


#s-f19913fe-825d-44ce-956e-902aa9c9843e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f19913fe-825d-44ce-956e-902aa9c9843e-root {
    text-align: center;
  }


#s-f19913fe-825d-44ce-956e-902aa9c9843e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f19913fe-825d-44ce-956e-902aa9c9843e-root {
    text-align: center;
  }


#s-f19913fe-825d-44ce-956e-902aa9c9843e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f19913fe-825d-44ce-956e-902aa9c9843e-root {
    text-align: center;
  }


#s-f19913fe-825d-44ce-956e-902aa9c9843e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-16f598ba-8b04-4144-9c6d-9399ec4a3c84 {
  margin-top: -20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-50e67e22-fcc0-4e52-ba48-7fd215b38404 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e673bb81-24e7-4643-8435-1d0a6c34b021 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-0f1b4fa2-be83-4f2c-97d4-b8e5672e3bfa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

.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-f2a12f3b-b25d-4505-9084-de8ce68204ff {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f2a12f3b-b25d-4505-9084-de8ce68204ff .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f2a12f3b-b25d-4505-9084-de8ce68204ff .shg-sld-nav-button.shg-sld-left,
#s-f2a12f3b-b25d-4505-9084-de8ce68204ff .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

.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;
  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;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-2d6b1db0-414c-49cf-87c4-a0103d7f7e8e {
  text-align: center;
}

#s-2d6b1db0-414c-49cf-87c4-a0103d7f7e8e {
  overflow: hidden;
  
  
}







  #s-2d6b1db0-414c-49cf-87c4-a0103d7f7e8e img.shogun-image {
    

    
    
    
  }


#s-2d6b1db0-414c-49cf-87c4-a0103d7f7e8e .shogun-image-content {
  
    justify-content: center;
  
}

#s-ffa1e91f-f4c2-4076-87b3-504d2b4281de {
  text-align: center;
}

#s-ffa1e91f-f4c2-4076-87b3-504d2b4281de {
  overflow: hidden;
  
  
}







  #s-ffa1e91f-f4c2-4076-87b3-504d2b4281de img.shogun-image {
    

    
    
    
  }


#s-ffa1e91f-f4c2-4076-87b3-504d2b4281de .shogun-image-content {
  
    justify-content: center;
  
}

#s-5161fd39-d0f9-4a8b-b719-2d1fbc7a642b {
  text-align: center;
}

#s-5161fd39-d0f9-4a8b-b719-2d1fbc7a642b {
  overflow: hidden;
  
  
}







  #s-5161fd39-d0f9-4a8b-b719-2d1fbc7a642b img.shogun-image {
    

    
    
    
  }


#s-5161fd39-d0f9-4a8b-b719-2d1fbc7a642b .shogun-image-content {
  
    justify-content: center;
  
}

#s-311dc62c-b137-47c6-967b-84f8f7d00d59 {
  margin-left: 10%;
margin-right: 10%;
}

#s-0bcc71d3-54f5-4477-83a2-6ec925f77fef {
  margin-left: 10%;
margin-right: 10%;
}

#s-f70a9019-0022-4996-90ce-0eecee0c88fb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-f15ee2ef-87ad-4055-9b54-93b79b0bc984 {
  margin-left: 10%;
margin-right: 10%;
}

#s-f5615e49-e5cc-425c-a1e1-9116dd746279 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(79, 91, 98, 1);
}

#s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76 {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-831bcb0f-e16d-4f8c-88a9-0d76e615bf76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-774e0c0a-a9f1-46d1-8110-830ee74fda57 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-e7ff381c-1a85-4bea-a4f2-480a03b730fc {
  margin-left: 0%;
margin-right: 0%;
}

#s-4069a567-f251-4a87-8a7e-7be56d84b6c8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-77c9a436-2bcd-4e81-a688-7ba902e3c747 {
  margin-left: 0%;
margin-right: 0%;
}

#s-b7c5d285-cb68-4954-9496-e2739094d045 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 20px;
}

#s-b7c5d285-cb68-4954-9496-e2739094d045 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b7c5d285-cb68-4954-9496-e2739094d045 .shg-sld-nav-button.shg-sld-left,
#s-b7c5d285-cb68-4954-9496-e2739094d045 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-166d7152-d3ea-4278-b160-68c0f5ecff4c {
  text-align: center;
}

#s-166d7152-d3ea-4278-b160-68c0f5ecff4c {
  overflow: hidden;
  
  
}







  #s-166d7152-d3ea-4278-b160-68c0f5ecff4c img.shogun-image {
    

    
    
    
  }


#s-166d7152-d3ea-4278-b160-68c0f5ecff4c .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b8f1832-f1aa-468d-aeea-efad2475a867 {
  text-align: center;
}

#s-7b8f1832-f1aa-468d-aeea-efad2475a867 {
  overflow: hidden;
  
  
}







  #s-7b8f1832-f1aa-468d-aeea-efad2475a867 img.shogun-image {
    

    
    
    
  }


#s-7b8f1832-f1aa-468d-aeea-efad2475a867 .shogun-image-content {
  
    justify-content: center;
  
}

#s-36ea858b-10f7-42f7-92cc-992874ee8eaf {
  text-align: center;
}

#s-36ea858b-10f7-42f7-92cc-992874ee8eaf {
  overflow: hidden;
  
  
}







  #s-36ea858b-10f7-42f7-92cc-992874ee8eaf img.shogun-image {
    

    
    
    
  }


#s-36ea858b-10f7-42f7-92cc-992874ee8eaf .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f0d7e26-1e13-46ee-b8cb-f23ebe1c955f {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 71, 79, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
}

#s-94af9ba5-6a84-492a-bf76-ad68a88ffc4e {
  min-height: 50px;
}








#s-94af9ba5-6a84-492a-bf76-ad68a88ffc4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94af9ba5-6a84-492a-bf76-ad68a88ffc4e {
  cursor: pointer;
}#s-94af9ba5-6a84-492a-bf76-ad68a88ffc4e.shg-box.shg-c {
  justify-content: center;
}

#s-7de4811e-de8c-47c8-9770-aed59915f1a4 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-7de4811e-de8c-47c8-9770-aed59915f1a4 .shg-product-title-component h4 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-93306b99-fe75-403c-a546-6a6f94c25c3d {
  text-align: left;
}



.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93306b99-fe75-403c-a546-6a6f94c25c3d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e3f0429-b57d-42af-bef8-041a857eaf0c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
text-align: center;
}

#s-77119c10-cfca-4bb4-a82c-52652408dbc5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-77119c10-cfca-4bb4-a82c-52652408dbc5:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77119c10-cfca-4bb4-a82c-52652408dbc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77119c10-cfca-4bb4-a82c-52652408dbc5-root {
    text-align: center;
  }


#s-77119c10-cfca-4bb4-a82c-52652408dbc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-77119c10-cfca-4bb4-a82c-52652408dbc5-root {
    text-align: center;
  }


#s-77119c10-cfca-4bb4-a82c-52652408dbc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77119c10-cfca-4bb4-a82c-52652408dbc5-root {
    text-align: center;
  }


#s-77119c10-cfca-4bb4-a82c-52652408dbc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77119c10-cfca-4bb4-a82c-52652408dbc5-root {
    text-align: center;
  }


#s-77119c10-cfca-4bb4-a82c-52652408dbc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-77119c10-cfca-4bb4-a82c-52652408dbc5-root {
    text-align: center;
  }


#s-77119c10-cfca-4bb4-a82c-52652408dbc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-30b6b5ae-3a13-4706-a9d1-4051d3e83986 {
  margin-left: 10%;
margin-right: 10%;
}

#s-f0555479-99f5-49bf-b137-874cd619eadc {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f0555479-99f5-49bf-b137-874cd619eadc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8fab03d0-fbb5-4d90-b19e-c6f121aa3749 {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 71, 79, 1);
border-style: solid;
border-radius: 4px;
}

#s-31e6dec1-ff53-4789-bb9b-8f6026e16820 {
  min-height: 50px;
}








#s-31e6dec1-ff53-4789-bb9b-8f6026e16820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31e6dec1-ff53-4789-bb9b-8f6026e16820 {
  cursor: pointer;
}#s-31e6dec1-ff53-4789-bb9b-8f6026e16820.shg-box.shg-c {
  justify-content: center;
}

#s-e900e72a-97eb-4433-91b3-8c2d1bb9757c {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-e900e72a-97eb-4433-91b3-8c2d1bb9757c .shg-product-title-component h4 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-31271c17-001a-4730-911f-10ef39643b5d {
  text-align: left;
}



.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31271c17-001a-4730-911f-10ef39643b5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d51aaa2f-4f4c-4dd2-8c96-6781ec86d0e4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
text-align: center;
}

#s-dafff335-7b7e-460e-ae8a-ae222eef0789 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(113, 135, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dafff335-7b7e-460e-ae8a-ae222eef0789:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dafff335-7b7e-460e-ae8a-ae222eef0789:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dafff335-7b7e-460e-ae8a-ae222eef0789-root {
    text-align: center;
  }


#s-dafff335-7b7e-460e-ae8a-ae222eef0789.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dafff335-7b7e-460e-ae8a-ae222eef0789-root {
    text-align: center;
  }


#s-dafff335-7b7e-460e-ae8a-ae222eef0789.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dafff335-7b7e-460e-ae8a-ae222eef0789-root {
    text-align: center;
  }


#s-dafff335-7b7e-460e-ae8a-ae222eef0789.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dafff335-7b7e-460e-ae8a-ae222eef0789-root {
    text-align: center;
  }


#s-dafff335-7b7e-460e-ae8a-ae222eef0789.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dafff335-7b7e-460e-ae8a-ae222eef0789-root {
    text-align: center;
  }


#s-dafff335-7b7e-460e-ae8a-ae222eef0789.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-6f9f9558-677e-46f5-a8ac-033217a8b6d6 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-586f212c-f9c8-467a-b914-96cc426636fa {
  margin-left: 0%;
margin-right: 0%;
}

#s-9f27294e-36af-49ff-9bcd-1642dbfd7430 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-e7410e1e-1965-48ed-94a9-0c36670ff3c4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2aeceece-f9ff-4666-a69f-8c9d9467600c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 45px;
}

#s-2aeceece-f9ff-4666-a69f-8c9d9467600c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2aeceece-f9ff-4666-a69f-8c9d9467600c .shg-sld-nav-button.shg-sld-left,
#s-2aeceece-f9ff-4666-a69f-8c9d9467600c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c72d1c34-d059-482b-a551-786eb3587eb6 {
  text-align: center;
}

#s-c72d1c34-d059-482b-a551-786eb3587eb6 {
  overflow: hidden;
  
  
}







  #s-c72d1c34-d059-482b-a551-786eb3587eb6 img.shogun-image {
    

    
    
    
  }


#s-c72d1c34-d059-482b-a551-786eb3587eb6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7dd4e68f-5e1f-47b7-bdbe-1f504686f2b3 {
  text-align: center;
}

#s-7dd4e68f-5e1f-47b7-bdbe-1f504686f2b3 {
  overflow: hidden;
  
  
}







  #s-7dd4e68f-5e1f-47b7-bdbe-1f504686f2b3 img.shogun-image {
    

    
    
    
  }


#s-7dd4e68f-5e1f-47b7-bdbe-1f504686f2b3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d339862-2501-403f-9553-7da4cf56ea9b {
  text-align: center;
}

#s-6d339862-2501-403f-9553-7da4cf56ea9b {
  overflow: hidden;
  
  
}







  #s-6d339862-2501-403f-9553-7da4cf56ea9b img.shogun-image {
    

    
    
    
  }


#s-6d339862-2501-403f-9553-7da4cf56ea9b .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f862f7d-cd2c-4aff-a7c5-970a2c39dc66 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-c5d4db0a-09ec-4aaf-8511-16bb5faa30cc {
  text-align: left;
}

#s-c32d6c75-c38d-42c5-b710-6b70b0bfa019 {
  padding-top: 30px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-c32d6c75-c38d-42c5-b710-6b70b0bfa019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c32d6c75-c38d-42c5-b710-6b70b0bfa019.shg-box.shg-c {
  justify-content: center;
}

#s-0be1eaae-c16d-4934-88f3-84e1cb0c9664 {
  text-align: left;
}

#s-ee892e9b-d016-43d6-81be-c839845b83c8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
text-align: center;
}

#s-ee892e9b-d016-43d6-81be-c839845b83c8 .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-bad49b09-c95d-47cd-ba28-9dba4359b2f0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-bad49b09-c95d-47cd-ba28-9dba4359b2f0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bad49b09-c95d-47cd-ba28-9dba4359b2f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-bad49b09-c95d-47cd-ba28-9dba4359b2f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(2, 119, 189, 1);
}

#s-bad49b09-c95d-47cd-ba28-9dba4359b2f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #ddd;
}

#s-bad49b09-c95d-47cd-ba28-9dba4359b2f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(2, 119, 189, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 20px;
}

#s-bad49b09-c95d-47cd-ba28-9dba4359b2f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-49620020-eb9a-4466-b484-9995040c04e6 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 30px;
}

#s-49620020-eb9a-4466-b484-9995040c04e6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-49620020-eb9a-4466-b484-9995040c04e6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-49620020-eb9a-4466-b484-9995040c04e6 td.shogun-table-column {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-49620020-eb9a-4466-b484-9995040c04e6 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-49620020-eb9a-4466-b484-9995040c04e6 td.shogun-table-column, #s-49620020-eb9a-4466-b484-9995040c04e6 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-22b1b518-7a62-43e0-80a9-1baa96644762 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a815ad79-4391-4c2f-a2c8-858c29c638c3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-667b28fd-bf4a-42b4-90c9-44df83468f2b {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-dfb3a079-fc20-4c74-b64b-936fb9f499da {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-43c8ba74-dd79-4307-a155-392ef773c7fb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 90px;
padding-bottom: 90px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-43c8ba74-dd79-4307-a155-392ef773c7fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43c8ba74-dd79-4307-a155-392ef773c7fb.shg-box.shg-c {
  justify-content: center;
}

#s-fe9eedb7-ec61-4fc2-9e82-a078ec41d7eb {
  text-align: left;
}

#s-173dc29f-9491-4b5a-a07d-36fcba4284eb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-173dc29f-9491-4b5a-a07d-36fcba4284eb .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a587b11d-7bb2-4a2a-8516-1680f5e7a5ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b0e99ba8-b803-4cf1-bb7d-03b9e87f4d19 {
  margin-left: 0%;
margin-right: 0%;
}

#s-7de3bcc0-8a8c-42a7-8d6e-5920d9d60f44 {
  margin-left: 0%;
margin-right: 0%;
}

#s-fc8a0e30-a28e-4ba4-8e2d-260b3203c204 {
  margin-left: 0%;
margin-right: 0%;
}

#s-42a72b02-57f4-4401-a34a-5456497161e0 {
  margin-left: 0%;
margin-right: 0%;
}

#s-a33fb4c7-e374-4594-b601-236321257ee3 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
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;
min-height: 50px;
background-color: rgba(7, 65, 118, 1);
}








#s-a33fb4c7-e374-4594-b601-236321257ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a33fb4c7-e374-4594-b601-236321257ee3.shg-box.shg-c {
  justify-content: center;
}

#s-9a06f98d-ca3e-465e-ace9-247f73b5bb70 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  max-width: 544px;
aspect-ratio: 544/395;
text-align: center;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }

    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-link {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 544px;
  }



  img.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
    
    
    
    max-height: 544px;
  }


.s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
  box-sizing: border-box;
}



.s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
      --shg-aspect-ratio: calc(544/395); 
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
      position: relative;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 544px;
    }
  }

@media (min-width: 1200px){#s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }

    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-link {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 544px;
  }



  img.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
    
    
    
    max-height: 544px;
  }


.s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
  box-sizing: border-box;
}



.s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
      --shg-aspect-ratio: calc(544/395); 
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
      position: relative;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 544px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }

    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-link {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 544px;
  }



  img.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
    
    
    
    max-height: 544px;
  }


.s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
  box-sizing: border-box;
}



.s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
      --shg-aspect-ratio: calc(544/395); 
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
      position: relative;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 544px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }

    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-link {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 544px;
  }



  img.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
    
    
    
    max-height: 544px;
  }


.s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
  box-sizing: border-box;
}



.s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
      --shg-aspect-ratio: calc(544/395); 
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
      position: relative;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 544px;
    }
  }

}@media (max-width: 767px){#s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }

    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-link {
      aspect-ratio: 544/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 544px;
  }



  img.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
    
    
    
    max-height: 544px;
  }


.s-9b90ad6e-7476-4140-81a3-13a78a645c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image {
  box-sizing: border-box;
}



.s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 {
      --shg-aspect-ratio: calc(544/395); 
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container {
      position: relative;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b90ad6e-7476-4140-81a3-13a78a645c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 544px;
    }
  }

}
#s-cb8e4721-2167-4b78-95c1-cbb4404596f3 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-d396359f-2520-482c-b0a1-646c7d216337 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-d396359f-2520-482c-b0a1-646c7d216337"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-d396359f-2520-482c-b0a1-646c7d216337"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-d396359f-2520-482c-b0a1-646c7d216337"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-d396359f-2520-482c-b0a1-646c7d216337"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-44488aea-698d-418a-90da-d28e81e67021 .shogun-icon-wrapper {
  text-align: center;
}


#s-44488aea-698d-418a-90da-d28e81e67021 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-8cdd8e9f-3945-4b15-ae18-99cc3155a55e .shogun-icon-wrapper {
  text-align: center;
}


#s-8cdd8e9f-3945-4b15-ae18-99cc3155a55e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-dfe46c25-16a1-4035-999e-04e338ab13af .shogun-icon-wrapper {
  text-align: center;
}


#s-dfe46c25-16a1-4035-999e-04e338ab13af .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-ebd02c67-71da-4dd4-9489-3d918a4b058e .shogun-icon-wrapper {
  text-align: center;
}


#s-ebd02c67-71da-4dd4-9489-3d918a4b058e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-01ed077d-6d94-49b6-bb97-2749b1bbbbd8 .shogun-icon-wrapper {
  text-align: center;
}


#s-01ed077d-6d94-49b6-bb97-2749b1bbbbd8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 215, 0, 1);
}

#s-2b3ad9a0-1741-4ad5-8f79-4cfb97f97ad3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-2b3ad9a0-1741-4ad5-8f79-4cfb97f97ad3 {
  overflow: hidden;
  
  
}







  #s-2b3ad9a0-1741-4ad5-8f79-4cfb97f97ad3 img.shogun-image {
    

    
    
    
  }


#s-2b3ad9a0-1741-4ad5-8f79-4cfb97f97ad3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-95a448f7-57da-491b-b747-e7e350af1d60 {
  margin-left: 10%;
margin-right: 10%;
}

#s-c4432642-290a-458b-ab8c-e05169579c79 {
  margin-left: 10%;
margin-right: 10%;
}

#s-df311e62-c36c-427c-8115-f4f67b9cc156 {
  min-height: 50px;
}








#s-df311e62-c36c-427c-8115-f4f67b9cc156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df311e62-c36c-427c-8115-f4f67b9cc156.shg-box.shg-c {
  justify-content: center;
}

#s-beadee88-68e7-44fd-8a0c-0b1f480c39e6 {
  text-align: left;
}

#s-97982048-2e7d-4ca3-934f-885315cc5b91 {
  margin-left: 5%;
margin-right: 5%;
}

#s-97982048-2e7d-4ca3-934f-885315cc5b91 hr {
  border-top: 2px solid #ddd;
}

#s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a {
  margin-top: 105px;
margin-left: 10%;
margin-bottom: 85px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82f40e92-27d7-4157-b6a3-6c31c81c1a3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-88c5119f-8b1b-4542-ad7f-226d5fafa6ef {
  padding-bottom: 30px;
text-align: center;
}

#s-88c5119f-8b1b-4542-ad7f-226d5fafa6ef .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-0f6b39a1-1cdf-4669-a51f-76fed3307435 {
  margin-bottom: 10px;
}

#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69fd3462-77fa-4af4-8f21-c55c7df35e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c9ff13c-b522-4cf0-9124-8508dfd6d938 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: 5px;
text-align: center;
}

#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09-root {
    text-align: center;
  }


#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09-root {
    text-align: center;
  }


#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09-root {
    text-align: center;
  }


#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09-root {
    text-align: center;
  }


#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09-root {
    text-align: center;
  }


#s-64d3bc2a-bb13-4ea1-be0b-e27b06319b09.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-ab5ded5d-b849-48c6-ab70-f85e6d4cfa98 {
  min-height: 50px;
background-color: rgba(2, 119, 189, 1);
}








#s-ab5ded5d-b849-48c6-ab70-f85e6d4cfa98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab5ded5d-b849-48c6-ab70-f85e6d4cfa98.shg-box.shg-c {
  justify-content: center;
}

#s-f60a1883-fe4c-49c8-9959-fa86ea4b1e46 {
  text-align: left;
}

#s-dba62d8d-2a03-40e0-aa16-78b6047463a8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-dba62d8d-2a03-40e0-aa16-78b6047463a8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-7bf96daf-144d-460b-9cb9-484a9cf854bd {
  margin-left: 5%;
margin-right: 5%;
}

#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2 {
  margin-bottom: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(38, 50, 56, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2:hover {background-color: rgba(55, 71, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2-root {
    text-align: center;
  }


#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2-root {
    text-align: center;
  }


#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2-root {
    text-align: center;
  }


#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2-root {
    text-align: center;
  }


#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2-root {
    text-align: center;
  }


#s-e38dc9ac-e66d-4f74-819d-6c4b04dcf5e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-50056c78-1532-4db5-b781-0edd9338a3f5 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-50056c78-1532-4db5-b781-0edd9338a3f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50056c78-1532-4db5-b781-0edd9338a3f5.shg-box.shg-c {
  justify-content: center;
}

#s-8c4a0d48-b5c9-4360-982c-de0c9ab85f9c {
  text-align: left;
}

#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb {
  margin-top: 85px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb {
  display: none;
}
#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb, #wrap-s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb, #wrap-content-s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb { display: none !important; }}@media (max-width: 767px){#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb {
  display: none;
}
#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb, #wrap-s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb, #wrap-content-s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb { display: none !important; }}
#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb {
  overflow: hidden;
  
  
}







  #s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb img.shogun-image {
    

    
    
    
  }


#s-02a1d673-ef43-49e2-a54c-7b33f2e5b9fb .shogun-image-content {
  
    justify-content: center;
  
}

#s-2a3e3607-5421-4594-9902-11ed7196c458 {
  padding-top: 85px;
text-align: center;
}
@media (min-width: 1200px){#s-2a3e3607-5421-4594-9902-11ed7196c458 {
  display: none;
}
#s-2a3e3607-5421-4594-9902-11ed7196c458, #wrap-s-2a3e3607-5421-4594-9902-11ed7196c458, #wrap-content-s-2a3e3607-5421-4594-9902-11ed7196c458 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a3e3607-5421-4594-9902-11ed7196c458 {
  display: none;
}
#s-2a3e3607-5421-4594-9902-11ed7196c458, #wrap-s-2a3e3607-5421-4594-9902-11ed7196c458, #wrap-content-s-2a3e3607-5421-4594-9902-11ed7196c458 { display: none !important; }}
#s-2a3e3607-5421-4594-9902-11ed7196c458 {
  overflow: hidden;
  
  
}







  #s-2a3e3607-5421-4594-9902-11ed7196c458 img.shogun-image {
    

    
    
    
  }


#s-2a3e3607-5421-4594-9902-11ed7196c458 .shogun-image-content {
  
    justify-content: center;
  
}

#s-89499c8e-f4c9-4edf-834e-c95f22f64154 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
text-align: left;
}

#s-89499c8e-f4c9-4edf-834e-c95f22f64154 .shogun-heading-component h2 {
  color: rgba(55, 71, 79, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-79fe6b5f-f76b-451f-b1d6-f885c44d0536 hr {
  border-top: 1px solid rgba(0, 10, 18, 1);
}

#s-69c4fa75-829d-42ac-a626-704a17b37a6c {
  margin-bottom: 45px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-69c4fa75-829d-42ac-a626-704a17b37a6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69c4fa75-829d-42ac-a626-704a17b37a6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-69c4fa75-829d-42ac-a626-704a17b37a6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-69c4fa75-829d-42ac-a626-704a17b37a6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7d718b42-14ce-4af3-8b92-49ec355ae091 {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
}

#s-12bd02a0-6872-490a-91e2-d771d64c18ae {
  margin-top: 46px;
margin-bottom: 46px;
text-align: left;
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae {
  max-width:  100%;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom,
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  
  min-height: 200px !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae {
  max-width:  100%;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom,
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  
  min-height: 200px !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae {
  max-width:  100%;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom,
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  
  min-height: 200px !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae {
  max-width:  100%;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom,
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  
  min-height: 200px !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae {
  max-width:  100%;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom,
.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  
  min-height: 200px !important;
}

.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12bd02a0-6872-490a-91e2-d771d64c18ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9bcdb34c-4cf4-4a61-a89d-9e2e7f6dd945 {
  min-height: 50px;
}








#s-9bcdb34c-4cf4-4a61-a89d-9e2e7f6dd945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bcdb34c-4cf4-4a61-a89d-9e2e7f6dd945 {
  cursor: pointer;
}#s-9bcdb34c-4cf4-4a61-a89d-9e2e7f6dd945.shg-box.shg-c {
  justify-content: center;
}

#s-053c4170-7a2e-4177-91df-1b22e472c379 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
text-align: center;
}

#s-053c4170-7a2e-4177-91df-1b22e472c379 .shg-product-title-component h4 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c5b6f0d7-0816-4294-b232-2de04de8cd39 {
  margin-left: 20px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
text-align: center;
}

#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 12px;
padding-left: 30%;
padding-bottom: 12px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6900d8f8-7d42-4e51-afdd-76a0711acc8d-root {
    text-align: center;
  }


#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6900d8f8-7d42-4e51-afdd-76a0711acc8d-root {
    text-align: center;
  }


#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6900d8f8-7d42-4e51-afdd-76a0711acc8d-root {
    text-align: center;
  }


#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6900d8f8-7d42-4e51-afdd-76a0711acc8d-root {
    text-align: center;
  }


#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6900d8f8-7d42-4e51-afdd-76a0711acc8d-root {
    text-align: center;
  }


#s-6900d8f8-7d42-4e51-afdd-76a0711acc8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-8cf08616-39db-49a9-9d0d-44c01a75786b {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
}

#s-23874527-aa5e-401c-a4b0-0d8e1092220e {
  text-align: left;
}



.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23874527-aa5e-401c-a4b0-0d8e1092220e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9356f5db-3085-470e-aa59-751201b40251 {
  min-height: 50px;
}








#s-9356f5db-3085-470e-aa59-751201b40251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9356f5db-3085-470e-aa59-751201b40251 {
  cursor: pointer;
}#s-9356f5db-3085-470e-aa59-751201b40251.shg-box.shg-c {
  justify-content: center;
}

#s-97432f87-6dee-425f-9487-99bd7584fd82 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
text-align: center;
}

#s-97432f87-6dee-425f-9487-99bd7584fd82 .shg-product-title-component h4 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-13f02239-c8b7-4c01-8d54-b8a1234304c5 {
  margin-left: 20px;
margin-bottom: 15px;
padding-top: 0px;
text-align: center;
}

#s-c772ae27-c793-491f-b270-a437d6389a51 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30%;
padding-bottom: 12px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c772ae27-c793-491f-b270-a437d6389a51:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c772ae27-c793-491f-b270-a437d6389a51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c772ae27-c793-491f-b270-a437d6389a51-root {
    text-align: center;
  }


#s-c772ae27-c793-491f-b270-a437d6389a51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c772ae27-c793-491f-b270-a437d6389a51-root {
    text-align: center;
  }


#s-c772ae27-c793-491f-b270-a437d6389a51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c772ae27-c793-491f-b270-a437d6389a51-root {
    text-align: center;
  }


#s-c772ae27-c793-491f-b270-a437d6389a51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c772ae27-c793-491f-b270-a437d6389a51-root {
    text-align: center;
  }


#s-c772ae27-c793-491f-b270-a437d6389a51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c772ae27-c793-491f-b270-a437d6389a51-root {
    text-align: center;
  }


#s-c772ae27-c793-491f-b270-a437d6389a51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-9fa6d55e-4514-4a0e-9e2e-90b08b6b4ec0 {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(113, 135, 146, 1);
border-style: solid;
}

#s-c38c9f22-d5f9-444d-8a7d-71782f15376f {
  text-align: left;
}



.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38c9f22-d5f9-444d-8a7d-71782f15376f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-260791cc-c836-4ca2-9f28-bd72000524fd {
  min-height: 50px;
}








#s-260791cc-c836-4ca2-9f28-bd72000524fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-260791cc-c836-4ca2-9f28-bd72000524fd {
  cursor: pointer;
}#s-260791cc-c836-4ca2-9f28-bd72000524fd.shg-box.shg-c {
  justify-content: center;
}

#s-e049af87-52fd-4e9c-b34c-be62b5adbeb3 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
text-align: center;
}

#s-e049af87-52fd-4e9c-b34c-be62b5adbeb3 .shg-product-title-component h4 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-75348ff9-1272-48ab-b004-369f0b0234fc {
  margin-left: 20px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-02b28da4-6f3c-44a9-af31-681c3ea35978 {
  margin-bottom: 20px;
padding-top: 12px;
padding-left: 30%;
padding-bottom: 12px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(2, 119, 189, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02b28da4-6f3c-44a9-af31-681c3ea35978:hover {background-color: rgba(88, 165, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-02b28da4-6f3c-44a9-af31-681c3ea35978:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02b28da4-6f3c-44a9-af31-681c3ea35978-root {
    text-align: center;
  }


#s-02b28da4-6f3c-44a9-af31-681c3ea35978.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02b28da4-6f3c-44a9-af31-681c3ea35978-root {
    text-align: center;
  }


#s-02b28da4-6f3c-44a9-af31-681c3ea35978.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02b28da4-6f3c-44a9-af31-681c3ea35978-root {
    text-align: center;
  }


#s-02b28da4-6f3c-44a9-af31-681c3ea35978.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02b28da4-6f3c-44a9-af31-681c3ea35978-root {
    text-align: center;
  }


#s-02b28da4-6f3c-44a9-af31-681c3ea35978.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02b28da4-6f3c-44a9-af31-681c3ea35978-root {
    text-align: center;
  }


#s-02b28da4-6f3c-44a9-af31-681c3ea35978.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-abfd9b3e-4ff7-4221-ac81-831f815b617b {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}








#s-abfd9b3e-4ff7-4221-ac81-831f815b617b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abfd9b3e-4ff7-4221-ac81-831f815b617b.shg-box.shg-c {
  justify-content: center;
}

#s-b9ddd2b1-1f94-408d-8e19-387df5489da9 {
  text-align: left;
}

#s-0718d970-d2cc-448e-b977-a4140b921b78 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 90px;
padding-bottom: 30px;
padding-right: 0%;
text-align: center;
background-color: rgba(0, 76, 140, 1);
}

#s-0718d970-d2cc-448e-b977-a4140b921b78 .shogun-heading-component h2 {
  color: rgba(239, 239, 239, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-38b891ea-1128-4c5a-833e-ec00bf8d8ed9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-d35b9679-ee78-473f-adcd-85be977a8b8f {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (max-width: 767px){#s-d35b9679-ee78-473f-adcd-85be977a8b8f {
  display: none;
}
#s-d35b9679-ee78-473f-adcd-85be977a8b8f, #wrap-s-d35b9679-ee78-473f-adcd-85be977a8b8f, #wrap-content-s-d35b9679-ee78-473f-adcd-85be977a8b8f { display: none !important; }}







#s-d35b9679-ee78-473f-adcd-85be977a8b8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d35b9679-ee78-473f-adcd-85be977a8b8f.shg-box.shg-c {
  justify-content: center;
}

#s-892e72b0-6759-4fb0-8203-4609e6a4e6a1 {
  margin-top: 35px;
margin-left: 20%;
margin-bottom: 35px;
margin-right: 20%;
}
@media (max-width: 767px){#s-892e72b0-6759-4fb0-8203-4609e6a4e6a1 {
  display: none;
}
#s-892e72b0-6759-4fb0-8203-4609e6a4e6a1, #wrap-s-892e72b0-6759-4fb0-8203-4609e6a4e6a1, #wrap-content-s-892e72b0-6759-4fb0-8203-4609e6a4e6a1 { display: none !important; }}
#s-154ccd59-076f-442e-b267-163d0e6e62e5 {
  padding-top: 35px;
min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (min-width: 1200px){#s-154ccd59-076f-442e-b267-163d0e6e62e5 {
  display: none;
}
#s-154ccd59-076f-442e-b267-163d0e6e62e5, #wrap-s-154ccd59-076f-442e-b267-163d0e6e62e5, #wrap-content-s-154ccd59-076f-442e-b267-163d0e6e62e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-154ccd59-076f-442e-b267-163d0e6e62e5 {
  display: none;
}
#s-154ccd59-076f-442e-b267-163d0e6e62e5, #wrap-s-154ccd59-076f-442e-b267-163d0e6e62e5, #wrap-content-s-154ccd59-076f-442e-b267-163d0e6e62e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-154ccd59-076f-442e-b267-163d0e6e62e5 {
  display: none;
}
#s-154ccd59-076f-442e-b267-163d0e6e62e5, #wrap-s-154ccd59-076f-442e-b267-163d0e6e62e5, #wrap-content-s-154ccd59-076f-442e-b267-163d0e6e62e5 { display: none !important; }}







#s-154ccd59-076f-442e-b267-163d0e6e62e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-154ccd59-076f-442e-b267-163d0e6e62e5.shg-box.shg-c {
  justify-content: center;
}

#s-1483a6f7-8c6d-4941-8cba-f6c702742fd2 {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 30px;
padding-right: 0%;
text-align: center;
background-color: rgba(0, 76, 140, 1);
}

#s-1483a6f7-8c6d-4941-8cba-f6c702742fd2 .shogun-heading-component h2 {
  color: rgba(239, 239, 239, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-9ae9ef42-6b74-4941-aa20-b4ccd27eb75b {
  margin-left: 10%;
margin-right: 10%;
}

#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6 {
  margin-top: 35px;
margin-bottom: 95px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 10, 18, 1);
}
#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6-root {
    text-align: center;
  }


#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6-root {
    text-align: center;
  }


#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6-root {
    text-align: center;
  }


#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6-root {
    text-align: center;
  }


#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6-root {
    text-align: center;
  }


#s-1d68a2cc-a8d2-423e-8564-d81aa54ae0b6.shg-btn {
  color: rgba(0, 10, 18, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-69056ada-6c47-4888-8930-7c6b17237355 {
  min-height: 50px;
background-color: rgba(0, 76, 140, 1);
}
@media (min-width: 1200px){#s-69056ada-6c47-4888-8930-7c6b17237355 {
  display: none;
}
#s-69056ada-6c47-4888-8930-7c6b17237355, #wrap-s-69056ada-6c47-4888-8930-7c6b17237355, #wrap-content-s-69056ada-6c47-4888-8930-7c6b17237355 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69056ada-6c47-4888-8930-7c6b17237355 {
  display: none;
}
#s-69056ada-6c47-4888-8930-7c6b17237355, #wrap-s-69056ada-6c47-4888-8930-7c6b17237355, #wrap-content-s-69056ada-6c47-4888-8930-7c6b17237355 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69056ada-6c47-4888-8930-7c6b17237355 {
  display: none;
}
#s-69056ada-6c47-4888-8930-7c6b17237355, #wrap-s-69056ada-6c47-4888-8930-7c6b17237355, #wrap-content-s-69056ada-6c47-4888-8930-7c6b17237355 { display: none !important; }}







#s-69056ada-6c47-4888-8930-7c6b17237355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69056ada-6c47-4888-8930-7c6b17237355.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
