.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-840957c9-0d3b-41fc-8b10-8ecab5a162e1 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 50px;
padding-bottom: 30px;
min-height: 50px;
}








#s-840957c9-0d3b-41fc-8b10-8ecab5a162e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-840957c9-0d3b-41fc-8b10-8ecab5a162e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-7ef0c649-c696-492c-ade1-cb1091441308 {
  margin-top: -3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7ef0c649-c696-492c-ade1-cb1091441308 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
}
#s-7ef0c649-c696-492c-ade1-cb1091441308 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (max-width: 767px){#s-7ef0c649-c696-492c-ade1-cb1091441308 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

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

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

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

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

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

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b31a997b-1a20-4d36-a04f-67436d06d896 {
  margin-top: 10px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b31a997b-1a20-4d36-a04f-67436d06d896 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-b31a997b-1a20-4d36-a04f-67436d06d896 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b31a997b-1a20-4d36-a04f-67436d06d896, #wrap-s-b31a997b-1a20-4d36-a04f-67436d06d896, #wrap-content-s-b31a997b-1a20-4d36-a04f-67436d06d896 { display: none !important; }}
#s-b31a997b-1a20-4d36-a04f-67436d06d896 .shg-proportional-font-size,
#s-b31a997b-1a20-4d36-a04f-67436d06d896 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 {
  margin-top: 10px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 {
  display: none;
}
#s-3e40cfce-ebdc-4a00-9561-eaf18c982470, #wrap-s-3e40cfce-ebdc-4a00-9561-eaf18c982470, #wrap-content-s-3e40cfce-ebdc-4a00-9561-eaf18c982470 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 {
  display: none;
}
#s-3e40cfce-ebdc-4a00-9561-eaf18c982470, #wrap-s-3e40cfce-ebdc-4a00-9561-eaf18c982470, #wrap-content-s-3e40cfce-ebdc-4a00-9561-eaf18c982470 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 {
  display: none;
}
#s-3e40cfce-ebdc-4a00-9561-eaf18c982470, #wrap-s-3e40cfce-ebdc-4a00-9561-eaf18c982470, #wrap-content-s-3e40cfce-ebdc-4a00-9561-eaf18c982470 { display: none !important; }}@media (max-width: 767px){#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 .shg-proportional-font-size,
#s-3e40cfce-ebdc-4a00-9561-eaf18c982470 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-a05e3381-7128-4a43-91f5-afd637b0996f {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a05e3381-7128-4a43-91f5-afd637b0996f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a05e3381-7128-4a43-91f5-afd637b0996f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a05e3381-7128-4a43-91f5-afd637b0996f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a05e3381-7128-4a43-91f5-afd637b0996f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-140c79da-e27a-4fb6-bea1-a31b991d3e40 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-140c79da-e27a-4fb6-bea1-a31b991d3e40 {
  padding-top: 7%;
padding-bottom: 7%;
}
}







#s-140c79da-e27a-4fb6-bea1-a31b991d3e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-140c79da-e27a-4fb6-bea1-a31b991d3e40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c71495f8-8011-4586-bbb7-7366efd405c8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-c71495f8-8011-4586-bbb7-7366efd405c8 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-c71495f8-8011-4586-bbb7-7366efd405c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c71495f8-8011-4586-bbb7-7366efd405c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c32398f8-1d1e-443d-9db8-7b019d02e629 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c32398f8-1d1e-443d-9db8-7b019d02e629 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c32398f8-1d1e-443d-9db8-7b019d02e629 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-c32398f8-1d1e-443d-9db8-7b019d02e629 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-73fcf8b5-3847-4ef2-aa7b-799bae04e1c3 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-73fcf8b5-3847-4ef2-aa7b-799bae04e1c3 {
  padding-top: 0px;
}
}
#s-73fcf8b5-3847-4ef2-aa7b-799bae04e1c3 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-73fcf8b5-3847-4ef2-aa7b-799bae04e1c3 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-73fcf8b5-3847-4ef2-aa7b-799bae04e1c3 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2fb78d58-4273-49a5-a221-397499de1359 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-2fb78d58-4273-49a5-a221-397499de1359 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-2fb78d58-4273-49a5-a221-397499de1359"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb78d58-4273-49a5-a221-397499de1359"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2fb78d58-4273-49a5-a221-397499de1359"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2fb78d58-4273-49a5-a221-397499de1359"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin-top: 15px;
}
}
#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image {
  box-sizing: border-box;
}



