.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}








#s-8d027620-82ab-44b0-9edf-4f8ab8734c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d027620-82ab-44b0-9edf-4f8ab8734c8b.shg-box.shg-c {
  justify-content: center;
}

#s-55e92f98-68c9-4388-a628-28481c54ae43 {
  min-height: 50px;
}








#s-55e92f98-68c9-4388-a628-28481c54ae43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55e92f98-68c9-4388-a628-28481c54ae43.shg-box.shg-c {
  justify-content: center;
}

#s-1d1bd2fb-434e-4139-a9c4-f4c67790cc8e {
  min-height: 50px;
}








#s-1d1bd2fb-434e-4139-a9c4-f4c67790cc8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d1bd2fb-434e-4139-a9c4-f4c67790cc8e.shg-box.shg-c {
  justify-content: center;
}

#s-a955f346-f93d-4379-ae77-4c0378065101 {
  min-height: 50px;
}








#s-a955f346-f93d-4379-ae77-4c0378065101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a955f346-f93d-4379-ae77-4c0378065101.shg-box.shg-c {
  justify-content: center;
}

#s-aa0dde25-5821-46df-a9ba-2cca4a983e83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aa0dde25-5821-46df-a9ba-2cca4a983e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa0dde25-5821-46df-a9ba-2cca4a983e83.shg-box.shg-c {
  justify-content: center;
}

#s-2db92db8-d9a7-4ada-9f46-3d60ad8dd7ab {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0b169c7a-59c2-4832-ad7d-6a2e738d1798 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b169c7a-59c2-4832-ad7d-6a2e738d1798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b169c7a-59c2-4832-ad7d-6a2e738d1798.shg-box.shg-c {
  justify-content: center;
}

#s-796c443b-467a-400d-b98e-4e6797b63b4e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 500px;
background-position: right bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-796c443b-467a-400d-b98e-4e6797b63b4e {
  min-height: 600px;
}
}@media (max-width: 767px){#s-796c443b-467a-400d-b98e-4e6797b63b4e {
  min-height: 500px;
max-width: 700px;
}
}







#s-796c443b-467a-400d-b98e-4e6797b63b4e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-796c443b-467a-400d-b98e-4e6797b63b4e.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-3fb916d6-bd72-459e-93f2-9ec475f40d82 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-3fb916d6-bd72-459e-93f2-9ec475f40d82 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-b97744ba-5c50-4033-86b8-2e2e08804fe1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-b97744ba-5c50-4033-86b8-2e2e08804fe1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ5OTAzNTctNDY0MS00ODg4LTlkMDQtZjZhNDdmNmMwMzJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNSIgc3R5bGU9InN0b3AtY29sb3I6IzBiMGIwYjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNTQ5OTAzNTctNDY0MS00ODg4LTlkMDQtZjZhNDdmNmMwMzJmKSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0.4954545454545455, "color"=>"#000000"}, {"id"=>3, "pos"=>0.5, "color"=>"#0b0b0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-b97744ba-5c50-4033-86b8-2e2e08804fe1:active {background-color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b97744ba-5c50-4033-86b8-2e2e08804fe1-root {
    text-align: left;
  }


#s-b97744ba-5c50-4033-86b8-2e2e08804fe1.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b97744ba-5c50-4033-86b8-2e2e08804fe1-root {
    text-align: left;
  }


#s-b97744ba-5c50-4033-86b8-2e2e08804fe1.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b97744ba-5c50-4033-86b8-2e2e08804fe1-root {
    text-align: left;
  }


#s-b97744ba-5c50-4033-86b8-2e2e08804fe1.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b97744ba-5c50-4033-86b8-2e2e08804fe1-root {
    text-align: left;
  }


#s-b97744ba-5c50-4033-86b8-2e2e08804fe1.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b97744ba-5c50-4033-86b8-2e2e08804fe1-root {
    text-align: left;
  }


#s-b97744ba-5c50-4033-86b8-2e2e08804fe1.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-b7735fa0-889e-4858-b568-02932e6a7502 {
  min-height: 50px;
}








#s-b7735fa0-889e-4858-b568-02932e6a7502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7735fa0-889e-4858-b568-02932e6a7502.shg-box.shg-c {
  justify-content: center;
}

#s-71177d3e-6ef1-4f4c-93bd-471050712314 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-71177d3e-6ef1-4f4c-93bd-471050712314 {
  min-height: 500px;
}
}







#s-71177d3e-6ef1-4f4c-93bd-471050712314 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-71177d3e-6ef1-4f4c-93bd-471050712314.shg-box.shg-c {
  justify-content: center;
}

#s-20d5e3b3-d10c-4e20-8b77-dc191bccc538 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-20d5e3b3-d10c-4e20-8b77-dc191bccc538 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-0641be72-fb5c-4050-829a-08d7e7fb48fc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-0641be72-fb5c-4050-829a-08d7e7fb48fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0641be72-fb5c-4050-829a-08d7e7fb48fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0641be72-fb5c-4050-829a-08d7e7fb48fc-root {
    text-align: left;
  }


#s-0641be72-fb5c-4050-829a-08d7e7fb48fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0641be72-fb5c-4050-829a-08d7e7fb48fc-root {
    text-align: left;
  }


#s-0641be72-fb5c-4050-829a-08d7e7fb48fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0641be72-fb5c-4050-829a-08d7e7fb48fc-root {
    text-align: left;
  }


#s-0641be72-fb5c-4050-829a-08d7e7fb48fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0641be72-fb5c-4050-829a-08d7e7fb48fc-root {
    text-align: left;
  }


#s-0641be72-fb5c-4050-829a-08d7e7fb48fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0641be72-fb5c-4050-829a-08d7e7fb48fc-root {
    text-align: left;
  }


#s-0641be72-fb5c-4050-829a-08d7e7fb48fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6257c316-d159-4d02-86cf-997653ce6cc3 {
  min-height: 50px;
}








#s-6257c316-d159-4d02-86cf-997653ce6cc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6257c316-d159-4d02-86cf-997653ce6cc3.shg-box.shg-c {
  justify-content: center;
}

#s-f5f37c92-7066-45e3-9fd5-bde5cabcdc35 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 500px;
background-position: center top;
}








#s-f5f37c92-7066-45e3-9fd5-bde5cabcdc35 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-f5f37c92-7066-45e3-9fd5-bde5cabcdc35.shg-box.shg-c {
  justify-content: center;
}

#s-2875252c-4b23-4c7d-87f4-9e2cd600dbcd {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-2875252c-4b23-4c7d-87f4-9e2cd600dbcd .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1 {
  padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1-root {
    text-align: right;
  }


#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1-root {
    text-align: right;
  }


#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1-root {
    text-align: right;
  }


#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1-root {
    text-align: right;
  }


#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1-root {
    text-align: right;
  }


#s-c4a534fe-f1c5-4099-be57-1b8f16ad83a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-551abafd-7000-411e-ae6b-1c817ae120aa {
  min-height: 50px;
}








#s-551abafd-7000-411e-ae6b-1c817ae120aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-551abafd-7000-411e-ae6b-1c817ae120aa.shg-box.shg-c {
  justify-content: center;
}

#s-a3e7a91e-6d15-4caf-a2c1-aa2f42afdbf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3e7a91e-6d15-4caf-a2c1-aa2f42afdbf5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-266dfc0c-bf23-44ed-a966-6dee5371b4e5 {
  min-height: 50px;
}








#s-266dfc0c-bf23-44ed-a966-6dee5371b4e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-266dfc0c-bf23-44ed-a966-6dee5371b4e5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

@media (min-width: 0px) {
[id="s-f2e69065-294e-4ab0-a285-1b97b15a1eae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2e69065-294e-4ab0-a285-1b97b15a1eae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e69065-294e-4ab0-a285-1b97b15a1eae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e69065-294e-4ab0-a285-1b97b15a1eae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}


  #s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid rgba(51, 51, 51, 1);
  }
#s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 18px;
}

#s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(252, 252, 252, 1);
}

#s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-e8cbd1fe-d916-45c5-a079-f89f2f0db932 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

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

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

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

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

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

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

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

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

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b-atc-btn-wrapper {
    text-align: center;
  }


#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 30px;
  
}


@media (min-width: 1200px){
  #s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b-atc-btn-wrapper {
    text-align: center;
  }


#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 30px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b-atc-btn-wrapper {
    text-align: center;
  }


#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 30px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b-atc-btn-wrapper {
    text-align: center;
  }


#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 30px;
  
}


}@media (max-width: 767px){
  #s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b-atc-btn-wrapper {
    text-align: center;
  }


#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11c80c3f-7beb-4dac-bb7e-c0f15bb0676b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 30px;
  
}


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

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

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

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

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

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

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

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

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

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

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

#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a {
  text-align: left;
}



.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd007755-98a5-439b-b5ea-d463cbbe9c6a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16627727-3f4b-4fe1-939d-9da0067d5f65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-16627727-3f4b-4fe1-939d-9da0067d5f65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16627727-3f4b-4fe1-939d-9da0067d5f65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16627727-3f4b-4fe1-939d-9da0067d5f65-atc-btn-wrapper {
    text-align: center;
  }


#s-16627727-3f4b-4fe1-939d-9da0067d5f65 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-16627727-3f4b-4fe1-939d-9da0067d5f65-atc-btn-wrapper {
    text-align: center;
  }


#s-16627727-3f4b-4fe1-939d-9da0067d5f65 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-16627727-3f4b-4fe1-939d-9da0067d5f65-atc-btn-wrapper {
    text-align: center;
  }


#s-16627727-3f4b-4fe1-939d-9da0067d5f65 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-16627727-3f4b-4fe1-939d-9da0067d5f65-atc-btn-wrapper {
    text-align: center;
  }


#s-16627727-3f4b-4fe1-939d-9da0067d5f65 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-16627727-3f4b-4fe1-939d-9da0067d5f65-atc-btn-wrapper {
    text-align: center;
  }


#s-16627727-3f4b-4fe1-939d-9da0067d5f65 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16627727-3f4b-4fe1-939d-9da0067d5f65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f {
  text-align: left;
}



.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd8e3beb-4de5-4d51-aa0d-ed36a8e47b9f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e4b784b-06fc-4a0c-b992-b24980274295 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e4b784b-06fc-4a0c-b992-b24980274295:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e4b784b-06fc-4a0c-b992-b24980274295:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e4b784b-06fc-4a0c-b992-b24980274295-atc-btn-wrapper {
    text-align: center;
  }


#s-0e4b784b-06fc-4a0c-b992-b24980274295 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0e4b784b-06fc-4a0c-b992-b24980274295-atc-btn-wrapper {
    text-align: center;
  }


#s-0e4b784b-06fc-4a0c-b992-b24980274295 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e4b784b-06fc-4a0c-b992-b24980274295-atc-btn-wrapper {
    text-align: center;
  }


#s-0e4b784b-06fc-4a0c-b992-b24980274295 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0e4b784b-06fc-4a0c-b992-b24980274295-atc-btn-wrapper {
    text-align: center;
  }


#s-0e4b784b-06fc-4a0c-b992-b24980274295 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0e4b784b-06fc-4a0c-b992-b24980274295-atc-btn-wrapper {
    text-align: center;
  }