.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  
}


@media (min-width: 1200px){#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image {
  box-sizing: border-box;
}



.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image {
  box-sizing: border-box;
}



.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image {
  box-sizing: border-box;
}



.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  
}


}@media (max-width: 767px){#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d.shogun-image {
  box-sizing: border-box;
}



.s-5cb9bbf3-cc5c-418c-a435-9b3a9219886d img.shogun-image {
  
}


}
#s-a5d0543b-7990-46bd-b530-140348e4082b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

.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: 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-0b5d3bbb-613f-400b-87a2-0540cf063077 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-0b5d3bbb-613f-400b-87a2-0540cf063077 {
  margin-top: 15px;
}
}


.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b5d3bbb-613f-400b-87a2-0540cf063077 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d-root {
    text-align: center;
  }


#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d-root {
    text-align: center;
  }


#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d-root {
    text-align: center;
  }


#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d-root {
    text-align: center;
  }


#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d-root {
    text-align: center;
  }


#s-9d73c6fe-b1a1-4c0b-819f-9afa6ccf402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0addb1ff-56a4-4939-a11a-c2f85b0a3188 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-0addb1ff-56a4-4939-a11a-c2f85b0a3188 {
  margin-top: 10px;
padding-top: 7%;
padding-bottom: 7%;
}
}







#s-0addb1ff-56a4-4939-a11a-c2f85b0a3188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0addb1ff-56a4-4939-a11a-c2f85b0a3188.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-09f23d3a-c6b5-4a24-a83f-ab5e31272a76 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-09f23d3a-c6b5-4a24-a83f-ab5e31272a76 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-09f23d3a-c6b5-4a24-a83f-ab5e31272a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09f23d3a-c6b5-4a24-a83f-ab5e31272a76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f83466-a5c8-4825-9587-07a55f8ce657 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94f83466-a5c8-4825-9587-07a55f8ce657 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-94f83466-a5c8-4825-9587-07a55f8ce657 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-94f83466-a5c8-4825-9587-07a55f8ce657 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-72d094fc-6346-4541-a636-73162ffd3849 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-72d094fc-6346-4541-a636-73162ffd3849 {
  padding-top: 0px;
}
}
#s-72d094fc-6346-4541-a636-73162ffd3849 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-72d094fc-6346-4541-a636-73162ffd3849 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-72d094fc-6346-4541-a636-73162ffd3849 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-1b6ef897-2cd5-4416-9b47-d13a300a83a7 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-1b6ef897-2cd5-4416-9b47-d13a300a83a7 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-1b6ef897-2cd5-4416-9b47-d13a300a83a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b6ef897-2cd5-4416-9b47-d13a300a83a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1b6ef897-2cd5-4416-9b47-d13a300a83a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b6ef897-2cd5-4416-9b47-d13a300a83a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin-top: 15px;
}
}
#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin: 0 !important;
  overflow: visible;
}

#s-f4898a27-770e-4476-9a74-f773943a420a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add background color handling */
  
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-f4898a27-770e-4476-9a74-f773943a420a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image {
  box-sizing: border-box;
}



.s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  
}


@media (min-width: 1200px){#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin: 0 !important;
  overflow: visible;
}

#s-f4898a27-770e-4476-9a74-f773943a420a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add background color handling */
  
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4898a27-770e-4476-9a74-f773943a420a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image {
  box-sizing: border-box;
}



.s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin: 0 !important;
  overflow: visible;
}

#s-f4898a27-770e-4476-9a74-f773943a420a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add background color handling */
  
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4898a27-770e-4476-9a74-f773943a420a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image {
  box-sizing: border-box;
}



.s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin: 0 !important;
  overflow: visible;
}

#s-f4898a27-770e-4476-9a74-f773943a420a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add background color handling */
  
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4898a27-770e-4476-9a74-f773943a420a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image {
  box-sizing: border-box;
}



.s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  
}


}@media (max-width: 767px){#s-f4898a27-770e-4476-9a74-f773943a420a {
  margin: 0 !important;
  overflow: visible;
}

#s-f4898a27-770e-4476-9a74-f773943a420a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-f4898a27-770e-4476-9a74-f773943a420a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add background color handling */
  
}

#s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4898a27-770e-4476-9a74-f773943a420a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4898a27-770e-4476-9a74-f773943a420a.shogun-image {
  box-sizing: border-box;
}



.s-f4898a27-770e-4476-9a74-f773943a420a img.shogun-image {
  
}


}
#s-d2bf7b22-b66f-4cb1-91f6-4ee9c9550d49 {
  margin-left: auto;
margin-right: auto;
}

#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 {
  margin-top: 15px;
}
}


.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d38f1f22-dbac-4b1e-b4b3-42fa29b80f73 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16-root {
    text-align: center;
  }


#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16-root {
    text-align: center;
  }


#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16-root {
    text-align: center;
  }


#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16-root {
    text-align: center;
  }


#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16-root {
    text-align: center;
  }


#s-2f8b7f32-8de3-4ad6-be7e-325a55f48d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-28508c3f-e4bd-40fe-b19e-e245e937d58a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-28508c3f-e4bd-40fe-b19e-e245e937d58a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28508c3f-e4bd-40fe-b19e-e245e937d58a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-28508c3f-e4bd-40fe-b19e-e245e937d58a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-28508c3f-e4bd-40fe-b19e-e245e937d58a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fa0fa20e-8fc3-48e2-a22c-f8b7b6666480 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-fa0fa20e-8fc3-48e2-a22c-f8b7b6666480 {
  padding-top: 7%;
padding-bottom: 7%;
}
}







#s-fa0fa20e-8fc3-48e2-a22c-f8b7b6666480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa0fa20e-8fc3-48e2-a22c-f8b7b6666480.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7304a51-7b68-497d-a9e7-978f31bf4456 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-e7304a51-7b68-497d-a9e7-978f31bf4456 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-e7304a51-7b68-497d-a9e7-978f31bf4456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7304a51-7b68-497d-a9e7-978f31bf4456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a458983b-cb2e-4323-b5ed-6f75a3ea31b9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a458983b-cb2e-4323-b5ed-6f75a3ea31b9 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a458983b-cb2e-4323-b5ed-6f75a3ea31b9 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-a458983b-cb2e-4323-b5ed-6f75a3ea31b9 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-24e6334f-9341-477e-8f28-f724a0599c33 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-24e6334f-9341-477e-8f28-f724a0599c33 {
  padding-top: 0px;
}
}
#s-24e6334f-9341-477e-8f28-f724a0599c33 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-24e6334f-9341-477e-8f28-f724a0599c33 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-24e6334f-9341-477e-8f28-f724a0599c33 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-35b56206-f713-4175-9fd6-5491392f2f9a {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-35b56206-f713-4175-9fd6-5491392f2f9a {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-35b56206-f713-4175-9fd6-5491392f2f9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35b56206-f713-4175-9fd6-5491392f2f9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-35b56206-f713-4175-9fd6-5491392f2f9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-35b56206-f713-4175-9fd6-5491392f2f9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin-top: 15px;
}
}
#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image {
  box-sizing: border-box;
}



.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image {
  box-sizing: border-box;
}



.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image {
  box-sizing: border-box;
}



.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image {
  box-sizing: border-box;
}



.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0.shogun-image {
  box-sizing: border-box;
}



.s-ccf33bcf-cb5f-46c8-8ea3-f9d9599a2ca0 img.shogun-image {
  
}


}
#s-8f3b912b-0f78-464b-b7be-98d836cdd50d {
  margin-left: auto;
margin-right: auto;
}

#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 {
  margin-top: 15px;
}
}


.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f6bb84-8d85-4d3e-bc17-17876abd7f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-baa65edc-ebcf-4908-b807-cc37c4b2cc09-root {
    text-align: center;
  }


#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-baa65edc-ebcf-4908-b807-cc37c4b2cc09-root {
    text-align: center;
  }


#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-baa65edc-ebcf-4908-b807-cc37c4b2cc09-root {
    text-align: center;
  }


#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-baa65edc-ebcf-4908-b807-cc37c4b2cc09-root {
    text-align: center;
  }


#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-baa65edc-ebcf-4908-b807-cc37c4b2cc09-root {
    text-align: center;
  }


#s-baa65edc-ebcf-4908-b807-cc37c4b2cc09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-de5ed091-3b56-4f14-bdf7-fa5ee01cf16e {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-de5ed091-3b56-4f14-bdf7-fa5ee01cf16e {
  margin-top: 10px;