#s-0e4b784b-06fc-4a0c-b992-b24980274295 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e4b784b-06fc-4a0c-b992-b24980274295.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-30ad8578-b234-4156-8d77-342a44a3629e {
  text-align: left;
}



.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ad8578-b234-4156-8d77-342a44a3629e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f-atc-btn-wrapper {
    text-align: center;
  }


#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f-atc-btn-wrapper {
    text-align: center;
  }


#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f-atc-btn-wrapper {
    text-align: center;
  }


#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f-atc-btn-wrapper {
    text-align: center;
  }


#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f-atc-btn-wrapper {
    text-align: center;
  }


#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b15cf55-1ca7-403a-8b58-1e39b86baa6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f2a7cd51-affc-4cf1-8360-c42b41404fec {
  text-align: left;
}



.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2a7cd51-affc-4cf1-8360-c42b41404fec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a-atc-btn-wrapper {
    text-align: center;
  }


#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a-atc-btn-wrapper {
    text-align: center;
  }


#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a-atc-btn-wrapper {
    text-align: center;
  }


#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a-atc-btn-wrapper {
    text-align: center;
  }


#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a-atc-btn-wrapper {
    text-align: center;
  }


#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3d6484d-3a4e-4d35-9baf-6d74c3927d4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a {
  text-align: left;
}



.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04cdae5b-7d5c-4d6f-be86-51a3b375ec7a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e92c4a37-35e5-4936-801c-f5cab603d478 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e92c4a37-35e5-4936-801c-f5cab603d478:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e92c4a37-35e5-4936-801c-f5cab603d478:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e92c4a37-35e5-4936-801c-f5cab603d478-atc-btn-wrapper {
    text-align: center;
  }


#s-e92c4a37-35e5-4936-801c-f5cab603d478 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e92c4a37-35e5-4936-801c-f5cab603d478-atc-btn-wrapper {
    text-align: center;
  }


#s-e92c4a37-35e5-4936-801c-f5cab603d478 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e92c4a37-35e5-4936-801c-f5cab603d478-atc-btn-wrapper {
    text-align: center;
  }


#s-e92c4a37-35e5-4936-801c-f5cab603d478 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e92c4a37-35e5-4936-801c-f5cab603d478-atc-btn-wrapper {
    text-align: center;
  }


#s-e92c4a37-35e5-4936-801c-f5cab603d478 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e92c4a37-35e5-4936-801c-f5cab603d478-atc-btn-wrapper {
    text-align: center;
  }


#s-e92c4a37-35e5-4936-801c-f5cab603d478 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e92c4a37-35e5-4936-801c-f5cab603d478.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 {
  text-align: left;
}



.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7d88c1-d8db-409d-a0bf-6ffb89c7cce0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-61cb1599-61b2-40e1-98f5-f1f0bfb4d498 {
  min-height: 50px;
}








#s-61cb1599-61b2-40e1-98f5-f1f0bfb4d498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61cb1599-61b2-40e1-98f5-f1f0bfb4d498.shg-box.shg-c {
  justify-content: center;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7-atc-btn-wrapper {
    text-align: center;
  }


#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7-atc-btn-wrapper {
    text-align: center;
  }


#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7-atc-btn-wrapper {
    text-align: center;
  }


#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7-atc-btn-wrapper {
    text-align: center;
  }


#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7-atc-btn-wrapper {
    text-align: center;
  }


#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-793ce4cf-aa56-4b0f-8c43-5545ba405fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 {
  text-align: left;
}



.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d009c85c-7cb7-4be0-8ef1-b2cef70d4062 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8de0265d-edf6-47b8-a11a-631270c21c5b {
  min-height: 50px;
}








#s-8de0265d-edf6-47b8-a11a-631270c21c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8de0265d-edf6-47b8-a11a-631270c21c5b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c67460c1-9759-4bd7-aa36-b12f3445f54a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67460c1-9759-4bd7-aa36-b12f3445f54a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c67460c1-9759-4bd7-aa36-b12f3445f54a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67460c1-9759-4bd7-aa36-b12f3445f54a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-e13c9bbd-f704-48a5-80e8-4cface767aed {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e13c9bbd-f704-48a5-80e8-4cface767aed {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e13c9bbd-f704-48a5-80e8-4cface767aed {
  margin-top: 12px;
margin-bottom: 12px;
}
}
#s-e13c9bbd-f704-48a5-80e8-4cface767aed .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  
}

#s-31a4a030-e3bd-4130-bec5-af68bdb857ae {
  text-align: center;
}

#s-31a4a030-e3bd-4130-bec5-af68bdb857ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  
  
  font-style:  normal ;
}

#s-31a4a030-e3bd-4130-bec5-af68bdb857ae .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 32px;
}

#s-31a4a030-e3bd-4130-bec5-af68bdb857ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 52, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b:active {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
color: rgba(226, 52, 50, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b-atc-btn-wrapper {
    text-align: center;
  }


#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b-atc-btn-wrapper {
    text-align: center;
  }


#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b-atc-btn-wrapper {
    text-align: center;
  }


#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b-atc-btn-wrapper {
    text-align: center;
  }


#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b-atc-btn-wrapper {
    text-align: center;
  }


#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dda95e73-45bc-4442-b7d2-8bd7f9bf215b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

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

#s-12f45c2d-8069-4211-aeb7-c475a15f19e0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-12f45c2d-8069-4211-aeb7-c475a15f19e0 hr {
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-518e48b0-7d3a-41b2-86c0-183039e5a29f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-518e48b0-7d3a-41b2-86c0-183039e5a29f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-518e48b0-7d3a-41b2-86c0-183039e5a29f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-518e48b0-7d3a-41b2-86c0-183039e5a29f td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-518e48b0-7d3a-41b2-86c0-183039e5a29f td.shogun-table-column, #s-518e48b0-7d3a-41b2-86c0-183039e5a29f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

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

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-bd126079-674e-4da9-96d9-fba3b0fc1281 {
  text-align: center;
}

#s-bd126079-674e-4da9-96d9-fba3b0fc1281 {
  overflow: hidden;
  
  
}







  #s-bd126079-674e-4da9-96d9-fba3b0fc1281 img.shogun-image {
    

    
    
    
  }


#s-bd126079-674e-4da9-96d9-fba3b0fc1281 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5be8d4fe-d0e1-4e6c-b7f3-f9b4aac9c308 {
  text-align: center;
}

#s-5be8d4fe-d0e1-4e6c-b7f3-f9b4aac9c308 {
  overflow: hidden;
  
  
}







  #s-5be8d4fe-d0e1-4e6c-b7f3-f9b4aac9c308 img.shogun-image {
    

    
    
    
  }


#s-5be8d4fe-d0e1-4e6c-b7f3-f9b4aac9c308 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1380d6cf-2241-46bc-8e36-ec847fcb6210 {
  text-align: center;
}

#s-1380d6cf-2241-46bc-8e36-ec847fcb6210 {
  overflow: hidden;
  
  
}







  #s-1380d6cf-2241-46bc-8e36-ec847fcb6210 img.shogun-image {
    

    
    
    
  }


#s-1380d6cf-2241-46bc-8e36-ec847fcb6210 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5345c1b0-97fc-4cb7-ab28-de00b0382b6d {
  text-align: center;
}

#s-5345c1b0-97fc-4cb7-ab28-de00b0382b6d {
  overflow: hidden;
  
  
}







  #s-5345c1b0-97fc-4cb7-ab28-de00b0382b6d img.shogun-image {
    

    
    
    
  }


#s-5345c1b0-97fc-4cb7-ab28-de00b0382b6d .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5feded3-e76f-4957-98a1-0231f509d87f {
  text-align: center;
}

#s-b5feded3-e76f-4957-98a1-0231f509d87f {
  overflow: hidden;
  
  
}







  #s-b5feded3-e76f-4957-98a1-0231f509d87f img.shogun-image {
    

    
    
    
  }


#s-b5feded3-e76f-4957-98a1-0231f509d87f .shogun-image-content {
  
    justify-content: center;
  
}

#s-932d8f78-3837-4b47-a7d7-64fc5057c315 {
  text-align: center;
}

#s-932d8f78-3837-4b47-a7d7-64fc5057c315 {
  overflow: hidden;
  
  
}







  #s-932d8f78-3837-4b47-a7d7-64fc5057c315 img.shogun-image {
    

    
    
    
  }


#s-932d8f78-3837-4b47-a7d7-64fc5057c315 .shogun-image-content {
  
    justify-content: center;
  
}

#s-341a7262-54f3-434c-81de-3bf5202fa821 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c {
  border-style: solid;
margin-top: 2px;
margin-left: 2%;
margin-bottom: 2px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(119, 119, 119, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(226, 52, 50, 1) !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c-root {
    text-align: center;
  }


#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c-root {
    text-align: center;
  }


#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c-root {
    text-align: center;
  }


#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c-root {
    text-align: center;
  }


#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c-root {
    text-align: center;
  }


#s-737d0b0a-97a5-41d7-80f6-90a38eb35d7c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-2ad2ae9c-c083-4cbf-8dcb-e1bcd13ea7b3 {
  padding-top: 12px;
padding-left: 10px;
padding-bottom: 12px;
padding-right: 10px;
}
@media (max-width: 767px){#s-2ad2ae9c-c083-4cbf-8dcb-e1bcd13ea7b3 {
  padding-top: 30px;
padding-bottom: 20px;
}
}
#s-7311bd93-a1e0-4343-8819-6e8b54afae01 {
  min-height: 50px;
}








#s-7311bd93-a1e0-4343-8819-6e8b54afae01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7311bd93-a1e0-4343-8819-6e8b54afae01.shg-box.shg-c {
  justify-content: center;
}

#s-20e2f70f-004f-45d2-a191-581ff62be25d {
  min-height: 50px;
}








#s-20e2f70f-004f-45d2-a191-581ff62be25d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20e2f70f-004f-45d2-a191-581ff62be25d.shg-box.shg-c {
  justify-content: center;
}

#s-307c3b85-e62b-4766-ac4f-cb265428b9e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-307c3b85-e62b-4766-ac4f-cb265428b9e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7c78b650-efdc-45a6-b14c-534bee85170f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c78b650-efdc-45a6-b14c-534bee85170f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c78b650-efdc-45a6-b14c-534bee85170f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c78b650-efdc-45a6-b14c-534bee85170f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0483115e-d8a4-4024-8dcf-f72a9f7064ff {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}


  #s-0483115e-d8a4-4024-8dcf-f72a9f7064ff .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-0483115e-d8a4-4024-8dcf-f72a9f7064ff .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid rgba(51, 51, 51, 1);
  }
#s-0483115e-d8a4-4024-8dcf-f72a9f7064ff .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 18px;
}

#s-0483115e-d8a4-4024-8dcf-f72a9f7064ff .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(252, 252, 252, 1);
}

#s-0483115e-d8a4-4024-8dcf-f72a9f7064ff .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-0483115e-d8a4-4024-8dcf-f72a9f7064ff .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-43972533-e2ac-4e61-b873-6e1066ec70a7 {
  text-align: left;
}



.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43972533-e2ac-4e61-b873-6e1066ec70a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52f646d9-3a95-4aaf-99e5-c2256299a361 {
  text-align: left;
}



.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52f646d9-3a95-4aaf-99e5-c2256299a361 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f7c9bce8-3049-4795-bc91-2f3491c77519 {
  text-align: left;
}



.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7c9bce8-3049-4795-bc91-2f3491c77519 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 {
  text-align: left;
}



.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-649cc8c1-5b62-4f0b-9511-7fec785f75d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 {
  text-align: left;
}



.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb31121-896c-4723-8fb5-e07fe3f184f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7117cb4-1e05-4ff6-a173-9e5b8f7694da {
  min-height: 50px;
}








#s-b7117cb4-1e05-4ff6-a173-9e5b8f7694da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7117cb4-1e05-4ff6-a173-9e5b8f7694da.shg-box.shg-c {
  justify-content: center;
}

#s-22511ff8-c101-479e-80e3-05f022121caa {
  text-align: left;
}



.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22511ff8-c101-479e-80e3-05f022121caa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5821b19d-cbf4-42b9-97c9-aeb6e16b29cf {
  min-height: 50px;
}








#s-5821b19d-cbf4-42b9-97c9-aeb6e16b29cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5821b19d-cbf4-42b9-97c9-aeb6e16b29cf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-107450a7-09b9-43d8-8a12-8ded85ea442b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-107450a7-09b9-43d8-8a12-8ded85ea442b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-107450a7-09b9-43d8-8a12-8ded85ea442b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-107450a7-09b9-43d8-8a12-8ded85ea442b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf85e382-6d5a-47f0-85b8-9036ecd73911 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bf85e382-6d5a-47f0-85b8-9036ecd73911 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf85e382-6d5a-47f0-85b8-9036ecd73911 {
  margin-top: 12px;
margin-bottom: 12px;
}
}
#s-bf85e382-6d5a-47f0-85b8-9036ecd73911 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  
}

#s-ea0bcf73-f58b-40fd-b177-a7473e87a0cb {
  text-align: center;
}

#s-ea0bcf73-f58b-40fd-b177-a7473e87a0cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  
  
  font-style:  normal ;
}

#s-ea0bcf73-f58b-40fd-b177-a7473e87a0cb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ea0bcf73-f58b-40fd-b177-a7473e87a0cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 52, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-77374021-4783-4d4f-a54d-c75f4dfd6644:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77374021-4783-4d4f-a54d-c75f4dfd6644:active {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
color: rgba(226, 52, 50, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-77374021-4783-4d4f-a54d-c75f4dfd6644-atc-btn-wrapper {
    text-align: center;
  }


#s-77374021-4783-4d4f-a54d-c75f4dfd6644 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-77374021-4783-4d4f-a54d-c75f4dfd6644-atc-btn-wrapper {
    text-align: center;
  }


#s-77374021-4783-4d4f-a54d-c75f4dfd6644 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-77374021-4783-4d4f-a54d-c75f4dfd6644-atc-btn-wrapper {
    text-align: center;
  }


#s-77374021-4783-4d4f-a54d-c75f4dfd6644 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-77374021-4783-4d4f-a54d-c75f4dfd6644-atc-btn-wrapper {
    text-align: center;
  }


#s-77374021-4783-4d4f-a54d-c75f4dfd6644 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-77374021-4783-4d4f-a54d-c75f4dfd6644-atc-btn-wrapper {
    text-align: center;
  }


#s-77374021-4783-4d4f-a54d-c75f4dfd6644 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-77374021-4783-4d4f-a54d-c75f4dfd6644.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2ceef294-0eec-4e75-bfe2-b85276951fc1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-2ceef294-0eec-4e75-bfe2-b85276951fc1 hr {
  border-top: 1px solid #ddd;
}

#s-826a474b-bfe0-473b-bfc9-7dc376b1ce22 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-826a474b-bfe0-473b-bfc9-7dc376b1ce22 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-826a474b-bfe0-473b-bfc9-7dc376b1ce22 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-826a474b-bfe0-473b-bfc9-7dc376b1ce22 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-826a474b-bfe0-473b-bfc9-7dc376b1ce22 td.shogun-table-column, #s-826a474b-bfe0-473b-bfc9-7dc376b1ce22 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a4bb1ef7-f977-4163-b1b8-8261ba8ac104 {
  text-align: center;
}

#s-a4bb1ef7-f977-4163-b1b8-8261ba8ac104 {
  overflow: hidden;
  
  
}







  #s-a4bb1ef7-f977-4163-b1b8-8261ba8ac104 img.shogun-image {
    

    
    
    
  }


#s-a4bb1ef7-f977-4163-b1b8-8261ba8ac104 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef6d62af-7bc4-495c-af3c-c0353383e1f8 {
  text-align: center;
}

#s-ef6d62af-7bc4-495c-af3c-c0353383e1f8 {
  overflow: hidden;
  
  
}







  #s-ef6d62af-7bc4-495c-af3c-c0353383e1f8 img.shogun-image {
    

    
    
    
  }


#s-ef6d62af-7bc4-495c-af3c-c0353383e1f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c55d5d1e-50c1-4b00-85d9-6a5691a7e11d {
  text-align: center;
}

#s-c55d5d1e-50c1-4b00-85d9-6a5691a7e11d {
  overflow: hidden;
  
  
}







  #s-c55d5d1e-50c1-4b00-85d9-6a5691a7e11d img.shogun-image {
    

    
    
    
  }


#s-c55d5d1e-50c1-4b00-85d9-6a5691a7e11d .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ecedef1-7e57-4939-aece-3aadf7419e3e {
  text-align: center;
}

#s-3ecedef1-7e57-4939-aece-3aadf7419e3e {
  overflow: hidden;
  
  
}







  #s-3ecedef1-7e57-4939-aece-3aadf7419e3e img.shogun-image {
    

    
    
    
  }


#s-3ecedef1-7e57-4939-aece-3aadf7419e3e .shogun-image-content {
  
    justify-content: center;
  
}

#s-85183a74-8242-401e-a9b0-2f2043ac7dbb {
  text-align: center;
}

#s-85183a74-8242-401e-a9b0-2f2043ac7dbb {
  overflow: hidden;
  
  
}







  #s-85183a74-8242-401e-a9b0-2f2043ac7dbb img.shogun-image {
    

    
    
    
  }


#s-85183a74-8242-401e-a9b0-2f2043ac7dbb .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c837a5d-be64-42d3-bae4-6090a3bc0d0e {
  text-align: center;
}

#s-2c837a5d-be64-42d3-bae4-6090a3bc0d0e {
  overflow: hidden;
  
  
}







  #s-2c837a5d-be64-42d3-bae4-6090a3bc0d0e img.shogun-image {
    

    
    
    
  }


#s-2c837a5d-be64-42d3-bae4-6090a3bc0d0e .shogun-image-content {
  
    justify-content: center;
  
}

#s-fbbf4c4d-1389-4b06-b43e-4936f1cf4399 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-5feee7e3-a824-4247-a6f7-ab2d676235b5 {
  border-style: solid;
margin-top: 2px;
margin-left: 2%;
margin-bottom: 2px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-5feee7e3-a824-4247-a6f7-ab2d676235b5:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-5feee7e3-a824-4247-a6f7-ab2d676235b5:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-5feee7e3-a824-4247-a6f7-ab2d676235b5-root {
    text-align: center;
  }


#s-5feee7e3-a824-4247-a6f7-ab2d676235b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5feee7e3-a824-4247-a6f7-ab2d676235b5-root {
    text-align: center;
  }


#s-5feee7e3-a824-4247-a6f7-ab2d676235b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5feee7e3-a824-4247-a6f7-ab2d676235b5-root {
    text-align: center;
  }


#s-5feee7e3-a824-4247-a6f7-ab2d676235b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5feee7e3-a824-4247-a6f7-ab2d676235b5-root {
    text-align: center;
  }


#s-5feee7e3-a824-4247-a6f7-ab2d676235b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5feee7e3-a824-4247-a6f7-ab2d676235b5-root {
    text-align: center;
  }


#s-5feee7e3-a824-4247-a6f7-ab2d676235b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-ca243a87-ef49-480a-886b-6ac70bdc5ed3 {
  padding-top: 12px;
padding-left: 10px;
padding-bottom: 12px;
padding-right: 10px;
}
@media (max-width: 767px){#s-ca243a87-ef49-480a-886b-6ac70bdc5ed3 {
  padding-top: 30px;
padding-bottom: 20px;
}
}
#s-5c074fac-ee77-4a00-9fd7-d005b77f8552 {
  min-height: 50px;
}








#s-5c074fac-ee77-4a00-9fd7-d005b77f8552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c074fac-ee77-4a00-9fd7-d005b77f8552.shg-box.shg-c {
  justify-content: center;
}

#s-d3dc7330-3504-48b9-abf2-2cb8292306c1 {
  min-height: 50px;
}








#s-d3dc7330-3504-48b9-abf2-2cb8292306c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3dc7330-3504-48b9-abf2-2cb8292306c1.shg-box.shg-c {
  justify-content: center;
}

#s-02efc799-b058-480a-87e6-62592d9090ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02efc799-b058-480a-87e6-62592d9090ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-25c12f36-4874-4f56-b04b-4224ee5ddfd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25c12f36-4874-4f56-b04b-4224ee5ddfd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25c12f36-4874-4f56-b04b-4224ee5ddfd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25c12f36-4874-4f56-b04b-4224ee5ddfd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d914b22e-25a0-4377-86fc-25eff995d670 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}


  #s-d914b22e-25a0-4377-86fc-25eff995d670 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-d914b22e-25a0-4377-86fc-25eff995d670 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(226, 52, 50, 1);
    border: 1px solid rgba(226, 52, 50, 1);
  }
#s-d914b22e-25a0-4377-86fc-25eff995d670 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 18px;
}

#s-d914b22e-25a0-4377-86fc-25eff995d670 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(252, 252, 252, 1);
}

#s-d914b22e-25a0-4377-86fc-25eff995d670 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(226, 52, 50, 1);
}

#s-d914b22e-25a0-4377-86fc-25eff995d670 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(226, 52, 50, 1);
}

#s-fd04e514-8129-41f2-b9d6-32178403299b {
  text-align: left;
}



.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd04e514-8129-41f2-b9d6-32178403299b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 {
  text-align: left;
}



.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-037dddb3-c46e-4122-b2ba-8d22ca97f2c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa {
  text-align: left;
}



.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0836f3f9-eac3-4902-b81f-bd3f117f00fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-08f71b5c-231e-4811-82a4-2ced319489d4 {
  text-align: left;
}



.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08f71b5c-231e-4811-82a4-2ced319489d4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 {
  text-align: left;
}



.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2409ec9-0e2a-4c32-ab3c-2e4b75c6d904 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-039e3604-8575-461c-a250-4e1cbc56b056 {
  min-height: 50px;
}








#s-039e3604-8575-461c-a250-4e1cbc56b056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-039e3604-8575-461c-a250-4e1cbc56b056.shg-box.shg-c {
  justify-content: center;
}