padding-top: 7%;
padding-bottom: 7%;
}
}







#s-de5ed091-3b56-4f14-bdf7-fa5ee01cf16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de5ed091-3b56-4f14-bdf7-fa5ee01cf16e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3b5ff111-bd0e-4022-9342-3d399df300fd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-3b5ff111-bd0e-4022-9342-3d399df300fd {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-3b5ff111-bd0e-4022-9342-3d399df300fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b5ff111-bd0e-4022-9342-3d399df300fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d027780-e7dd-452e-ac49-c84ef5749105 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6d027780-e7dd-452e-ac49-c84ef5749105 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6d027780-e7dd-452e-ac49-c84ef5749105 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-6d027780-e7dd-452e-ac49-c84ef5749105 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-3894b48e-8afb-4abd-969c-93d112abac85 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3894b48e-8afb-4abd-969c-93d112abac85 {
  padding-top: 0px;
}
}
#s-3894b48e-8afb-4abd-969c-93d112abac85 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3894b48e-8afb-4abd-969c-93d112abac85 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-3894b48e-8afb-4abd-969c-93d112abac85 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-4b3c2136-eeaf-4548-a2a9-afcbcc1f0ae7 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-4b3c2136-eeaf-4548-a2a9-afcbcc1f0ae7 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-4b3c2136-eeaf-4548-a2a9-afcbcc1f0ae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b3c2136-eeaf-4548-a2a9-afcbcc1f0ae7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4b3c2136-eeaf-4548-a2a9-afcbcc1f0ae7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b3c2136-eeaf-4548-a2a9-afcbcc1f0ae7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin-top: 15px;
}
}
#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin: 0 !important;
  overflow: visible;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add background color handling */
  
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-645f0293-0e02-4f4c-a574-935adf08ff5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image {
  box-sizing: border-box;
}



.s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  
}


@media (min-width: 1200px){#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin: 0 !important;
  overflow: visible;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add background color handling */
  
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-645f0293-0e02-4f4c-a574-935adf08ff5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image {
  box-sizing: border-box;
}



.s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin: 0 !important;
  overflow: visible;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add background color handling */
  
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-645f0293-0e02-4f4c-a574-935adf08ff5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image {
  box-sizing: border-box;
}



.s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin: 0 !important;
  overflow: visible;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add background color handling */
  
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-645f0293-0e02-4f4c-a574-935adf08ff5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image {
  box-sizing: border-box;
}



.s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  
}


}@media (max-width: 767px){#s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  margin: 0 !important;
  overflow: visible;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-645f0293-0e02-4f4c-a574-935adf08ff5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add background color handling */
  
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-645f0293-0e02-4f4c-a574-935adf08ff5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645f0293-0e02-4f4c-a574-935adf08ff5a.shogun-image {
  box-sizing: border-box;
}



.s-645f0293-0e02-4f4c-a574-935adf08ff5a img.shogun-image {
  
}


}
#s-2d174096-6c20-4ea9-b5e1-8bc65f4a10ae {
  margin-left: auto;
margin-right: auto;
}

#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 {
  margin-top: 15px;
}
}


.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c69e15f-19bd-4aef-93f1-cf660dc01863 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-473a0b87-ceda-4b63-8460-9038e4c74457 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
}
#s-473a0b87-ceda-4b63-8460-9038e4c74457:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-473a0b87-ceda-4b63-8460-9038e4c74457:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-473a0b87-ceda-4b63-8460-9038e4c74457-root {
    text-align: center;
  }


#s-473a0b87-ceda-4b63-8460-9038e4c74457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-473a0b87-ceda-4b63-8460-9038e4c74457-root {
    text-align: center;
  }


#s-473a0b87-ceda-4b63-8460-9038e4c74457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-473a0b87-ceda-4b63-8460-9038e4c74457-root {
    text-align: center;
  }


#s-473a0b87-ceda-4b63-8460-9038e4c74457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-473a0b87-ceda-4b63-8460-9038e4c74457-root {
    text-align: center;
  }


#s-473a0b87-ceda-4b63-8460-9038e4c74457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-473a0b87-ceda-4b63-8460-9038e4c74457-root {
    text-align: center;
  }