#s-9eea0598-da17-4655-a433-b1ee0d6f616d {
  text-align: left;
}



.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eea0598-da17-4655-a433-b1ee0d6f616d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a26bfba-f500-4cd2-bbd9-9e067e0fafe3 {
  min-height: 50px;
}








#s-3a26bfba-f500-4cd2-bbd9-9e067e0fafe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a26bfba-f500-4cd2-bbd9-9e067e0fafe3.shg-box.shg-c {
  justify-content: center;
}

#s-5445d93a-6560-4664-8067-903955f4f9bd {
  min-height: 50px;
}








#s-5445d93a-6560-4664-8067-903955f4f9bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5445d93a-6560-4664-8067-903955f4f9bd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce87edfa-dcd0-4fe0-973c-ee0e5b94572e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce87edfa-dcd0-4fe0-973c-ee0e5b94572e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce87edfa-dcd0-4fe0-973c-ee0e5b94572e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce87edfa-dcd0-4fe0-973c-ee0e5b94572e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64ce1058-b6e8-43dd-af16-d77216b12059 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64ce1058-b6e8-43dd-af16-d77216b12059 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  
}

#s-71088028-7b17-4042-b8fb-c1f4895218a1 {
  text-align: center;
}

#s-71088028-7b17-4042-b8fb-c1f4895218a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  
  
  font-style:  normal ;
}

#s-71088028-7b17-4042-b8fb-c1f4895218a1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 32px;
}

#s-71088028-7b17-4042-b8fb-c1f4895218a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 52, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-16919de5-a1fa-4a34-bb9a-28e794df7529:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16919de5-a1fa-4a34-bb9a-28e794df7529:active {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
color: rgba(226, 52, 50, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-16919de5-a1fa-4a34-bb9a-28e794df7529-atc-btn-wrapper {
    text-align: center;
  }


#s-16919de5-a1fa-4a34-bb9a-28e794df7529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-16919de5-a1fa-4a34-bb9a-28e794df7529-atc-btn-wrapper {
    text-align: center;
  }


#s-16919de5-a1fa-4a34-bb9a-28e794df7529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-16919de5-a1fa-4a34-bb9a-28e794df7529-atc-btn-wrapper {
    text-align: center;
  }


#s-16919de5-a1fa-4a34-bb9a-28e794df7529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-16919de5-a1fa-4a34-bb9a-28e794df7529-atc-btn-wrapper {
    text-align: center;
  }


#s-16919de5-a1fa-4a34-bb9a-28e794df7529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-16919de5-a1fa-4a34-bb9a-28e794df7529-atc-btn-wrapper {
    text-align: center;
  }


#s-16919de5-a1fa-4a34-bb9a-28e794df7529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-16919de5-a1fa-4a34-bb9a-28e794df7529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b96e114f-9a36-4c6f-a4cf-47e6d6cfba74 hr {
  border-top: 2px solid #ddd;
}

#s-2fd52aa2-8b16-491c-9263-6cfc8cf2d1ba .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2fd52aa2-8b16-491c-9263-6cfc8cf2d1ba table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2fd52aa2-8b16-491c-9263-6cfc8cf2d1ba td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-2fd52aa2-8b16-491c-9263-6cfc8cf2d1ba td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-2fd52aa2-8b16-491c-9263-6cfc8cf2d1ba td.shogun-table-column, #s-2fd52aa2-8b16-491c-9263-6cfc8cf2d1ba td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c3f998d6-46ce-42b7-8334-67e47b308971 {
  text-align: center;
}

#s-c3f998d6-46ce-42b7-8334-67e47b308971 {
  overflow: hidden;
  
  
}







  #s-c3f998d6-46ce-42b7-8334-67e47b308971 img.shogun-image {
    

    
    
    
  }


#s-c3f998d6-46ce-42b7-8334-67e47b308971 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5988405e-6907-4239-999b-49615aabf6e9 {
  text-align: center;
}

#s-5988405e-6907-4239-999b-49615aabf6e9 {
  overflow: hidden;
  
  
}







  #s-5988405e-6907-4239-999b-49615aabf6e9 img.shogun-image {
    

    
    
    
  }


#s-5988405e-6907-4239-999b-49615aabf6e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-20999762-f0b8-41f1-a4f8-0f2c67e80d11 {
  text-align: center;
}

#s-20999762-f0b8-41f1-a4f8-0f2c67e80d11 {
  overflow: hidden;
  
  
}







  #s-20999762-f0b8-41f1-a4f8-0f2c67e80d11 img.shogun-image {
    

    
    
    
  }


#s-20999762-f0b8-41f1-a4f8-0f2c67e80d11 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab763c00-d82b-4111-a1b2-e3bd3e60f743 {
  text-align: center;
}

#s-ab763c00-d82b-4111-a1b2-e3bd3e60f743 {
  overflow: hidden;
  
  
}







  #s-ab763c00-d82b-4111-a1b2-e3bd3e60f743 img.shogun-image {
    

    
    
    
  }


#s-ab763c00-d82b-4111-a1b2-e3bd3e60f743 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f12994da-8037-4b8b-a9ba-c54cabe55b05 {
  text-align: center;
}

#s-f12994da-8037-4b8b-a9ba-c54cabe55b05 {
  overflow: hidden;
  
  
}







  #s-f12994da-8037-4b8b-a9ba-c54cabe55b05 img.shogun-image {
    

    
    
    
  }


#s-f12994da-8037-4b8b-a9ba-c54cabe55b05 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7357ac5-1f3c-4544-87ef-86db6b87f8ba {
  text-align: center;
}

#s-a7357ac5-1f3c-4544-87ef-86db6b87f8ba {
  overflow: hidden;
  
  
}







  #s-a7357ac5-1f3c-4544-87ef-86db6b87f8ba img.shogun-image {
    

    
    
    
  }


#s-a7357ac5-1f3c-4544-87ef-86db6b87f8ba .shogun-image-content {
  
    justify-content: center;
  
}

#s-e1516d65-85d3-4a48-8778-dca6fe441845 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-e1516d65-85d3-4a48-8778-dca6fe441845:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-e1516d65-85d3-4a48-8778-dca6fe441845:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-e1516d65-85d3-4a48-8778-dca6fe441845-root {
    text-align: center;
  }


#s-e1516d65-85d3-4a48-8778-dca6fe441845.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1516d65-85d3-4a48-8778-dca6fe441845-root {
    text-align: center;
  }


#s-e1516d65-85d3-4a48-8778-dca6fe441845.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1516d65-85d3-4a48-8778-dca6fe441845-root {
    text-align: center;
  }


#s-e1516d65-85d3-4a48-8778-dca6fe441845.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1516d65-85d3-4a48-8778-dca6fe441845-root {
    text-align: center;
  }


#s-e1516d65-85d3-4a48-8778-dca6fe441845.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1516d65-85d3-4a48-8778-dca6fe441845-root {
    text-align: center;
  }


#s-e1516d65-85d3-4a48-8778-dca6fe441845.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-5e8ea7df-7638-4f1d-867b-2d153ab8c787 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-45f18d96-0740-4288-9fc2-1190465179ec {
  min-height: 50px;
}








#s-45f18d96-0740-4288-9fc2-1190465179ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45f18d96-0740-4288-9fc2-1190465179ec.shg-box.shg-c {
  justify-content: center;
}

#s-872b84b2-709d-4321-89e0-b66725b23484 {
  min-height: 50px;
}








#s-872b84b2-709d-4321-89e0-b66725b23484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-872b84b2-709d-4321-89e0-b66725b23484.shg-box.shg-c {
  justify-content: center;
}

#s-81c4dc76-1d3a-4fb7-ac7c-aaccdf6a24c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81c4dc76-1d3a-4fb7-ac7c-aaccdf6a24c2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-3c1b9ce9-a9d0-4624-8d74-c7b1b3cc0ed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c1b9ce9-a9d0-4624-8d74-c7b1b3cc0ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c1b9ce9-a9d0-4624-8d74-c7b1b3cc0ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c1b9ce9-a9d0-4624-8d74-c7b1b3cc0ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}


  #s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(226, 52, 50, 1);
    border: 1px solid rgba(226, 52, 50, 1);
  }
#s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 18px;
}

#s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(252, 252, 252, 1);
}

#s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(226, 52, 50, 1);
}

#s-f4654acc-c85d-49f5-87d0-2f0a91d31e17 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(226, 52, 50, 1);
}

#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 {
  text-align: left;
}



.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-409bdc87-dca0-4b15-b24b-c0a0c22d0fa3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-059afc14-67ed-4314-b3dd-b2cd2e305685 {
  text-align: left;
}



.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-059afc14-67ed-4314-b3dd-b2cd2e305685 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fd99b615-d363-4276-9a04-45e237b6f659 {
  text-align: left;
}



.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd99b615-d363-4276-9a04-45e237b6f659 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c8ce5d6-2959-4517-9532-bc6572bfc03f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0c8ce5d6-2959-4517-9532-bc6572bfc03f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0c8ce5d6-2959-4517-9532-bc6572bfc03f td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-0c8ce5d6-2959-4517-9532-bc6572bfc03f td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-0c8ce5d6-2959-4517-9532-bc6572bfc03f td.shogun-table-column, #s-0c8ce5d6-2959-4517-9532-bc6572bfc03f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-cc667718-1bab-4240-9a2d-d3991f4b994f {
  text-align: center;
}

#s-cc667718-1bab-4240-9a2d-d3991f4b994f {
  overflow: hidden;
  
  
}







  #s-cc667718-1bab-4240-9a2d-d3991f4b994f img.shogun-image {
    

    
    
    
  }


#s-cc667718-1bab-4240-9a2d-d3991f4b994f .shogun-image-content {
  
    justify-content: center;
  
}

#s-48cd7fa0-2ef6-4661-a5e4-0b1a14fa3baf {
  text-align: center;
}

#s-48cd7fa0-2ef6-4661-a5e4-0b1a14fa3baf {
  overflow: hidden;
  
  
}







  #s-48cd7fa0-2ef6-4661-a5e4-0b1a14fa3baf img.shogun-image {
    

    
    
    
  }


#s-48cd7fa0-2ef6-4661-a5e4-0b1a14fa3baf .shogun-image-content {
  
    justify-content: center;
  
}

#s-08639e64-f5de-4fe8-8280-6d63b0ccf0f2 {
  text-align: center;
}

#s-08639e64-f5de-4fe8-8280-6d63b0ccf0f2 {
  overflow: hidden;
  
  
}







  #s-08639e64-f5de-4fe8-8280-6d63b0ccf0f2 img.shogun-image {
    

    
    
    
  }


#s-08639e64-f5de-4fe8-8280-6d63b0ccf0f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-738dd171-9126-42ac-9c87-0f9942bc8b56 {
  text-align: center;
}

#s-738dd171-9126-42ac-9c87-0f9942bc8b56 {
  overflow: hidden;
  
  
}







  #s-738dd171-9126-42ac-9c87-0f9942bc8b56 img.shogun-image {
    

    
    
    
  }


#s-738dd171-9126-42ac-9c87-0f9942bc8b56 .shogun-image-content {
  
    justify-content: center;
  
}

#s-71d24152-7eda-46f2-a8f7-152e08135fc0 {
  text-align: center;
}

#s-71d24152-7eda-46f2-a8f7-152e08135fc0 {
  overflow: hidden;
  
  
}







  #s-71d24152-7eda-46f2-a8f7-152e08135fc0 img.shogun-image {
    

    
    
    
  }


#s-71d24152-7eda-46f2-a8f7-152e08135fc0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7efac4ec-77d5-48ba-98ab-05bd92609634 {
  text-align: center;
}

#s-7efac4ec-77d5-48ba-98ab-05bd92609634 {
  overflow: hidden;
  
  
}







  #s-7efac4ec-77d5-48ba-98ab-05bd92609634 img.shogun-image {
    

    
    
    
  }


#s-7efac4ec-77d5-48ba-98ab-05bd92609634 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 {
  text-align: left;
}



.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65414ad-3e63-477a-b5a0-42ca9b9f3251 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f {
  text-align: left;
}



.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d992cfe-8d9a-4cd4-aee5-7efceaefbd5f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f401e1a-8981-4431-8231-e21db1d7d5cc {
  min-height: 50px;
}








#s-8f401e1a-8981-4431-8231-e21db1d7d5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f401e1a-8981-4431-8231-e21db1d7d5cc.shg-box.shg-c {
  justify-content: center;
}

#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 {
  text-align: left;
}



.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4dd63daa-0a6d-445b-8564-a3711a7b7ab4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7d87e8d4-7aa8-43d3-9f61-61496004f319 {
  min-height: 50px;
}








#s-7d87e8d4-7aa8-43d3-9f61-61496004f319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d87e8d4-7aa8-43d3-9f61-61496004f319.shg-box.shg-c {
  justify-content: center;
}

#s-d8aea44e-71a6-48b9-823d-fda22e50d15c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d8aea44e-71a6-48b9-823d-fda22e50d15c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d8aea44e-71a6-48b9-823d-fda22e50d15c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-d8aea44e-71a6-48b9-823d-fda22e50d15c td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-d8aea44e-71a6-48b9-823d-fda22e50d15c td.shogun-table-column, #s-d8aea44e-71a6-48b9-823d-fda22e50d15c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-38cb42f1-8607-47aa-b6de-c1da5e70806b {
  text-align: center;
}

#s-38cb42f1-8607-47aa-b6de-c1da5e70806b {
  overflow: hidden;
  
  
}







  #s-38cb42f1-8607-47aa-b6de-c1da5e70806b img.shogun-image {
    

    
    
    
  }


#s-38cb42f1-8607-47aa-b6de-c1da5e70806b .shogun-image-content {
  
    justify-content: center;
  
}

#s-3a819480-9b6e-4e1a-9ac0-b31c85ec3d45 {
  text-align: center;
}

#s-3a819480-9b6e-4e1a-9ac0-b31c85ec3d45 {
  overflow: hidden;
  
  
}







  #s-3a819480-9b6e-4e1a-9ac0-b31c85ec3d45 img.shogun-image {
    

    
    
    
  }


#s-3a819480-9b6e-4e1a-9ac0-b31c85ec3d45 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2eee5b19-2dc3-4e80-83da-00726f72c76c {
  text-align: center;
}

#s-2eee5b19-2dc3-4e80-83da-00726f72c76c {
  overflow: hidden;
  
  
}







  #s-2eee5b19-2dc3-4e80-83da-00726f72c76c img.shogun-image {
    

    
    
    
  }


#s-2eee5b19-2dc3-4e80-83da-00726f72c76c .shogun-image-content {
  
    justify-content: center;
  
}

#s-f1a5b928-87d3-4732-b237-0a5b42f58b55 {
  text-align: center;
}

#s-f1a5b928-87d3-4732-b237-0a5b42f58b55 {
  overflow: hidden;
  
  
}







  #s-f1a5b928-87d3-4732-b237-0a5b42f58b55 img.shogun-image {
    

    
    
    
  }


#s-f1a5b928-87d3-4732-b237-0a5b42f58b55 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f593e850-67bf-4f5d-b3e0-b4fdb8547f31 {
  text-align: center;
}

#s-f593e850-67bf-4f5d-b3e0-b4fdb8547f31 {
  overflow: hidden;
  
  
}







  #s-f593e850-67bf-4f5d-b3e0-b4fdb8547f31 img.shogun-image {
    

    
    
    
  }


#s-f593e850-67bf-4f5d-b3e0-b4fdb8547f31 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d65fb4d4-cefe-4e7b-9073-0a88817e01ab {
  text-align: center;
}

#s-d65fb4d4-cefe-4e7b-9073-0a88817e01ab {
  overflow: hidden;
  
  
}







  #s-d65fb4d4-cefe-4e7b-9073-0a88817e01ab img.shogun-image {
    

    
    
    
  }


#s-d65fb4d4-cefe-4e7b-9073-0a88817e01ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-eef4da6a-64e4-4b88-8f63-bdcf5ae93eb0 {
  min-height: 50px;
}








#s-eef4da6a-64e4-4b88-8f63-bdcf5ae93eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eef4da6a-64e4-4b88-8f63-bdcf5ae93eb0.shg-box.shg-c {
  justify-content: center;
}

#s-172d4226-8193-419f-b98b-5fabecdf9c14 {
  min-height: 50px;
}








#s-172d4226-8193-419f-b98b-5fabecdf9c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-172d4226-8193-419f-b98b-5fabecdf9c14.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c1142c92-5a21-49d5-abd0-d3a96ab6cdad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1142c92-5a21-49d5-abd0-d3a96ab6cdad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-c1142c92-5a21-49d5-abd0-d3a96ab6cdad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1142c92-5a21-49d5-abd0-d3a96ab6cdad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-7909ad14-0da0-44c1-bc2c-031531be2eb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7909ad14-0da0-44c1-bc2c-031531be2eb4 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 {
  text-align: left;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-6b0034f7-5c7d-4fff-b4dc-aaa0695879b6 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-b31ebf70-65a3-4aab-84a4-45f6ee19a147 {
  min-height: 50px;
}








#s-b31ebf70-65a3-4aab-84a4-45f6ee19a147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b31ebf70-65a3-4aab-84a4-45f6ee19a147.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1b3aacd6-1d97-46f8-8b07-1d54b73fec4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b3aacd6-1d97-46f8-8b07-1d54b73fec4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b3aacd6-1d97-46f8-8b07-1d54b73fec4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b3aacd6-1d97-46f8-8b07-1d54b73fec4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3b8943b4-1d7f-46d2-8596-6b512920d48d {
  text-align: center;
}

#s-3b8943b4-1d7f-46d2-8596-6b512920d48d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  
  
  font-style:  normal ;
}

#s-3b8943b4-1d7f-46d2-8596-6b512920d48d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3b8943b4-1d7f-46d2-8596-6b512920d48d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5f0f014-9ed6-463d-a46f-b95e4300d28f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
min-height: 0px;
}








#s-b5f0f014-9ed6-463d-a46f-b95e4300d28f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5f0f014-9ed6-463d-a46f-b95e4300d28f.shg-box.shg-c {
  justify-content: center;
}

#s-744bb6d0-df78-440e-aeb9-76215d0aff09 {
  min-height: 50px;
}








#s-744bb6d0-df78-440e-aeb9-76215d0aff09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-744bb6d0-df78-440e-aeb9-76215d0aff09.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9f530553-a781-4978-b715-1c98550fbee0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f530553-a781-4978-b715-1c98550fbee0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f530553-a781-4978-b715-1c98550fbee0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f530553-a781-4978-b715-1c98550fbee0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 52, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a:active {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
color: rgba(226, 52, 50, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0b1dbdca-2aa4-439a-a04d-d64ae139610a-atc-btn-wrapper {
    text-align: center;
  }


#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0b1dbdca-2aa4-439a-a04d-d64ae139610a-atc-btn-wrapper {
    text-align: center;
  }


#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b1dbdca-2aa4-439a-a04d-d64ae139610a-atc-btn-wrapper {
    text-align: center;
  }


#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0b1dbdca-2aa4-439a-a04d-d64ae139610a-atc-btn-wrapper {
    text-align: center;
  }


#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0b1dbdca-2aa4-439a-a04d-d64ae139610a-atc-btn-wrapper {
    text-align: center;
  }


#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0b1dbdca-2aa4-439a-a04d-d64ae139610a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d52bb5ba-2f6d-4cd4-bb6d-56dbe119d45f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
min-height: 0px;
}








#s-d52bb5ba-2f6d-4cd4-bb6d-56dbe119d45f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d52bb5ba-2f6d-4cd4-bb6d-56dbe119d45f.shg-box.shg-c {
  justify-content: center;
}

#s-664300c4-4d22-457a-99dc-fbe3651578c0 {
  min-height: 50px;
}








#s-664300c4-4d22-457a-99dc-fbe3651578c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-664300c4-4d22-457a-99dc-fbe3651578c0.shg-box.shg-c {
  justify-content: center;
}

#s-557f8f4d-9f7a-4eb5-8b1c-3245d1f17315 {
  min-height: 50px;
}








#s-557f8f4d-9f7a-4eb5-8b1c-3245d1f17315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-557f8f4d-9f7a-4eb5-8b1c-3245d1f17315.shg-box.shg-c {
  justify-content: center;
}

#s-393c5a21-a561-4f6e-ad00-dfa84404c142 {
  min-height: 50px;
}








#s-393c5a21-a561-4f6e-ad00-dfa84404c142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-393c5a21-a561-4f6e-ad00-dfa84404c142.shg-box.shg-c {
  justify-content: center;
}

#s-5b37a7ba-2e6c-49c0-ac07-a623370b1625 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b37a7ba-2e6c-49c0-ac07-a623370b1625 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-74eb9219-b3bf-47d5-bbd0-cfcde69ac592 {
  min-height: 50px;
}








#s-74eb9219-b3bf-47d5-bbd0-cfcde69ac592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74eb9219-b3bf-47d5-bbd0-cfcde69ac592.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac3a64ac-54fc-4e0c-8dfa-e5c2ff3d400a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac3a64ac-54fc-4e0c-8dfa-e5c2ff3d400a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac3a64ac-54fc-4e0c-8dfa-e5c2ff3d400a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac3a64ac-54fc-4e0c-8dfa-e5c2ff3d400a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f21c5e86-65e4-41b2-b30d-c09322e10a49 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}


  #s-f21c5e86-65e4-41b2-b30d-c09322e10a49 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-f21c5e86-65e4-41b2-b30d-c09322e10a49 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(226, 52, 50, 1);
    border: 1px solid rgba(226, 52, 50, 1);
  }
#s-f21c5e86-65e4-41b2-b30d-c09322e10a49 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 18px;
}

#s-f21c5e86-65e4-41b2-b30d-c09322e10a49 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(252, 252, 252, 1);
}

#s-f21c5e86-65e4-41b2-b30d-c09322e10a49 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(226, 52, 50, 1);
}

#s-f21c5e86-65e4-41b2-b30d-c09322e10a49 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(226, 52, 50, 1);
}