#s-473a0b87-ceda-4b63-8460-9038e4c74457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3eabd96a-27bc-495c-bd2c-4b328c189f91 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3eabd96a-27bc-495c-bd2c-4b328c189f91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3eabd96a-27bc-495c-bd2c-4b328c189f91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3eabd96a-27bc-495c-bd2c-4b328c189f91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3eabd96a-27bc-495c-bd2c-4b328c189f91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-90ac7b13-a6ed-4c8b-a83e-082a090bcd21 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-90ac7b13-a6ed-4c8b-a83e-082a090bcd21 {
  padding-top: 7%;
padding-bottom: 7%;
}
}







#s-90ac7b13-a6ed-4c8b-a83e-082a090bcd21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90ac7b13-a6ed-4c8b-a83e-082a090bcd21.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-836a7d40-b82d-44cf-857b-4f8d0e30f669 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-836a7d40-b82d-44cf-857b-4f8d0e30f669 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-836a7d40-b82d-44cf-857b-4f8d0e30f669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-836a7d40-b82d-44cf-857b-4f8d0e30f669.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4249f8ce-4386-429b-9973-b5a93a67aa4f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4249f8ce-4386-429b-9973-b5a93a67aa4f .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4249f8ce-4386-429b-9973-b5a93a67aa4f .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-4249f8ce-4386-429b-9973-b5a93a67aa4f .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-4b73fd31-61cb-4e63-af62-ff014ce6e0e2 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4b73fd31-61cb-4e63-af62-ff014ce6e0e2 {
  padding-top: 0px;
}
}
#s-4b73fd31-61cb-4e63-af62-ff014ce6e0e2 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b73fd31-61cb-4e63-af62-ff014ce6e0e2 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-4b73fd31-61cb-4e63-af62-ff014ce6e0e2 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-44c7dfcd-f700-4be5-920c-828cc785cd13 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-44c7dfcd-f700-4be5-920c-828cc785cd13 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-44c7dfcd-f700-4be5-920c-828cc785cd13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44c7dfcd-f700-4be5-920c-828cc785cd13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-44c7dfcd-f700-4be5-920c-828cc785cd13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-44c7dfcd-f700-4be5-920c-828cc785cd13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin-top: 15px;
margin-bottom: 10px;
}
}
#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin: 0 !important;
  overflow: visible;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add background color handling */
  
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image {
  box-sizing: border-box;
}



.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin: 0 !important;
  overflow: visible;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add background color handling */
  
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image {
  box-sizing: border-box;
}



.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin: 0 !important;
  overflow: visible;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add background color handling */
  
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image {
  box-sizing: border-box;
}



.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin: 0 !important;
  overflow: visible;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add background color handling */
  
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image {
  box-sizing: border-box;
}



.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  margin: 0 !important;
  overflow: visible;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add background color handling */
  
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272.shogun-image {
  box-sizing: border-box;
}



.s-c34f2a7d-6460-4cdf-9f98-66d28f1d7272 img.shogun-image {
  
}


}
#s-3e9f5c61-952a-44b9-a767-93b179a40b31 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3e9f5c61-952a-44b9-a767-93b179a40b31 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-3e9f5c61-952a-44b9-a767-93b179a40b31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3e9f5c61-952a-44b9-a767-93b179a40b31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3e9f5c61-952a-44b9-a767-93b179a40b31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e9f5c61-952a-44b9-a767-93b179a40b31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-94443172-6e38-4d45-b496-e1984e97473f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-0b675607-8c27-4be8-9265-d0cf0548fc94 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b675607-8c27-4be8-9265-d0cf0548fc94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ceaef22c-d1a6-489b-a60a-48db340c88da {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-74502308-0263-4fd6-9038-21dde15f94b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74502308-0263-4fd6-9038-21dde15f94b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-27fcb98e-5c07-4d93-adb3-1c4ba9ef05fd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db1c13e0-cdfc-461e-ae4e-475bddee1c4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52172354-d96f-4a06-816e-a9ea632c6092 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4dc1c8d-24c4-4956-9e57-01baf2a0c8c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d6a51d4-0e41-4c78-bc90-e23a11675f39-root {
    text-align: center;
  }


#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d6a51d4-0e41-4c78-bc90-e23a11675f39-root {
    text-align: center;
  }


#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d6a51d4-0e41-4c78-bc90-e23a11675f39-root {
    text-align: center;
  }


#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d6a51d4-0e41-4c78-bc90-e23a11675f39-root {
    text-align: center;
  }