#s-f9b771d1-c157-4149-a334-234b34913a52 {
  text-align: left;
}



.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b771d1-c157-4149-a334-234b34913a52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 {
  text-align: left;
}



.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a80ce9e-8b17-4f09-8953-feec1528a0c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 {
  text-align: left;
}



.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117c6c6b-9d4a-48de-b3a3-992f37a39904 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5e83d144-392b-4017-998b-35ea1cd081a3 {
  text-align: left;
}



.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e83d144-392b-4017-998b-35ea1cd081a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 {
  text-align: left;
}



.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d5cdab9-9948-40ef-a870-e76f4ed45355 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a6fd7c9c-a090-412f-9682-ba659684082e {
  min-height: 50px;
}








#s-a6fd7c9c-a090-412f-9682-ba659684082e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6fd7c9c-a090-412f-9682-ba659684082e.shg-box.shg-c {
  justify-content: center;
}

#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 {
  text-align: left;
}



.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fcf236-cec7-47d4-8c1f-a06f0e8b6534 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d1fe633-981a-4f56-8233-f35272f28b7e {
  min-height: 50px;
}








#s-0d1fe633-981a-4f56-8233-f35272f28b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d1fe633-981a-4f56-8233-f35272f28b7e.shg-box.shg-c {
  justify-content: center;
}

#s-6a95dfe5-4dbb-4e89-ac62-07ac58c58331 {
  min-height: 50px;
}








#s-6a95dfe5-4dbb-4e89-ac62-07ac58c58331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a95dfe5-4dbb-4e89-ac62-07ac58c58331.shg-box.shg-c {
  justify-content: center;
}

#s-6a830705-687b-4c1e-bb6f-0f054238d54d {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}

#s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  
  
  
  font-size: 18px;
}

#s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(226, 52, 50, 1);
}

#s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-6a830705-687b-4c1e-bb6f-0f054238d54d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-23913c4e-899f-4728-9c1f-4c39b97641dd {
  text-align: left;
}



.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23913c4e-899f-4728-9c1f-4c39b97641dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 {
  text-align: left;
}



.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9292e100-e916-4275-a87d-d7f9ffb6ff38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-918df313-c731-4f61-88e1-3b8a1cfe59fe {
  min-height: 50px;
}








#s-918df313-c731-4f61-88e1-3b8a1cfe59fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-918df313-c731-4f61-88e1-3b8a1cfe59fe.shg-box.shg-c {
  justify-content: center;
}

#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 {
  text-align: left;
}



.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd305c3d-7a2d-4730-8a2d-5f84299c9a43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-05482f5b-6b6e-4806-b5d8-d70da16d5d2c {
  min-height: 50px;
}








#s-05482f5b-6b6e-4806-b5d8-d70da16d5d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05482f5b-6b6e-4806-b5d8-d70da16d5d2c.shg-box.shg-c {
  justify-content: center;
}

#s-c8616d63-d37f-4ada-8a91-2dcf6655624c {
  min-height: 50px;
}








#s-c8616d63-d37f-4ada-8a91-2dcf6655624c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8616d63-d37f-4ada-8a91-2dcf6655624c.shg-box.shg-c {
  justify-content: center;
}

#s-acf95691-cfe1-480e-9932-b8ce21262cc6 {
  min-height: 50px;
}








#s-acf95691-cfe1-480e-9932-b8ce21262cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf95691-cfe1-480e-9932-b8ce21262cc6.shg-box.shg-c {
  justify-content: center;
}

#s-0d3dd46e-b596-4ae7-8ad4-df06f7b819f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d3dd46e-b596-4ae7-8ad4-df06f7b819f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-61c5050e-37a3-4882-8e77-2eb281ca8e42 {
  min-height: 50px;
}








#s-61c5050e-37a3-4882-8e77-2eb281ca8e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61c5050e-37a3-4882-8e77-2eb281ca8e42.shg-box.shg-c {
  justify-content: center;
}

#s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 1);
text-align: left;
}

#s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 2px solid #DDDDDD;
  }
  #s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(226, 52, 50, 1);
    border: 2px solid rgba(226, 52, 50, 1);
  }
#s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(119, 119, 119, 1);
  
  
  
  font-size: 25px;
}

#s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(252, 252, 252, 1);
}

#s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(226, 52, 50, 1);
}

#s-3d7f5f8b-d0f5-4add-bffd-9e3bad690f68 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(226, 52, 50, 1);
}

@media (min-width: 0px) {
[id="s-a5c43fa7-d829-46e2-aec6-1816c101082d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5c43fa7-d829-46e2-aec6-1816c101082d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5c43fa7-d829-46e2-aec6-1816c101082d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5c43fa7-d829-46e2-aec6-1816c101082d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 {
  text-align: left;
}



.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cf0e23c-4693-4ca5-99cf-9a8a87dfc5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ba4da0c2-7fb6-4260-9ed9-61b1d5f0f08d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ba4da0c2-7fb6-4260-9ed9-61b1d5f0f08d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba4da0c2-7fb6-4260-9ed9-61b1d5f0f08d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-ba4da0c2-7fb6-4260-9ed9-61b1d5f0f08d td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-ba4da0c2-7fb6-4260-9ed9-61b1d5f0f08d td.shogun-table-column, #s-ba4da0c2-7fb6-4260-9ed9-61b1d5f0f08d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-2a7a89c9-62ea-4576-bd76-164d95846cff {
  text-align: center;
}

#s-2a7a89c9-62ea-4576-bd76-164d95846cff {
  overflow: hidden;
  
  
}







  #s-2a7a89c9-62ea-4576-bd76-164d95846cff img.shogun-image {
    

    
    
    
  }


#s-2a7a89c9-62ea-4576-bd76-164d95846cff .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6a94a00-113d-4cc1-bb12-2f49c714914f {
  text-align: center;
}

#s-b6a94a00-113d-4cc1-bb12-2f49c714914f {
  overflow: hidden;
  
  
}







  #s-b6a94a00-113d-4cc1-bb12-2f49c714914f img.shogun-image {
    

    
    
    
  }


#s-b6a94a00-113d-4cc1-bb12-2f49c714914f .shogun-image-content {
  
    justify-content: center;
  
}

#s-2dcda2cd-72a0-42a8-a398-84a2901a3819 {
  text-align: center;
}

#s-2dcda2cd-72a0-42a8-a398-84a2901a3819 {
  overflow: hidden;
  
  
}







  #s-2dcda2cd-72a0-42a8-a398-84a2901a3819 img.shogun-image {
    

    
    
    
  }


#s-2dcda2cd-72a0-42a8-a398-84a2901a3819 .shogun-image-content {
  
    justify-content: center;
  
}

#s-75c81833-d245-4aee-85a3-4e9049d1d01c {
  text-align: center;
}

#s-75c81833-d245-4aee-85a3-4e9049d1d01c {
  overflow: hidden;
  
  
}







  #s-75c81833-d245-4aee-85a3-4e9049d1d01c img.shogun-image {
    

    
    
    
  }


#s-75c81833-d245-4aee-85a3-4e9049d1d01c .shogun-image-content {
  
    justify-content: center;
  
}

#s-8414d2d5-0a74-43df-94e7-6198aecdf4f0 {
  text-align: center;
}

#s-8414d2d5-0a74-43df-94e7-6198aecdf4f0 {
  overflow: hidden;
  
  
}







  #s-8414d2d5-0a74-43df-94e7-6198aecdf4f0 img.shogun-image {
    

    
    
    
  }


#s-8414d2d5-0a74-43df-94e7-6198aecdf4f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f2064c7-aabd-4a56-83c3-b78befd8a9fd {
  text-align: center;
}

#s-1f2064c7-aabd-4a56-83c3-b78befd8a9fd {
  overflow: hidden;
  
  
}







  #s-1f2064c7-aabd-4a56-83c3-b78befd8a9fd img.shogun-image {
    

    
    
    
  }


#s-1f2064c7-aabd-4a56-83c3-b78befd8a9fd .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-87b6b4ec-dce1-4ac2-9993-553496ec1eb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b6b4ec-dce1-4ac2-9993-553496ec1eb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87b6b4ec-dce1-4ac2-9993-553496ec1eb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b6b4ec-dce1-4ac2-9993-553496ec1eb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25b53b58-9af7-499b-a0d9-66ab762e67bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25b53b58-9af7-499b-a0d9-66ab762e67bd .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  
}

#s-a5440320-7394-4846-80bc-4b5f57dc4303 {
  text-align: center;
}

#s-a5440320-7394-4846-80bc-4b5f57dc4303 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  
  
  font-style:  normal ;
}

#s-a5440320-7394-4846-80bc-4b5f57dc4303 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a5440320-7394-4846-80bc-4b5f57dc4303 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 {
  text-align: left;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-6ab1335f-65b3-4382-a3e8-97d013fbe675-btn-wrapper {
    text-align: center;
  }


#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-variant-btn:active, #s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6ab1335f-65b3-4382-a3e8-97d013fbe675 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

@media (min-width: 0px) {
[id="s-ba9da57b-89b9-4d04-9729-eddb020d9004"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9da57b-89b9-4d04-9729-eddb020d9004"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9da57b-89b9-4d04-9729-eddb020d9004"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9da57b-89b9-4d04-9729-eddb020d9004"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 {
  max-width: 50%;
text-align: center;
}

#s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 .shg-product-quantity-wrapper {
  display: flex;
}

#s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-14edc6a0-5d08-4212-a2f5-8245bb85dd94 label:after {
      display: block;
      content: ' ';
      
    }
  


#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c {
  background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(252, 252, 252, 1);
border-radius: 0px;
background-color: rgba(226, 52, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c:hover {background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 52, 50, 1) !important;}#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
color: rgba(226, 52, 50, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c-atc-btn-wrapper {
    text-align: center;
  }


#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  block ;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c-atc-btn-wrapper {
    text-align: center;
  }


#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  block ;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c-atc-btn-wrapper {
    text-align: center;
  }


#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  block ;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c-atc-btn-wrapper {
    text-align: center;
  }


#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  block ;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c-atc-btn-wrapper {
    text-align: center;
  }


#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  block ;
}

#s-2afd2d88-ef3c-4608-b6b9-572ef66ee50c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1f15cb36-f0d5-4f4c-a3c6-2ce23b5933d0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1f15cb36-f0d5-4f4c-a3c6-2ce23b5933d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1f15cb36-f0d5-4f4c-a3c6-2ce23b5933d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-1f15cb36-f0d5-4f4c-a3c6-2ce23b5933d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1f15cb36-f0d5-4f4c-a3c6-2ce23b5933d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-1f15cb36-f0d5-4f4c-a3c6-2ce23b5933d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 {
  text-align: left;
}



.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b0ac15f-118b-41d7-a2f2-e20d8cf07a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-90ca5ad3-fa0b-4dc8-b7cf-bc79c1e2d38d {
  min-height: 50px;
}








#s-90ca5ad3-fa0b-4dc8-b7cf-bc79c1e2d38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90ca5ad3-fa0b-4dc8-b7cf-bc79c1e2d38d.shg-box.shg-c {
  justify-content: center;
}

#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 {
  text-align: left;
}