#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d6a51d4-0e41-4c78-bc90-e23a11675f39-root {
    text-align: center;
  }


#s-5d6a51d4-0e41-4c78-bc90-e23a11675f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d4879282-1909-46da-a50c-66c5a6964a90 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d4879282-1909-46da-a50c-66c5a6964a90 {
  margin-top: 10px;
padding-top: 7%;
padding-bottom: 7%;
}
}







#s-d4879282-1909-46da-a50c-66c5a6964a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4879282-1909-46da-a50c-66c5a6964a90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32f79117-6571-4bd5-ad6c-ec4197ded9bf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-32f79117-6571-4bd5-ad6c-ec4197ded9bf {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-32f79117-6571-4bd5-ad6c-ec4197ded9bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32f79117-6571-4bd5-ad6c-ec4197ded9bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaa12a00-b5b4-4e4e-b06b-6f12d2523055 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aaa12a00-b5b4-4e4e-b06b-6f12d2523055 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-aaa12a00-b5b4-4e4e-b06b-6f12d2523055 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-aaa12a00-b5b4-4e4e-b06b-6f12d2523055 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-616ceefa-a6ae-42df-a8bd-52de68c30a31 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-616ceefa-a6ae-42df-a8bd-52de68c30a31 {
  padding-top: 0px;
}
}
#s-616ceefa-a6ae-42df-a8bd-52de68c30a31 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-616ceefa-a6ae-42df-a8bd-52de68c30a31 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-616ceefa-a6ae-42df-a8bd-52de68c30a31 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e7eb7c48-c097-4ac7-a688-aa9c1b0293c6 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-e7eb7c48-c097-4ac7-a688-aa9c1b0293c6 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-e7eb7c48-c097-4ac7-a688-aa9c1b0293c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7eb7c48-c097-4ac7-a688-aa9c1b0293c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e7eb7c48-c097-4ac7-a688-aa9c1b0293c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7eb7c48-c097-4ac7-a688-aa9c1b0293c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin-top: 15px;
margin-bottom: 10px;
}
}
#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image {
  box-sizing: border-box;
}



.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image {
  box-sizing: border-box;
}



.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image {
  box-sizing: border-box;
}



.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image {
  box-sizing: border-box;
}



.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850.shogun-image {
  box-sizing: border-box;
}



.s-2e8af3cb-a8b3-4059-bb77-fe87fdf34850 img.shogun-image {
  
}


}
#s-279bce0d-59b3-4297-93dc-1796f05e5c5e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-279bce0d-59b3-4297-93dc-1796f05e5c5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-279bce0d-59b3-4297-93dc-1796f05e5c5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-279bce0d-59b3-4297-93dc-1796f05e5c5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-279bce0d-59b3-4297-93dc-1796f05e5c5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f6546622-fdf0-4f98-bde3-2fc7cfd2570e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-ca40c039-5169-484e-96ec-c10b298c045d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca40c039-5169-484e-96ec-c10b298c045d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-092b3703-2df7-4a42-90ec-6450aff397d0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-3b853278-652d-4347-af55-1fdfdb5377e6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b853278-652d-4347-af55-1fdfdb5377e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-727b602b-d404-40ad-a6ca-94847e06f6a1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-bff3b645-582a-452c-bacd-03949daccd16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff3b645-582a-452c-bacd-03949daccd16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
}
#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d626f603-3cb2-44e1-90f3-f32dd6cc183c-root {
    text-align: center;
  }


#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d626f603-3cb2-44e1-90f3-f32dd6cc183c-root {
    text-align: center;
  }


#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d626f603-3cb2-44e1-90f3-f32dd6cc183c-root {
    text-align: center;
  }


#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d626f603-3cb2-44e1-90f3-f32dd6cc183c-root {
    text-align: center;
  }


#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d626f603-3cb2-44e1-90f3-f32dd6cc183c-root {
    text-align: center;
  }


#s-d626f603-3cb2-44e1-90f3-f32dd6cc183c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-933ec55e-12dc-4eb6-b934-6438420a799f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-933ec55e-12dc-4eb6-b934-6438420a799f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-933ec55e-12dc-4eb6-b934-6438420a799f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-933ec55e-12dc-4eb6-b934-6438420a799f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-933ec55e-12dc-4eb6-b934-6438420a799f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b9e5e9a1-047f-4416-b4e7-afce10ebb17c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-b9e5e9a1-047f-4416-b4e7-afce10ebb17c {
  padding-top: 7%;