.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f012e2-b22f-40cb-8d33-16af3fd5a4b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5909d084-faa2-41fe-9f96-d85105285759 {
  min-height: 50px;
}








#s-5909d084-faa2-41fe-9f96-d85105285759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5909d084-faa2-41fe-9f96-d85105285759.shg-box.shg-c {
  justify-content: center;
}

#s-1ae64b9e-5f80-4cb0-8d9d-f4aa0ec4c61d {
  min-height: 50px;
}








#s-1ae64b9e-5f80-4cb0-8d9d-f4aa0ec4c61d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ae64b9e-5f80-4cb0-8d9d-f4aa0ec4c61d.shg-box.shg-c {
  justify-content: center;
}

#s-83a5b2b0-3419-477d-839e-79e0354ac65c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(51, 51, 51, 1);
}

#s-83a5b2b0-3419-477d-839e-79e0354ac65c .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-277c1d72-781a-448a-902b-b8fc11c6026c {
  min-height: 50px;
}








#s-277c1d72-781a-448a-902b-b8fc11c6026c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-277c1d72-781a-448a-902b-b8fc11c6026c.shg-box.shg-c {
  justify-content: center;
}

#s-960f9893-804f-406a-baab-46184f3d4b77 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-960f9893-804f-406a-baab-46184f3d4b77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-960f9893-804f-406a-baab-46184f3d4b77.shg-box.shg-c {
  justify-content: center;
}

#s-334ac4a9-9480-4256-8634-d9f3bd6cfabc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-334ac4a9-9480-4256-8634-d9f3bd6cfabc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bfa12d97-5f3a-450d-a3be-ed3f05b10798 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bfa12d97-5f3a-450d-a3be-ed3f05b10798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfa12d97-5f3a-450d-a3be-ed3f05b10798.shg-box.shg-c {
  justify-content: center;
}

#s-eb9befbd-18e2-491d-be56-88c957a7c6ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb9befbd-18e2-491d-be56-88c957a7c6ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb9befbd-18e2-491d-be56-88c957a7c6ef.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-95f3a8e8-8648-408b-8358-e5c11b57b574 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-95f3a8e8-8648-408b-8358-e5c11b57b574 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-95f3a8e8-8648-408b-8358-e5c11b57b574 .shg-sld-nav-button.shg-sld-left,
#s-95f3a8e8-8648-408b-8358-e5c11b57b574 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  margin: 0 !important;
  overflow: visible;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add background color handling */
  
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
  box-sizing: border-box;
}



.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
      position: relative;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  margin: 0 !important;
  overflow: visible;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add background color handling */
  
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
  box-sizing: border-box;
}



.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
      position: relative;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  margin: 0 !important;
  overflow: visible;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add background color handling */
  
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
  box-sizing: border-box;
}



.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
      position: relative;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  margin: 0 !important;
  overflow: visible;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add background color handling */
  
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
  box-sizing: border-box;
}



.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
      position: relative;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  margin: 0 !important;
  overflow: visible;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add background color handling */
  
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image {
  box-sizing: border-box;
}



.s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container {
      position: relative;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afbc4eea-2b04-4626-aef4-6d879a37ee20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  margin: 0 !important;
  overflow: visible;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add background color handling */
  
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
  box-sizing: border-box;
}



.s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
      position: relative;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  margin: 0 !important;
  overflow: visible;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add background color handling */
  
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
  box-sizing: border-box;
}



.s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
      position: relative;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  margin: 0 !important;
  overflow: visible;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add background color handling */
  
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
  box-sizing: border-box;
}



.s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
      position: relative;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  margin: 0 !important;
  overflow: visible;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add background color handling */
  
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
  box-sizing: border-box;
}



.s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
      position: relative;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  margin: 0 !important;
  overflow: visible;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add background color handling */
  
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-38769e21-9c8f-4011-8c77-fbf03579acf6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image {
  box-sizing: border-box;
}



.s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container {
      position: relative;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38769e21-9c8f-4011-8c77-fbf03579acf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-6a7ed341-8e57-4b3b-aa9a-edee59261873 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6a7ed341-8e57-4b3b-aa9a-edee59261873 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6a7ed341-8e57-4b3b-aa9a-edee59261873 .shg-sld-nav-button.shg-sld-left,
#s-6a7ed341-8e57-4b3b-aa9a-edee59261873 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ed94feb6-1a6e-45b6-a6e5-a698c409d6a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed94feb6-1a6e-45b6-a6e5-a698c409d6a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ed94feb6-1a6e-45b6-a6e5-a698c409d6a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed94feb6-1a6e-45b6-a6e5-a698c409d6a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-ed94feb6-1a6e-45b6-a6e5-a698c409d6a5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-db43aad4-323c-4b6d-981e-79af9d5dd0ec {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 50px;
}








#s-db43aad4-323c-4b6d-981e-79af9d5dd0ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db43aad4-323c-4b6d-981e-79af9d5dd0ec.shg-box.shg-c {
  justify-content: center;
}

#s-a198f627-5bbb-4fcc-a185-72148587b331 {
  min-height: 50px;
}








#s-a198f627-5bbb-4fcc-a185-72148587b331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a198f627-5bbb-4fcc-a185-72148587b331.shg-box.shg-c {
  justify-content: center;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd {
  max-width: 2325px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd {
  margin: 0 !important;
  overflow: visible;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add background color handling */
  
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
  box-sizing: border-box;
}



.s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9764a385-3d6b-4635-9ddb-d371243998cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
      position: relative;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

@media (min-width: 1200px){#s-9764a385-3d6b-4635-9ddb-d371243998cd {
  margin: 0 !important;
  overflow: visible;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add background color handling */
  
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
  box-sizing: border-box;
}



.s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9764a385-3d6b-4635-9ddb-d371243998cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
      position: relative;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9764a385-3d6b-4635-9ddb-d371243998cd {
  margin: 0 !important;
  overflow: visible;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add background color handling */
  
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
  box-sizing: border-box;
}



.s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9764a385-3d6b-4635-9ddb-d371243998cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
      position: relative;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9764a385-3d6b-4635-9ddb-d371243998cd {
  margin: 0 !important;
  overflow: visible;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add background color handling */
  
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
  box-sizing: border-box;
}



.s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9764a385-3d6b-4635-9ddb-d371243998cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
      position: relative;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}@media (max-width: 767px){#s-9764a385-3d6b-4635-9ddb-d371243998cd {
  margin: 0 !important;
  overflow: visible;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9764a385-3d6b-4635-9ddb-d371243998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add background color handling */
  
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9764a385-3d6b-4635-9ddb-d371243998cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-9764a385-3d6b-4635-9ddb-d371243998cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image {
  box-sizing: border-box;
}



.s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9764a385-3d6b-4635-9ddb-d371243998cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container {
      position: relative;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9764a385-3d6b-4635-9ddb-d371243998cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}
@media (min-width: 0px) {
[id="s-ddab3058-7497-43bd-b357-332a10d84a2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddab3058-7497-43bd-b357-332a10d84a2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ddab3058-7497-43bd-b357-332a10d84a2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddab3058-7497-43bd-b357-332a10d84a2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-ddab3058-7497-43bd-b357-332a10d84a2d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-053a33af-1fbe-4d2c-aaad-1ed22d379ff6 {
  background-attachment: fixed;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 50px;
}








#s-053a33af-1fbe-4d2c-aaad-1ed22d379ff6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-053a33af-1fbe-4d2c-aaad-1ed22d379ff6.shg-box.shg-c {
  justify-content: center;
}

#s-72c5559f-1372-4b5a-9baf-b5372dfc3260 {
  min-height: 50px;
}








#s-72c5559f-1372-4b5a-9baf-b5372dfc3260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72c5559f-1372-4b5a-9baf-b5372dfc3260.shg-box.shg-c {
  justify-content: center;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
  box-sizing: border-box;
}



.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
      position: relative;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
  box-sizing: border-box;
}



.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
      position: relative;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
  box-sizing: border-box;
}



.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
      position: relative;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
  box-sizing: border-box;
}



.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
      position: relative;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image {
  box-sizing: border-box;
}



.s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container {
      position: relative;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603e5e8b-6f66-4db7-b2e3-63ee83dd15a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
@media (min-width: 0px) {
[id="s-b63dcec3-aa65-4577-b658-d800c943d0fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b63dcec3-aa65-4577-b658-d800c943d0fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b63dcec3-aa65-4577-b658-d800c943d0fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b63dcec3-aa65-4577-b658-d800c943d0fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-b63dcec3-aa65-4577-b658-d800c943d0fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3f76d2e3-c370-4c95-a474-dd7ba9e7b6a7 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 50px;
}








#s-3f76d2e3-c370-4c95-a474-dd7ba9e7b6a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f76d2e3-c370-4c95-a474-dd7ba9e7b6a7.shg-box.shg-c {
  justify-content: center;
}

#s-8f049602-1cbd-4dee-ac41-6a4267c4cae1 {
  min-height: 50px;
}








#s-8f049602-1cbd-4dee-ac41-6a4267c4cae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f049602-1cbd-4dee-ac41-6a4267c4cae1.shg-box.shg-c {
  justify-content: center;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  max-width: 1982px;
aspect-ratio: 1/1;
text-align: center;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1982px;
  }



  img.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
    
    
    
    max-height: 1982px;
  }


.s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
  box-sizing: border-box;
}



.s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b3fa40-aedd-4904-8446-1623784c2d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
      position: relative;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1982px;
    }
  }

@media (min-width: 1200px){#s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1982px;
  }



  img.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
    
    
    
    max-height: 1982px;
  }


.s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
  box-sizing: border-box;
}



.s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b3fa40-aedd-4904-8446-1623784c2d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
      position: relative;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1982px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1982px;
  }



  img.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
    
    
    
    max-height: 1982px;
  }


.s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
  box-sizing: border-box;
}



.s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b3fa40-aedd-4904-8446-1623784c2d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
      position: relative;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1982px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1982px;
  }



  img.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
    
    
    
    max-height: 1982px;
  }


.s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
  box-sizing: border-box;
}



.s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b3fa40-aedd-4904-8446-1623784c2d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
      position: relative;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1982px;
    }
  }

}@media (max-width: 767px){#s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b3fa40-aedd-4904-8446-1623784c2d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b3fa40-aedd-4904-8446-1623784c2d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1982px;
  }



  img.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
    
    
    
    max-height: 1982px;
  }


.s-94b3fa40-aedd-4904-8446-1623784c2d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image {
  box-sizing: border-box;
}



.s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b3fa40-aedd-4904-8446-1623784c2d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container {
      position: relative;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b3fa40-aedd-4904-8446-1623784c2d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1982px;
    }
  }

}
#s-91db027d-43dc-4400-958a-824a9cfcb620 {
  min-height: 50px;
}








#s-91db027d-43dc-4400-958a-824a9cfcb620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91db027d-43dc-4400-958a-824a9cfcb620.shg-box.shg-c {
  justify-content: center;
}

#s-143e10d3-314a-4637-9950-46a3b7a16d0e {
  min-height: 50px;
background-color: rgba(226, 52, 50, 1);
}








#s-143e10d3-314a-4637-9950-46a3b7a16d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-143e10d3-314a-4637-9950-46a3b7a16d0e.shg-box.shg-c {
  justify-content: center;
}

#s-5f9611ea-afe3-44e6-9476-7d7f134c9a36 {
  text-align: center;
}
@media (max-width: 767px){#s-5f9611ea-afe3-44e6-9476-7d7f134c9a36 {
  display: none;
}
#s-5f9611ea-afe3-44e6-9476-7d7f134c9a36, #wrap-s-5f9611ea-afe3-44e6-9476-7d7f134c9a36, #wrap-content-s-5f9611ea-afe3-44e6-9476-7d7f134c9a36 { display: none !important; }}
#s-5f9611ea-afe3-44e6-9476-7d7f134c9a36 {
  overflow: hidden;
  
  
}







  #s-5f9611ea-afe3-44e6-9476-7d7f134c9a36 img.shogun-image {
    

    
    
    
  }


#s-5f9611ea-afe3-44e6-9476-7d7f134c9a36 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b879761-2d6f-4439-858f-a7ffcd761af5 {
  text-align: center;
}
@media (min-width: 1200px){#s-4b879761-2d6f-4439-858f-a7ffcd761af5 {
  display: none;
}
#s-4b879761-2d6f-4439-858f-a7ffcd761af5, #wrap-s-4b879761-2d6f-4439-858f-a7ffcd761af5, #wrap-content-s-4b879761-2d6f-4439-858f-a7ffcd761af5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b879761-2d6f-4439-858f-a7ffcd761af5 {
  display: none;
}
#s-4b879761-2d6f-4439-858f-a7ffcd761af5, #wrap-s-4b879761-2d6f-4439-858f-a7ffcd761af5, #wrap-content-s-4b879761-2d6f-4439-858f-a7ffcd761af5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b879761-2d6f-4439-858f-a7ffcd761af5 {
  display: none;
}
#s-4b879761-2d6f-4439-858f-a7ffcd761af5, #wrap-s-4b879761-2d6f-4439-858f-a7ffcd761af5, #wrap-content-s-4b879761-2d6f-4439-858f-a7ffcd761af5 { display: none !important; }}
#s-4b879761-2d6f-4439-858f-a7ffcd761af5 {
  overflow: hidden;
  
  
}







  #s-4b879761-2d6f-4439-858f-a7ffcd761af5 img.shogun-image {
    

    
    
    
  }


#s-4b879761-2d6f-4439-858f-a7ffcd761af5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-500ad796-b29b-45b6-90dd-0fdb17f966d6 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}

#s-500ad796-b29b-45b6-90dd-0fdb17f966d6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0cba6c8a-c4ef-41ca-8292-8da257d9751d {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-0cba6c8a-c4ef-41ca-8292-8da257d9751d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5cdaf468-4cff-42bc-8c97-cc41f61dd8ad {
  min-height: 50px;
}








#s-5cdaf468-4cff-42bc-8c97-cc41f61dd8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cdaf468-4cff-42bc-8c97-cc41f61dd8ad.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1f9612b1-aed6-4b38-a896-a9e5a82eb171"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f9612b1-aed6-4b38-a896-a9e5a82eb171"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f9612b1-aed6-4b38-a896-a9e5a82eb171"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f9612b1-aed6-4b38-a896-a9e5a82eb171"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c1b6107-e436-45c0-83b5-8bb80ce24ec7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 01px;
border-bottom-width: 1px;
border-right-width: 01px;
border-color: rgba(226, 52, 50, 1);
border-radius: 0px;
}

#s-b0a7f290-6a0e-4524-93b3-fb42129bc17a {
  text-align: center;
}

#s-b0a7f290-6a0e-4524-93b3-fb42129bc17a {
  overflow: hidden;
  
  
}







  #s-b0a7f290-6a0e-4524-93b3-fb42129bc17a img.shogun-image {
    

    
    
    
  }


#s-b0a7f290-6a0e-4524-93b3-fb42129bc17a .shogun-image-content {
  
    justify-content: center;
  
}

#s-254c723a-8103-43f5-853d-0b5b047bf847 {
  min-height: 50px;
}








#s-254c723a-8103-43f5-853d-0b5b047bf847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-254c723a-8103-43f5-853d-0b5b047bf847.shg-box.shg-c {
  justify-content: center;
}

#s-b0f1608a-8981-49b9-a910-3f24d253b97d {
  min-height: 50px;
}








#s-b0f1608a-8981-49b9-a910-3f24d253b97d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0f1608a-8981-49b9-a910-3f24d253b97d.shg-box.shg-c {
  justify-content: center;
}

#s-f693c32e-df90-49df-8dfa-e47e98024b98 {
  min-height: 50px;
}








#s-f693c32e-df90-49df-8dfa-e47e98024b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f693c32e-df90-49df-8dfa-e47e98024b98.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-80c8990f-0dba-436c-b59e-fd738be9eec5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fcfbc7c3-5c56-4ddd-bd63-6eee01fb0f08 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(153, 183, 59, 1);
}








#s-fcfbc7c3-5c56-4ddd-bd63-6eee01fb0f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcfbc7c3-5c56-4ddd-bd63-6eee01fb0f08.shg-box.shg-c {
  justify-content: center;
}

#s-dc58b3fe-8628-4df7-9e0f-0d62aef3f2c4 {
  min-height: 50px;
}








#s-dc58b3fe-8628-4df7-9e0f-0d62aef3f2c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc58b3fe-8628-4df7-9e0f-0d62aef3f2c4.shg-box.shg-c {
  justify-content: center;
}

#s-56b91d86-998c-417c-aae7-87f78ba96278 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-56b91d86-998c-417c-aae7-87f78ba96278 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-be79bdfe-7cd6-49df-ae55-46eac7b36a51 {
  min-height: 50px;
}








#s-be79bdfe-7cd6-49df-ae55-46eac7b36a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be79bdfe-7cd6-49df-ae55-46eac7b36a51.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-be351526-c7c5-4e25-938a-1fcb5e49b42d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be351526-c7c5-4e25-938a-1fcb5e49b42d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be351526-c7c5-4e25-938a-1fcb5e49b42d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be351526-c7c5-4e25-938a-1fcb5e49b42d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e6bb07f-3948-4c64-8af2-763a5fccf8e1 {
  padding-top: 20px;
}

#s-4d70965e-2d11-4191-8274-9056f6a508b8 {
  padding-top: 10%;
text-align: center;
}

#s-4d70965e-2d11-4191-8274-9056f6a508b8 {
  overflow: hidden;
  
  
}







  #s-4d70965e-2d11-4191-8274-9056f6a508b8 img.shogun-image {
    

    
    
    
  }


#s-4d70965e-2d11-4191-8274-9056f6a508b8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ba27ed3b-03c9-4543-8e8e-b043a5445870 {
  padding-top: 20px;
}

#s-515976ff-ac97-4fbe-9550-670deae427cc {
  text-align: center;
}

#s-515976ff-ac97-4fbe-9550-670deae427cc {
  overflow: hidden;
  
  
}







  #s-515976ff-ac97-4fbe-9550-670deae427cc img.shogun-image {
    

    
    
    
  }


#s-515976ff-ac97-4fbe-9550-670deae427cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-f22d9137-ebf5-41a1-9ac9-f6758f19751c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f22d9137-ebf5-41a1-9ac9-f6758f19751c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f22d9137-ebf5-41a1-9ac9-f6758f19751c.shg-box.shg-c {
  justify-content: center;
}

#s-41908a7a-af7c-4eaf-9b0b-d77bc9211aab {
  padding-top: 30px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c5501e17-7d6f-49c7-b991-260ae205047e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5501e17-7d6f-49c7-b991-260ae205047e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5501e17-7d6f-49c7-b991-260ae205047e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5501e17-7d6f-49c7-b991-260ae205047e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b-root {
    text-align: center;
  }


#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b-root {
    text-align: center;
  }


#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b-root {
    text-align: center;
  }


#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b-root {
    text-align: center;
  }


#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b-root {
    text-align: center;
  }


#s-62fd9b08-0511-47f4-9a8e-c9dc9a21755b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cf07fa69-b2d1-406d-869c-12765d7860df {
  padding-bottom: 30px;
}

#s-fd8ecd73-0df0-4591-82fb-1317ba5baeff {
  min-height: 50px;
background-color: rgba(204, 153, 51, 1);
}








#s-fd8ecd73-0df0-4591-82fb-1317ba5baeff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd8ecd73-0df0-4591-82fb-1317ba5baeff.shg-box.shg-c {
  justify-content: center;
}

#s-13528aa6-fa6d-429c-a6b4-e7043dc0bbad {
  padding-top: 50px;
padding-bottom: 30px;
}

#s-1b4c91d1-027d-4a31-862b-57b955131dd6 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b4c91d1-027d-4a31-862b-57b955131dd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-20bd5c11-750a-4129-b763-ab07ceaa63a0 {
  min-height: 50px;
}








#s-20bd5c11-750a-4129-b763-ab07ceaa63a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20bd5c11-750a-4129-b763-ab07ceaa63a0.shg-box.shg-c {
  justify-content: center;
}

#s-3d53c0dc-a88e-4a42-8acb-80273ee76656 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3d53c0dc-a88e-4a42-8acb-80273ee76656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d53c0dc-a88e-4a42-8acb-80273ee76656.shg-box.shg-c {
  justify-content: center;
}

#s-dabec8fd-15dd-4346-9186-d1362f13cf63 {
  padding-top: 40px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-511ee342-f0b3-4f49-9eff-ee2969d7ce91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-511ee342-f0b3-4f49-9eff-ee2969d7ce91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-511ee342-f0b3-4f49-9eff-ee2969d7ce91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-511ee342-f0b3-4f49-9eff-ee2969d7ce91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e2e493e-0e17-407d-8607-c4c956660557 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-3e2e493e-0e17-407d-8607-c4c956660557:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-3e2e493e-0e17-407d-8607-c4c956660557:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-3e2e493e-0e17-407d-8607-c4c956660557-root {
    text-align: center;
  }


#s-3e2e493e-0e17-407d-8607-c4c956660557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e2e493e-0e17-407d-8607-c4c956660557-root {
    text-align: center;
  }


#s-3e2e493e-0e17-407d-8607-c4c956660557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e2e493e-0e17-407d-8607-c4c956660557-root {
    text-align: center;
  }


#s-3e2e493e-0e17-407d-8607-c4c956660557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e2e493e-0e17-407d-8607-c4c956660557-root {
    text-align: center;
  }


#s-3e2e493e-0e17-407d-8607-c4c956660557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e2e493e-0e17-407d-8607-c4c956660557-root {
    text-align: center;
  }


#s-3e2e493e-0e17-407d-8607-c4c956660557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-af564a94-da23-4e7d-9d28-40c49f80c129 {
  padding-bottom: 30px;
}

#s-ea2df913-6ddc-44fa-8834-64323b5d77bf hr {
  border-top: 1px solid rgba(67, 67, 67, 1);
}

#s-8e86824b-855b-424a-97f9-102ec86bf4d7 {
  padding-bottom: 30px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