padding-bottom: 7%;
}
}







#s-b9e5e9a1-047f-4416-b4e7-afce10ebb17c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9e5e9a1-047f-4416-b4e7-afce10ebb17c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c0aa499-8a2c-4ef6-9fb6-ef4585d1489a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-8c0aa499-8a2c-4ef6-9fb6-ef4585d1489a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-8c0aa499-8a2c-4ef6-9fb6-ef4585d1489a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c0aa499-8a2c-4ef6-9fb6-ef4585d1489a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a3a1e2d-222b-4f64-a656-8cb696f63bab {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a3a1e2d-222b-4f64-a656-8cb696f63bab .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5a3a1e2d-222b-4f64-a656-8cb696f63bab .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-5a3a1e2d-222b-4f64-a656-8cb696f63bab .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-58a8636d-7595-4e48-a1dd-f8c1f2ab0f14 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-58a8636d-7595-4e48-a1dd-f8c1f2ab0f14 {
  padding-top: 0px;
}
}
#s-58a8636d-7595-4e48-a1dd-f8c1f2ab0f14 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-58a8636d-7595-4e48-a1dd-f8c1f2ab0f14 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-58a8636d-7595-4e48-a1dd-f8c1f2ab0f14 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3eba9381-138b-497a-9ba1-64e58aa9c255 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-3eba9381-138b-497a-9ba1-64e58aa9c255 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-3eba9381-138b-497a-9ba1-64e58aa9c255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3eba9381-138b-497a-9ba1-64e58aa9c255"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3eba9381-138b-497a-9ba1-64e58aa9c255"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3eba9381-138b-497a-9ba1-64e58aa9c255"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin-top: 15px;
margin-bottom: 10px;
}
}
#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a451222-5163-4910-966d-65d6f0d81361-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-3a451222-5163-4910-966d-65d6f0d81361 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image {
  box-sizing: border-box;
}



.s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a451222-5163-4910-966d-65d6f0d81361-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a451222-5163-4910-966d-65d6f0d81361 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image {
  box-sizing: border-box;
}



.s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a451222-5163-4910-966d-65d6f0d81361-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a451222-5163-4910-966d-65d6f0d81361 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image {
  box-sizing: border-box;
}



.s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a451222-5163-4910-966d-65d6f0d81361-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a451222-5163-4910-966d-65d6f0d81361 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image {
  box-sizing: border-box;
}



.s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3a451222-5163-4910-966d-65d6f0d81361 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a451222-5163-4910-966d-65d6f0d81361-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-3a451222-5163-4910-966d-65d6f0d81361 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a451222-5163-4910-966d-65d6f0d81361 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a451222-5163-4910-966d-65d6f0d81361.shogun-image {
  box-sizing: border-box;
}



.s-3a451222-5163-4910-966d-65d6f0d81361 img.shogun-image {
  
}


}
#s-b38ef157-c632-4786-a916-f5486d493fd4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b38ef157-c632-4786-a916-f5486d493fd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b38ef157-c632-4786-a916-f5486d493fd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b38ef157-c632-4786-a916-f5486d493fd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b38ef157-c632-4786-a916-f5486d493fd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bc5f4d64-fe40-4ece-90df-fdfa6983de7e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d56691-e049-45fd-ad0a-f0b5cdb0736e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9500ddd2-d1fe-445c-8c7f-f0eb90a6f3e1 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e78b73a-634f-414d-9ba5-76f2fa2b01c9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0ae108be-7e85-4782-ad80-740ebc67005a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
}

#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbff7d01-37a9-402f-8b1d-bf1ba841d205 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29b20ee6-312e-47ee-95ac-ef70afac0ebf-root {
    text-align: center;
  }


#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29b20ee6-312e-47ee-95ac-ef70afac0ebf-root {
    text-align: center;
  }


#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29b20ee6-312e-47ee-95ac-ef70afac0ebf-root {
    text-align: center;
  }


#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29b20ee6-312e-47ee-95ac-ef70afac0ebf-root {
    text-align: center;
  }


#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29b20ee6-312e-47ee-95ac-ef70afac0ebf-root {
    text-align: center;
  }


#s-29b20ee6-312e-47ee-95ac-ef70afac0ebf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
/*
  $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;
  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;
}
