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

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

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

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

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

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

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

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

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

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

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

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

#s-e8233632-9601-4053-9016-c368582d165b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e8233632-9601-4053-9016-c368582d165b {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8233632-9601-4053-9016-c368582d165b {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 25px;
padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8233632-9601-4053-9016-c368582d165b {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-e8233632-9601-4053-9016-c368582d165b {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e8233632-9601-4053-9016-c368582d165b {
  background-image: url();
}








#s-e8233632-9601-4053-9016-c368582d165b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8233632-9601-4053-9016-c368582d165b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b99cde1b-2522-4fc7-9bc3-915ddce00eb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-b99cde1b-2522-4fc7-9bc3-915ddce00eb7 {
  padding-top: 4%;
padding-bottom: 4%;
}
}







#s-b99cde1b-2522-4fc7-9bc3-915ddce00eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b99cde1b-2522-4fc7-9bc3-915ddce00eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-4f0d6f50-1201-4d08-b13c-0904636c04c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4f0d6f50-1201-4d08-b13c-0904636c04c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4f0d6f50-1201-4d08-b13c-0904636c04c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-4f0d6f50-1201-4d08-b13c-0904636c04c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2656065a-a515-4ccf-8c11-185d34d0c4a3 {
  margin-top: 12px;
margin-bottom: 0px;
}

#s-c3ce7d2e-6461-4254-9041-8208dc655883 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c3ce7d2e-6461-4254-9041-8208dc655883 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c3ce7d2e-6461-4254-9041-8208dc655883 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-c3ce7d2e-6461-4254-9041-8208dc655883 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-d351eef7-c697-4f42-a829-6ed72bf72c0a {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d351eef7-c697-4f42-a829-6ed72bf72c0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d351eef7-c697-4f42-a829-6ed72bf72c0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d351eef7-c697-4f42-a829-6ed72bf72c0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d351eef7-c697-4f42-a829-6ed72bf72c0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7a5e5a95-867d-4898-ad16-3c39f6582d26 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7a5e5a95-867d-4898-ad16-3c39f6582d26 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-7a5e5a95-867d-4898-ad16-3c39f6582d26 {
  padding-left: 3%;
padding-right: 3%;
border-radius: 6px;
}
}







#s-7a5e5a95-867d-4898-ad16-3c39f6582d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a5e5a95-867d-4898-ad16-3c39f6582d26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e5499899-aea6-4660-894a-91ec91fb3427 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213aec13-a3b9-4b96-94a2-4da8cbd9d6b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ee68c192-db19-4ed9-84a5-840d104443b3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ee68c192-db19-4ed9-84a5-840d104443b3 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

#s-09a3d5ed-577c-4522-bf33-a366ffa5973a {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-09a3d5ed-577c-4522-bf33-a366ffa5973a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09a3d5ed-577c-4522-bf33-a366ffa5973a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09a3d5ed-577c-4522-bf33-a366ffa5973a-root {
    text-align: center;
  }


#s-09a3d5ed-577c-4522-bf33-a366ffa5973a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09a3d5ed-577c-4522-bf33-a366ffa5973a-root {
    text-align: center;
  }


#s-09a3d5ed-577c-4522-bf33-a366ffa5973a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09a3d5ed-577c-4522-bf33-a366ffa5973a-root {
    text-align: center;
  }


#s-09a3d5ed-577c-4522-bf33-a366ffa5973a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09a3d5ed-577c-4522-bf33-a366ffa5973a-root {
    text-align: center;
  }


#s-09a3d5ed-577c-4522-bf33-a366ffa5973a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09a3d5ed-577c-4522-bf33-a366ffa5973a-root {
    text-align: center;
  }


#s-09a3d5ed-577c-4522-bf33-a366ffa5973a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fb13309a-0b52-4219-9eb0-17336813f8fb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fb13309a-0b52-4219-9eb0-17336813f8fb {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-fb13309a-0b52-4219-9eb0-17336813f8fb {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-fb13309a-0b52-4219-9eb0-17336813f8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb13309a-0b52-4219-9eb0-17336813f8fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1824dc07-cb7b-4f28-a0a5-46dfb6214e2f {
  margin-left: auto;
margin-right: auto;
}

#s-2c931848-2c43-4304-83d0-7631f92829c7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c931848-2c43-4304-83d0-7631f92829c7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-857e4ab5-7b2e-4bf8-86d2-3df18500f398 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-857e4ab5-7b2e-4bf8-86d2-3df18500f398 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-927b9c4c-a193-4de9-bb56-a9120edacc8a {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-927b9c4c-a193-4de9-bb56-a9120edacc8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-927b9c4c-a193-4de9-bb56-a9120edacc8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-927b9c4c-a193-4de9-bb56-a9120edacc8a-root {
    text-align: center;
  }


#s-927b9c4c-a193-4de9-bb56-a9120edacc8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-927b9c4c-a193-4de9-bb56-a9120edacc8a-root {
    text-align: center;
  }


#s-927b9c4c-a193-4de9-bb56-a9120edacc8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-927b9c4c-a193-4de9-bb56-a9120edacc8a-root {
    text-align: center;
  }


#s-927b9c4c-a193-4de9-bb56-a9120edacc8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-927b9c4c-a193-4de9-bb56-a9120edacc8a-root {
    text-align: center;
  }


#s-927b9c4c-a193-4de9-bb56-a9120edacc8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-927b9c4c-a193-4de9-bb56-a9120edacc8a-root {
    text-align: center;
  }


#s-927b9c4c-a193-4de9-bb56-a9120edacc8a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-079697f6-b1ee-44da-a09b-d156ea10d973 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-079697f6-b1ee-44da-a09b-d156ea10d973 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-079697f6-b1ee-44da-a09b-d156ea10d973 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-079697f6-b1ee-44da-a09b-d156ea10d973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-079697f6-b1ee-44da-a09b-d156ea10d973.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fabde840-f8c3-4771-8c48-a72049a50243 {
  margin-left: auto;
margin-right: auto;
}

#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e5ccf90-13e2-41ce-b298-2fe5deb857bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a9199450-9cde-4f37-9b54-ddee116ef0bd {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9199450-9cde-4f37-9b54-ddee116ef0bd .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-286be33c-5b4d-42f3-8957-f9315921592b {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-286be33c-5b4d-42f3-8957-f9315921592b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-286be33c-5b4d-42f3-8957-f9315921592b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-286be33c-5b4d-42f3-8957-f9315921592b-root {
    text-align: center;
  }


#s-286be33c-5b4d-42f3-8957-f9315921592b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-286be33c-5b4d-42f3-8957-f9315921592b-root {
    text-align: center;
  }


#s-286be33c-5b4d-42f3-8957-f9315921592b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-286be33c-5b4d-42f3-8957-f9315921592b-root {
    text-align: center;
  }


#s-286be33c-5b4d-42f3-8957-f9315921592b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-286be33c-5b4d-42f3-8957-f9315921592b-root {
    text-align: center;
  }


#s-286be33c-5b4d-42f3-8957-f9315921592b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-286be33c-5b4d-42f3-8957-f9315921592b-root {
    text-align: center;
  }


#s-286be33c-5b4d-42f3-8957-f9315921592b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f7bcfdc0-cfd8-4036-b416-aa34e8fd0655 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-f7bcfdc0-cfd8-4036-b416-aa34e8fd0655 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}

#s-8d4591b5-90ed-48b4-90b8-cc06d4d70b7f {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8d4591b5-90ed-48b4-90b8-cc06d4d70b7f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8d4591b5-90ed-48b4-90b8-cc06d4d70b7f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-8d4591b5-90ed-48b4-90b8-cc06d4d70b7f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-9fd2fdc2-341f-4ff4-9b09-801fb6eedb24 {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9fd2fdc2-341f-4ff4-9b09-801fb6eedb24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9fd2fdc2-341f-4ff4-9b09-801fb6eedb24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9fd2fdc2-341f-4ff4-9b09-801fb6eedb24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9fd2fdc2-341f-4ff4-9b09-801fb6eedb24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-4cb59b00-6220-445d-816d-9273bd48ce12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4cb59b00-6220-445d-816d-9273bd48ce12 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-4cb59b00-6220-445d-816d-9273bd48ce12 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-4cb59b00-6220-445d-816d-9273bd48ce12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cb59b00-6220-445d-816d-9273bd48ce12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ce3ee4bc-a93b-4de1-9e10-12e57c990436 {
  margin-left: auto;
margin-right: auto;
}

#s-924300d4-6e83-4631-ba24-813b951868e1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-924300d4-6e83-4631-ba24-813b951868e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e30ad16a-c388-41fc-a154-8fa989eaa1de {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e30ad16a-c388-41fc-a154-8fa989eaa1de .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8-root {
    text-align: center;
  }


#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8-root {
    text-align: center;
  }


#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8-root {
    text-align: center;
  }


#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8-root {
    text-align: center;
  }


#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8-root {
    text-align: center;
  }


#s-cbe2dedd-c20a-4f1c-889b-2df3171ab1d8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5dccee1d-8dbf-44dd-9db3-a6974ae82244 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-5dccee1d-8dbf-44dd-9db3-a6974ae82244 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-5dccee1d-8dbf-44dd-9db3-a6974ae82244 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-5dccee1d-8dbf-44dd-9db3-a6974ae82244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dccee1d-8dbf-44dd-9db3-a6974ae82244.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1666f9a2-cf05-40c5-af14-66d7fed5b555 {
  margin-left: auto;
margin-right: auto;
}

#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-463e2a31-183d-4f6b-b7d4-c457132bcc79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d6bc3ef-20af-4268-afe3-c63160fea1ec {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9d6bc3ef-20af-4268-afe3-c63160fea1ec .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afb7132c-e080-4bdf-be75-e7c42d9d6b87-root {
    text-align: center;
  }


#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afb7132c-e080-4bdf-be75-e7c42d9d6b87-root {
    text-align: center;
  }


#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afb7132c-e080-4bdf-be75-e7c42d9d6b87-root {
    text-align: center;
  }


#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afb7132c-e080-4bdf-be75-e7c42d9d6b87-root {
    text-align: center;
  }


#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afb7132c-e080-4bdf-be75-e7c42d9d6b87-root {
    text-align: center;
  }


#s-afb7132c-e080-4bdf-be75-e7c42d9d6b87.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-61ec2d07-e1f5-47f3-bb65-7ae4f133c0bf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-61ec2d07-e1f5-47f3-bb65-7ae4f133c0bf {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-61ec2d07-e1f5-47f3-bb65-7ae4f133c0bf {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-61ec2d07-e1f5-47f3-bb65-7ae4f133c0bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61ec2d07-e1f5-47f3-bb65-7ae4f133c0bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15aaea0d-190d-4307-bb7f-df9d612377b4 {
  margin-left: auto;
margin-right: auto;
}

#s-a3a37596-b04d-447b-9e91-4bd72e110d6a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a37596-b04d-447b-9e91-4bd72e110d6a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ca12b4f-53c4-4509-9a26-a0f74dfc0bb2 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3ca12b4f-53c4-4509-9a26-a0f74dfc0bb2 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-790c6596-3f61-4340-89b9-c8b35e6098ba {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-790c6596-3f61-4340-89b9-c8b35e6098ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-790c6596-3f61-4340-89b9-c8b35e6098ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-790c6596-3f61-4340-89b9-c8b35e6098ba-root {
    text-align: center;
  }


#s-790c6596-3f61-4340-89b9-c8b35e6098ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-790c6596-3f61-4340-89b9-c8b35e6098ba-root {
    text-align: center;
  }


#s-790c6596-3f61-4340-89b9-c8b35e6098ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-790c6596-3f61-4340-89b9-c8b35e6098ba-root {
    text-align: center;
  }


#s-790c6596-3f61-4340-89b9-c8b35e6098ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-790c6596-3f61-4340-89b9-c8b35e6098ba-root {
    text-align: center;
  }


#s-790c6596-3f61-4340-89b9-c8b35e6098ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-790c6596-3f61-4340-89b9-c8b35e6098ba-root {
    text-align: center;
  }


#s-790c6596-3f61-4340-89b9-c8b35e6098ba.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-448d4488-953a-4e05-a795-e6f8ed2514d0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-448d4488-953a-4e05-a795-e6f8ed2514d0 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-448d4488-953a-4e05-a795-e6f8ed2514d0 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-448d4488-953a-4e05-a795-e6f8ed2514d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-448d4488-953a-4e05-a795-e6f8ed2514d0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3c39cf2d-d597-416d-9581-ea5618900648 {
  margin-left: auto;
margin-right: auto;
}

#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2619071e-f4ed-45ae-aac3-f9c564486fd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8470261c-6436-4b28-8582-57862e9a905f {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8470261c-6436-4b28-8582-57862e9a905f .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-378d5236-42fd-411f-a67e-4b09097eff27 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-378d5236-42fd-411f-a67e-4b09097eff27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-378d5236-42fd-411f-a67e-4b09097eff27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-378d5236-42fd-411f-a67e-4b09097eff27-root {
    text-align: center;
  }


#s-378d5236-42fd-411f-a67e-4b09097eff27.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-378d5236-42fd-411f-a67e-4b09097eff27-root {
    text-align: center;
  }


#s-378d5236-42fd-411f-a67e-4b09097eff27.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-378d5236-42fd-411f-a67e-4b09097eff27-root {
    text-align: center;
  }


#s-378d5236-42fd-411f-a67e-4b09097eff27.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-378d5236-42fd-411f-a67e-4b09097eff27-root {
    text-align: center;
  }


#s-378d5236-42fd-411f-a67e-4b09097eff27.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-378d5236-42fd-411f-a67e-4b09097eff27-root {
    text-align: center;
  }


#s-378d5236-42fd-411f-a67e-4b09097eff27.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3c0c9372-e8de-40b2-8d64-0179dcb59d52 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-3c0c9372-e8de-40b2-8d64-0179dcb59d52 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-3c0c9372-e8de-40b2-8d64-0179dcb59d52 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-3c0c9372-e8de-40b2-8d64-0179dcb59d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c0c9372-e8de-40b2-8d64-0179dcb59d52.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4c9a86a-b428-40ae-a15d-336fe68bde88 {
  margin-left: auto;
margin-right: auto;
}

#s-c2f21546-6052-4bf4-967c-48827e7c2c39 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f21546-6052-4bf4-967c-48827e7c2c39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9df2c943-28cc-402f-aafc-09f34b9ba71f {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9df2c943-28cc-402f-aafc-09f34b9ba71f .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-40ce06f7-4af1-43c3-993c-290cce640e7e {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-40ce06f7-4af1-43c3-993c-290cce640e7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40ce06f7-4af1-43c3-993c-290cce640e7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40ce06f7-4af1-43c3-993c-290cce640e7e-root {
    text-align: center;
  }


#s-40ce06f7-4af1-43c3-993c-290cce640e7e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40ce06f7-4af1-43c3-993c-290cce640e7e-root {
    text-align: center;
  }


#s-40ce06f7-4af1-43c3-993c-290cce640e7e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40ce06f7-4af1-43c3-993c-290cce640e7e-root {
    text-align: center;
  }


#s-40ce06f7-4af1-43c3-993c-290cce640e7e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40ce06f7-4af1-43c3-993c-290cce640e7e-root {
    text-align: center;
  }


#s-40ce06f7-4af1-43c3-993c-290cce640e7e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40ce06f7-4af1-43c3-993c-290cce640e7e-root {
    text-align: center;
  }


#s-40ce06f7-4af1-43c3-993c-290cce640e7e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-56aeb8db-ff86-4fa7-abfd-6793f7a13944 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-56aeb8db-ff86-4fa7-abfd-6793f7a13944 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-56aeb8db-ff86-4fa7-abfd-6793f7a13944 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-56aeb8db-ff86-4fa7-abfd-6793f7a13944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56aeb8db-ff86-4fa7-abfd-6793f7a13944.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1556f903-0030-422c-af0c-9f2688746ed9 {
  margin-left: auto;
margin-right: auto;
}

#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d65b40c-b58c-4ad6-96e2-7ec73359427b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ff5ca51-a671-43a4-8c04-daaf72ba6e49 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4ff5ca51-a671-43a4-8c04-daaf72ba6e49 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-0302f955-9d1f-450a-a005-04483ea4cf6b {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0302f955-9d1f-450a-a005-04483ea4cf6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0302f955-9d1f-450a-a005-04483ea4cf6b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0302f955-9d1f-450a-a005-04483ea4cf6b-root {
    text-align: center;
  }


#s-0302f955-9d1f-450a-a005-04483ea4cf6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0302f955-9d1f-450a-a005-04483ea4cf6b-root {
    text-align: center;
  }


#s-0302f955-9d1f-450a-a005-04483ea4cf6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0302f955-9d1f-450a-a005-04483ea4cf6b-root {
    text-align: center;
  }


#s-0302f955-9d1f-450a-a005-04483ea4cf6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0302f955-9d1f-450a-a005-04483ea4cf6b-root {
    text-align: center;
  }


#s-0302f955-9d1f-450a-a005-04483ea4cf6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0302f955-9d1f-450a-a005-04483ea4cf6b-root {
    text-align: center;
  }


#s-0302f955-9d1f-450a-a005-04483ea4cf6b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-03eda37d-7f95-41ad-9b55-00149931eaba {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-03eda37d-7f95-41ad-9b55-00149931eaba {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-03eda37d-7f95-41ad-9b55-00149931eaba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-03eda37d-7f95-41ad-9b55-00149931eaba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-03eda37d-7f95-41ad-9b55-00149931eaba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-03eda37d-7f95-41ad-9b55-00149931eaba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-598a36de-ef52-4274-bcf8-acfbb40ddeba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-598a36de-ef52-4274-bcf8-acfbb40ddeba {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-598a36de-ef52-4274-bcf8-acfbb40ddeba {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-598a36de-ef52-4274-bcf8-acfbb40ddeba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-598a36de-ef52-4274-bcf8-acfbb40ddeba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ea74575-8086-4497-a0ed-5721e738ae9a {
  margin-left: auto;
margin-right: auto;
}

#s-8ee0e599-6169-4886-8863-a76bdc5a1142 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ee0e599-6169-4886-8863-a76bdc5a1142 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8dc85eb-0249-4378-80c7-933042446d48 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8dc85eb-0249-4378-80c7-933042446d48 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-526f9fa2-2bca-49bf-8e53-7197269c510d {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-526f9fa2-2bca-49bf-8e53-7197269c510d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-526f9fa2-2bca-49bf-8e53-7197269c510d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-526f9fa2-2bca-49bf-8e53-7197269c510d-root {
    text-align: center;
  }


#s-526f9fa2-2bca-49bf-8e53-7197269c510d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-526f9fa2-2bca-49bf-8e53-7197269c510d-root {
    text-align: center;
  }


#s-526f9fa2-2bca-49bf-8e53-7197269c510d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-526f9fa2-2bca-49bf-8e53-7197269c510d-root {
    text-align: center;
  }


#s-526f9fa2-2bca-49bf-8e53-7197269c510d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-526f9fa2-2bca-49bf-8e53-7197269c510d-root {
    text-align: center;
  }


#s-526f9fa2-2bca-49bf-8e53-7197269c510d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-526f9fa2-2bca-49bf-8e53-7197269c510d-root {
    text-align: center;
  }


#s-526f9fa2-2bca-49bf-8e53-7197269c510d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fd33ed8c-392f-44f3-b912-581bce434c35 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fd33ed8c-392f-44f3-b912-581bce434c35 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-fd33ed8c-392f-44f3-b912-581bce434c35 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-fd33ed8c-392f-44f3-b912-581bce434c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd33ed8c-392f-44f3-b912-581bce434c35.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ddabc33-45d3-43d1-af6a-0caf0200f99d {
  margin-left: auto;
margin-right: auto;
}

#s-c6347663-2718-41a2-96e1-53309562f5b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6347663-2718-41a2-96e1-53309562f5b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8a95e37f-b115-4ed2-adc2-2c170207c4a7 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8a95e37f-b115-4ed2-adc2-2c170207c4a7 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-680df1ff-7dde-4ac2-b088-28144391f0b3 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-680df1ff-7dde-4ac2-b088-28144391f0b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-680df1ff-7dde-4ac2-b088-28144391f0b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-680df1ff-7dde-4ac2-b088-28144391f0b3-root {
    text-align: center;
  }


#s-680df1ff-7dde-4ac2-b088-28144391f0b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-680df1ff-7dde-4ac2-b088-28144391f0b3-root {
    text-align: center;
  }


#s-680df1ff-7dde-4ac2-b088-28144391f0b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-680df1ff-7dde-4ac2-b088-28144391f0b3-root {
    text-align: center;
  }


#s-680df1ff-7dde-4ac2-b088-28144391f0b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-680df1ff-7dde-4ac2-b088-28144391f0b3-root {
    text-align: center;
  }


#s-680df1ff-7dde-4ac2-b088-28144391f0b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-680df1ff-7dde-4ac2-b088-28144391f0b3-root {
    text-align: center;
  }


#s-680df1ff-7dde-4ac2-b088-28144391f0b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b64c3520-ef18-45ad-ac2d-36e09e1330a4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b64c3520-ef18-45ad-ac2d-36e09e1330a4 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-b64c3520-ef18-45ad-ac2d-36e09e1330a4 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-b64c3520-ef18-45ad-ac2d-36e09e1330a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b64c3520-ef18-45ad-ac2d-36e09e1330a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7aed1f6-6bfe-492e-8002-f93e1b719fbc {
  margin-left: auto;
margin-right: auto;
}

#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d4f7ad-feae-4e07-9fb2-554876e4d9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b8afe1e5-9244-4601-93f9-31af24ae922e {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b8afe1e5-9244-4601-93f9-31af24ae922e .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d5b11913-eb76-4d50-9f1b-b1694819d276 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d5b11913-eb76-4d50-9f1b-b1694819d276:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5b11913-eb76-4d50-9f1b-b1694819d276:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5b11913-eb76-4d50-9f1b-b1694819d276-root {
    text-align: center;
  }


#s-d5b11913-eb76-4d50-9f1b-b1694819d276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5b11913-eb76-4d50-9f1b-b1694819d276-root {
    text-align: center;
  }


#s-d5b11913-eb76-4d50-9f1b-b1694819d276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5b11913-eb76-4d50-9f1b-b1694819d276-root {
    text-align: center;
  }


#s-d5b11913-eb76-4d50-9f1b-b1694819d276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5b11913-eb76-4d50-9f1b-b1694819d276-root {
    text-align: center;
  }


#s-d5b11913-eb76-4d50-9f1b-b1694819d276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5b11913-eb76-4d50-9f1b-b1694819d276-root {
    text-align: center;
  }


#s-d5b11913-eb76-4d50-9f1b-b1694819d276.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0ff56bb5-633e-44fb-a73d-4c565e6db9f6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-0ff56bb5-633e-44fb-a73d-4c565e6db9f6 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-0ff56bb5-633e-44fb-a73d-4c565e6db9f6 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-0ff56bb5-633e-44fb-a73d-4c565e6db9f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ff56bb5-633e-44fb-a73d-4c565e6db9f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c266c6c-bf65-45ef-87e1-1a2ed8201699 {
  margin-left: auto;
margin-right: auto;
}

#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5feea0b-2b78-46f2-80dc-ae523a74e60a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e9b4c034-00d6-4062-a3d3-3eb93fa3591b {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e9b4c034-00d6-4062-a3d3-3eb93fa3591b .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-235c3ee5-9873-43b1-841f-1739aa740b37 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-235c3ee5-9873-43b1-841f-1739aa740b37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-235c3ee5-9873-43b1-841f-1739aa740b37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-235c3ee5-9873-43b1-841f-1739aa740b37-root {
    text-align: center;
  }


#s-235c3ee5-9873-43b1-841f-1739aa740b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-235c3ee5-9873-43b1-841f-1739aa740b37-root {
    text-align: center;
  }


#s-235c3ee5-9873-43b1-841f-1739aa740b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-235c3ee5-9873-43b1-841f-1739aa740b37-root {
    text-align: center;
  }


#s-235c3ee5-9873-43b1-841f-1739aa740b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-235c3ee5-9873-43b1-841f-1739aa740b37-root {
    text-align: center;
  }


#s-235c3ee5-9873-43b1-841f-1739aa740b37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-235c3ee5-9873-43b1-841f-1739aa740b37-root {
    text-align: center;
  }


#s-235c3ee5-9873-43b1-841f-1739aa740b37.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4cca8adf-0f53-4996-b90e-fe707bc54a7e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4cca8adf-0f53-4996-b90e-fe707bc54a7e {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-4cca8adf-0f53-4996-b90e-fe707bc54a7e {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-4cca8adf-0f53-4996-b90e-fe707bc54a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cca8adf-0f53-4996-b90e-fe707bc54a7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc53b936-d363-4121-8540-a34a6bc2b281 {
  margin-left: auto;
margin-right: auto;
}

#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c60fbbc-2fe2-42e7-9c0a-fa16837f0876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d789d7e3-8719-4ce9-932b-2a826efac44d {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d789d7e3-8719-4ce9-932b-2a826efac44d .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-09e5c143-4e9c-4706-8e07-25e050273d64 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-09e5c143-4e9c-4706-8e07-25e050273d64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09e5c143-4e9c-4706-8e07-25e050273d64:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09e5c143-4e9c-4706-8e07-25e050273d64-root {
    text-align: center;
  }


#s-09e5c143-4e9c-4706-8e07-25e050273d64.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09e5c143-4e9c-4706-8e07-25e050273d64-root {
    text-align: center;
  }


#s-09e5c143-4e9c-4706-8e07-25e050273d64.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09e5c143-4e9c-4706-8e07-25e050273d64-root {
    text-align: center;
  }


#s-09e5c143-4e9c-4706-8e07-25e050273d64.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09e5c143-4e9c-4706-8e07-25e050273d64-root {
    text-align: center;
  }


#s-09e5c143-4e9c-4706-8e07-25e050273d64.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09e5c143-4e9c-4706-8e07-25e050273d64-root {
    text-align: center;
  }


#s-09e5c143-4e9c-4706-8e07-25e050273d64.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-01e33221-5af5-43c0-91bf-7cd3649da2d8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-01e33221-5af5-43c0-91bf-7cd3649da2d8 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-01e33221-5af5-43c0-91bf-7cd3649da2d8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-01e33221-5af5-43c0-91bf-7cd3649da2d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01e33221-5af5-43c0-91bf-7cd3649da2d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f921878e-30ea-4b11-b31c-6b1677509617 {
  margin-left: auto;
margin-right: auto;
}

#s-998bdf2a-3587-4daf-8211-2abb8eedef23 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998bdf2a-3587-4daf-8211-2abb8eedef23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-66020a91-1c38-4d98-b4cf-3644207b9bf8 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-66020a91-1c38-4d98-b4cf-3644207b9bf8 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-76eebe65-1aa9-48fe-8786-216666083bb4 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-76eebe65-1aa9-48fe-8786-216666083bb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76eebe65-1aa9-48fe-8786-216666083bb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76eebe65-1aa9-48fe-8786-216666083bb4-root {
    text-align: center;
  }


#s-76eebe65-1aa9-48fe-8786-216666083bb4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76eebe65-1aa9-48fe-8786-216666083bb4-root {
    text-align: center;
  }


#s-76eebe65-1aa9-48fe-8786-216666083bb4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76eebe65-1aa9-48fe-8786-216666083bb4-root {
    text-align: center;
  }


#s-76eebe65-1aa9-48fe-8786-216666083bb4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76eebe65-1aa9-48fe-8786-216666083bb4-root {
    text-align: center;
  }


#s-76eebe65-1aa9-48fe-8786-216666083bb4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76eebe65-1aa9-48fe-8786-216666083bb4-root {
    text-align: center;
  }


#s-76eebe65-1aa9-48fe-8786-216666083bb4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6d30e1b0-93ab-48f6-a09e-b36b00c3a4fa {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6d30e1b0-93ab-48f6-a09e-b36b00c3a4fa {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-6d30e1b0-93ab-48f6-a09e-b36b00c3a4fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6d30e1b0-93ab-48f6-a09e-b36b00c3a4fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6d30e1b0-93ab-48f6-a09e-b36b00c3a4fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6d30e1b0-93ab-48f6-a09e-b36b00c3a4fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-b7f9d1a6-5198-4894-8937-c34f5464f737 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b7f9d1a6-5198-4894-8937-c34f5464f737 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-b7f9d1a6-5198-4894-8937-c34f5464f737 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-b7f9d1a6-5198-4894-8937-c34f5464f737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7f9d1a6-5198-4894-8937-c34f5464f737.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b357bc9-e631-49e0-8de5-40d97c6352bd {
  margin-left: auto;
margin-right: auto;
}

#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9941f1e1-0b30-49be-b924-fe9bcbe7be79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f23ca79a-e9b9-45a2-a8f9-dcf040828b3c {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f23ca79a-e9b9-45a2-a8f9-dcf040828b3c .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02-root {
    text-align: center;
  }


#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02-root {
    text-align: center;
  }


#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02-root {
    text-align: center;
  }


#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02-root {
    text-align: center;
  }


#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02-root {
    text-align: center;
  }


#s-03d7f7bc-6149-4ea7-8fa2-ff43bfeded02.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-97db2666-32d3-4638-a2f3-d9d42844cc31 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-97db2666-32d3-4638-a2f3-d9d42844cc31 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}

#s-4a24263e-6a47-4cf8-a7c8-1041daba38e5 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4a24263e-6a47-4cf8-a7c8-1041daba38e5 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4a24263e-6a47-4cf8-a7c8-1041daba38e5 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-4a24263e-6a47-4cf8-a7c8-1041daba38e5 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-2f78456c-49f0-440c-bea2-c62997f2db1b {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2f78456c-49f0-440c-bea2-c62997f2db1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2f78456c-49f0-440c-bea2-c62997f2db1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2f78456c-49f0-440c-bea2-c62997f2db1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2f78456c-49f0-440c-bea2-c62997f2db1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-da3f93aa-847c-4906-b5ed-e468685518a1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-da3f93aa-847c-4906-b5ed-e468685518a1 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-da3f93aa-847c-4906-b5ed-e468685518a1 {
  margin-top: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-da3f93aa-847c-4906-b5ed-e468685518a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da3f93aa-847c-4906-b5ed-e468685518a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2633fdfb-8eae-4c87-a0c3-32af6bc9d0f0 {
  margin-left: auto;
margin-right: auto;
}

#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46c3a6e6-479e-4c1d-b9da-3f358e39c241 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-007dedf2-835d-4123-a1ce-6d228b0dfb8b {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-007dedf2-835d-4123-a1ce-6d228b0dfb8b .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-f3cd6842-ad71-43b8-91e2-d235019a518c {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f3cd6842-ad71-43b8-91e2-d235019a518c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3cd6842-ad71-43b8-91e2-d235019a518c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3cd6842-ad71-43b8-91e2-d235019a518c-root {
    text-align: center;
  }


#s-f3cd6842-ad71-43b8-91e2-d235019a518c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3cd6842-ad71-43b8-91e2-d235019a518c-root {
    text-align: center;
  }


#s-f3cd6842-ad71-43b8-91e2-d235019a518c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3cd6842-ad71-43b8-91e2-d235019a518c-root {
    text-align: center;
  }


#s-f3cd6842-ad71-43b8-91e2-d235019a518c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3cd6842-ad71-43b8-91e2-d235019a518c-root {
    text-align: center;
  }


#s-f3cd6842-ad71-43b8-91e2-d235019a518c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3cd6842-ad71-43b8-91e2-d235019a518c-root {
    text-align: center;
  }


#s-f3cd6842-ad71-43b8-91e2-d235019a518c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a40a7188-7da7-4f7b-a50e-64b03260004a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-a40a7188-7da7-4f7b-a50e-64b03260004a {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-a40a7188-7da7-4f7b-a50e-64b03260004a {
  margin-top: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-a40a7188-7da7-4f7b-a50e-64b03260004a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a40a7188-7da7-4f7b-a50e-64b03260004a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69a4eb8f-4f06-4197-ae57-b1fcb52b8b4d {
  margin-left: auto;
margin-right: auto;
}

#s-55b67c17-5d45-422a-bbc9-5911f0309f82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b67c17-5d45-422a-bbc9-5911f0309f82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fab68c3a-171c-4a54-bad3-a873afc1beb3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fab68c3a-171c-4a54-bad3-a873afc1beb3 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-e48f0f90-1f8d-4021-ad20-e65b315ba178 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e48f0f90-1f8d-4021-ad20-e65b315ba178:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e48f0f90-1f8d-4021-ad20-e65b315ba178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e48f0f90-1f8d-4021-ad20-e65b315ba178-root {
    text-align: center;
  }


#s-e48f0f90-1f8d-4021-ad20-e65b315ba178.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e48f0f90-1f8d-4021-ad20-e65b315ba178-root {
    text-align: center;
  }


#s-e48f0f90-1f8d-4021-ad20-e65b315ba178.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e48f0f90-1f8d-4021-ad20-e65b315ba178-root {
    text-align: center;
  }


#s-e48f0f90-1f8d-4021-ad20-e65b315ba178.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e48f0f90-1f8d-4021-ad20-e65b315ba178-root {
    text-align: center;
  }


#s-e48f0f90-1f8d-4021-ad20-e65b315ba178.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e48f0f90-1f8d-4021-ad20-e65b315ba178-root {
    text-align: center;
  }


#s-e48f0f90-1f8d-4021-ad20-e65b315ba178.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3216f3cb-7722-4c1f-b13a-36659ed8b44f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-3216f3cb-7722-4c1f-b13a-36659ed8b44f {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-3216f3cb-7722-4c1f-b13a-36659ed8b44f {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-3216f3cb-7722-4c1f-b13a-36659ed8b44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3216f3cb-7722-4c1f-b13a-36659ed8b44f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b625e4c-5e49-4c73-b191-c9defe235b37 {
  margin-left: auto;
margin-right: auto;
}

#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b797460e-c464-449a-b6cd-adf6a8b54fb2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-49ec6fc5-5469-4c9f-92f4-4cf2f76da9a9 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-49ec6fc5-5469-4c9f-92f4-4cf2f76da9a9 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05-root {
    text-align: center;
  }


#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05-root {
    text-align: center;
  }


#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05-root {
    text-align: center;
  }


#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05-root {
    text-align: center;
  }


#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05-root {
    text-align: center;
  }


#s-6fb6ca4b-a5b2-4bdd-be3e-00180d02bb05.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-31bc7e86-9af9-4362-b0b2-7a9787d83ddf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-31bc7e86-9af9-4362-b0b2-7a9787d83ddf {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-31bc7e86-9af9-4362-b0b2-7a9787d83ddf {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-31bc7e86-9af9-4362-b0b2-7a9787d83ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31bc7e86-9af9-4362-b0b2-7a9787d83ddf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b4eb7ea-ffff-44c4-a8b9-6a99985f854d {
  margin-left: auto;
margin-right: auto;
}

#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f2f1c4-0cef-4a37-b5a0-2524ee0459da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c05a613-95dd-4f30-b0a5-1d23916bc2c3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c05a613-95dd-4f30-b0a5-1d23916bc2c3 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10-root {
    text-align: center;
  }


#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10-root {
    text-align: center;
  }


#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10-root {
    text-align: center;
  }


#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10-root {
    text-align: center;
  }


#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10-root {
    text-align: center;
  }


#s-8e33f1f2-0daf-4a69-ae2c-cc08f5ce6d10.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ef87f63c-5a52-48b1-b97f-2ef36f69d107 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-ef87f63c-5a52-48b1-b97f-2ef36f69d107 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-ef87f63c-5a52-48b1-b97f-2ef36f69d107 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-ef87f63c-5a52-48b1-b97f-2ef36f69d107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef87f63c-5a52-48b1-b97f-2ef36f69d107.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a881c9de-7575-4bac-bc28-7f0426a34500 {
  margin-left: auto;
margin-right: auto;
}

#s-46e5148d-ca6b-42c8-be6c-9913474b73bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e5148d-ca6b-42c8-be6c-9913474b73bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-222fa299-d717-450e-88e6-5fb26b9dabbb {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-222fa299-d717-450e-88e6-5fb26b9dabbb .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa-root {
    text-align: center;
  }


#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa-root {
    text-align: center;
  }


#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa-root {
    text-align: center;
  }


#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa-root {
    text-align: center;
  }


#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa-root {
    text-align: center;
  }


#s-2d1123b4-e331-4f69-8f0c-02f570c8d5aa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-98c75e55-37ea-4b01-9042-7d83493e9cae {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-98c75e55-37ea-4b01-9042-7d83493e9cae {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-98c75e55-37ea-4b01-9042-7d83493e9cae {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-98c75e55-37ea-4b01-9042-7d83493e9cae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98c75e55-37ea-4b01-9042-7d83493e9cae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-900533a3-27d5-4f72-8a69-a5e6e7c64433 {
  margin-left: auto;
margin-right: auto;
}

#s-51685082-dfcf-4869-adcd-917e54605ac3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51685082-dfcf-4869-adcd-917e54605ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d7ca7db-c931-4e68-ba88-ae55747e5849 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9d7ca7db-c931-4e68-ba88-ae55747e5849 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8b217da-44a0-493f-95cd-0eab8ed3c4df-root {
    text-align: center;
  }


#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8b217da-44a0-493f-95cd-0eab8ed3c4df-root {
    text-align: center;
  }


#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8b217da-44a0-493f-95cd-0eab8ed3c4df-root {
    text-align: center;
  }


#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8b217da-44a0-493f-95cd-0eab8ed3c4df-root {
    text-align: center;
  }


#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8b217da-44a0-493f-95cd-0eab8ed3c4df-root {
    text-align: center;
  }


#s-d8b217da-44a0-493f-95cd-0eab8ed3c4df.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6ee2f35d-358e-406c-8d0c-dde824f6f231 {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6ee2f35d-358e-406c-8d0c-dde824f6f231"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6ee2f35d-358e-406c-8d0c-dde824f6f231"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6ee2f35d-358e-406c-8d0c-dde824f6f231"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6ee2f35d-358e-406c-8d0c-dde824f6f231"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-fa25eb72-8b5c-4f8e-add5-2c6c51a9f058 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fa25eb72-8b5c-4f8e-add5-2c6c51a9f058 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-fa25eb72-8b5c-4f8e-add5-2c6c51a9f058 {
  margin-top: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-fa25eb72-8b5c-4f8e-add5-2c6c51a9f058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa25eb72-8b5c-4f8e-add5-2c6c51a9f058.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d58d95d0-fea6-4fec-9aac-b5c433fa6205 {
  margin-left: auto;
margin-right: auto;
}

#s-3e117d56-4ecd-4730-853d-fe72f1615abf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e117d56-4ecd-4730-853d-fe72f1615abf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b4c135c7-7efd-4ca6-b181-a4ea79420484 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b4c135c7-7efd-4ca6-b181-a4ea79420484 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54-root {
    text-align: center;
  }


#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54-root {
    text-align: center;
  }


#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54-root {
    text-align: center;
  }


#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54-root {
    text-align: center;
  }


#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54-root {
    text-align: center;
  }


#s-4e6d4eda-fd4c-4e01-90bb-699ad3399a54.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e91aefc8-dcf1-4012-ae10-21dffd027951 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e91aefc8-dcf1-4012-ae10-21dffd027951 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-e91aefc8-dcf1-4012-ae10-21dffd027951 {
  margin-top: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-e91aefc8-dcf1-4012-ae10-21dffd027951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e91aefc8-dcf1-4012-ae10-21dffd027951.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4f5407b3-06c7-4203-8b63-ec5f11444a35 {
  margin-left: auto;
margin-right: auto;
}

#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72acfe5e-b7b9-4573-9670-27f7a2375db0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16e891d0-8f43-49bb-8c18-0e7e6417583c {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-16e891d0-8f43-49bb-8c18-0e7e6417583c .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4-root {
    text-align: center;
  }


#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4-root {
    text-align: center;
  }


#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4-root {
    text-align: center;
  }


#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4-root {
    text-align: center;
  }


#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4-root {
    text-align: center;
  }


#s-47bd5a1d-ee6c-4c0e-b08e-cd69103024d4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e64b428a-b984-4675-bb3f-5e58b58c972d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e64b428a-b984-4675-bb3f-5e58b58c972d {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-e64b428a-b984-4675-bb3f-5e58b58c972d {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-e64b428a-b984-4675-bb3f-5e58b58c972d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e64b428a-b984-4675-bb3f-5e58b58c972d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a069c2e5-6f63-475a-9d49-0317bcd2c02c {
  margin-left: auto;
margin-right: auto;
}

#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c45591-2f00-4fb5-9e90-9aa933c7b2ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b136e5a9-4142-4950-a478-a5d815c628a4 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b136e5a9-4142-4950-a478-a5d815c628a4 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-1d007389-3f2e-4652-ab78-63554919e618 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1d007389-3f2e-4652-ab78-63554919e618:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d007389-3f2e-4652-ab78-63554919e618:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d007389-3f2e-4652-ab78-63554919e618-root {
    text-align: center;
  }


#s-1d007389-3f2e-4652-ab78-63554919e618.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d007389-3f2e-4652-ab78-63554919e618-root {
    text-align: center;
  }


#s-1d007389-3f2e-4652-ab78-63554919e618.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d007389-3f2e-4652-ab78-63554919e618-root {
    text-align: center;
  }


#s-1d007389-3f2e-4652-ab78-63554919e618.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d007389-3f2e-4652-ab78-63554919e618-root {
    text-align: center;
  }


#s-1d007389-3f2e-4652-ab78-63554919e618.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d007389-3f2e-4652-ab78-63554919e618-root {
    text-align: center;
  }


#s-1d007389-3f2e-4652-ab78-63554919e618.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7df76adf-7546-441e-b158-e348fd888c99 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7df76adf-7546-441e-b158-e348fd888c99 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-7df76adf-7546-441e-b158-e348fd888c99 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-7df76adf-7546-441e-b158-e348fd888c99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7df76adf-7546-441e-b158-e348fd888c99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38b51bec-6ce2-4b2e-aad0-c6b0b6b6eeae {
  margin-left: auto;
margin-right: auto;
}

#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e37350-998f-4ea4-a6ab-1c144b00bf50 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-60ae4d87-d501-4b38-b3b3-d2e4e92d869e {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-60ae4d87-d501-4b38-b3b3-d2e4e92d869e .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aee82773-fb69-40f9-b7f1-dcb221d2aa17-root {
    text-align: center;
  }


#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aee82773-fb69-40f9-b7f1-dcb221d2aa17-root {
    text-align: center;
  }


#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aee82773-fb69-40f9-b7f1-dcb221d2aa17-root {
    text-align: center;
  }


#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aee82773-fb69-40f9-b7f1-dcb221d2aa17-root {
    text-align: center;
  }


#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aee82773-fb69-40f9-b7f1-dcb221d2aa17-root {
    text-align: center;
  }


#s-aee82773-fb69-40f9-b7f1-dcb221d2aa17.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b8b01f56-ad2a-430f-b5b0-075127725558 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b8b01f56-ad2a-430f-b5b0-075127725558 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-b8b01f56-ad2a-430f-b5b0-075127725558 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-b8b01f56-ad2a-430f-b5b0-075127725558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8b01f56-ad2a-430f-b5b0-075127725558.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68876449-892e-47c5-956d-eb26cdc55c0e {
  margin-left: auto;
margin-right: auto;
}

#s-5c867041-d992-49e9-bc45-393bd56d2165 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c867041-d992-49e9-bc45-393bd56d2165 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a95b2806-9f87-440e-91d2-a28dda480d92 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a95b2806-9f87-440e-91d2-a28dda480d92 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-622296a5-5362-4db4-aa37-5e4d9468a65f {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-622296a5-5362-4db4-aa37-5e4d9468a65f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-622296a5-5362-4db4-aa37-5e4d9468a65f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-622296a5-5362-4db4-aa37-5e4d9468a65f-root {
    text-align: center;
  }


#s-622296a5-5362-4db4-aa37-5e4d9468a65f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-622296a5-5362-4db4-aa37-5e4d9468a65f-root {
    text-align: center;
  }


#s-622296a5-5362-4db4-aa37-5e4d9468a65f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-622296a5-5362-4db4-aa37-5e4d9468a65f-root {
    text-align: center;
  }


#s-622296a5-5362-4db4-aa37-5e4d9468a65f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-622296a5-5362-4db4-aa37-5e4d9468a65f-root {
    text-align: center;
  }


#s-622296a5-5362-4db4-aa37-5e4d9468a65f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-622296a5-5362-4db4-aa37-5e4d9468a65f-root {
    text-align: center;
  }


#s-622296a5-5362-4db4-aa37-5e4d9468a65f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6296f334-003c-4970-bb53-3b3a92905774 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-6296f334-003c-4970-bb53-3b3a92905774 hr {
  border-top: 2px solid rgba(242, 242, 242, 1);
}

#s-18293b20-6de4-452a-8119-844a3cc21cc7 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-18293b20-6de4-452a-8119-844a3cc21cc7 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-18293b20-6de4-452a-8119-844a3cc21cc7 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-18293b20-6de4-452a-8119-844a3cc21cc7 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3014f487-1e45-4316-98eb-4e38f507d574 {
  margin-top: 10px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3014f487-1e45-4316-98eb-4e38f507d574"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3014f487-1e45-4316-98eb-4e38f507d574"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3014f487-1e45-4316-98eb-4e38f507d574"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3014f487-1e45-4316-98eb-4e38f507d574"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-fdb74d79-63f1-4c34-8fe6-7cfbb860f492 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fdb74d79-63f1-4c34-8fe6-7cfbb860f492 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-fdb74d79-63f1-4c34-8fe6-7cfbb860f492 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-fdb74d79-63f1-4c34-8fe6-7cfbb860f492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdb74d79-63f1-4c34-8fe6-7cfbb860f492.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-64020a68-f163-4573-9558-496c2560f763 {
  margin-left: auto;
margin-right: auto;
}

#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-375f8d2e-d7c2-4559-8c5a-12cc5d411d5d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a9dbffa9-497a-4d43-aff4-9822b1d1e48c {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9dbffa9-497a-4d43-aff4-9822b1d1e48c .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-84a77e09-e4e9-4b71-af65-56c92eabb26d {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-84a77e09-e4e9-4b71-af65-56c92eabb26d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84a77e09-e4e9-4b71-af65-56c92eabb26d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84a77e09-e4e9-4b71-af65-56c92eabb26d-root {
    text-align: center;
  }


#s-84a77e09-e4e9-4b71-af65-56c92eabb26d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84a77e09-e4e9-4b71-af65-56c92eabb26d-root {
    text-align: center;
  }


#s-84a77e09-e4e9-4b71-af65-56c92eabb26d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84a77e09-e4e9-4b71-af65-56c92eabb26d-root {
    text-align: center;
  }


#s-84a77e09-e4e9-4b71-af65-56c92eabb26d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84a77e09-e4e9-4b71-af65-56c92eabb26d-root {
    text-align: center;
  }


#s-84a77e09-e4e9-4b71-af65-56c92eabb26d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84a77e09-e4e9-4b71-af65-56c92eabb26d-root {
    text-align: center;
  }


#s-84a77e09-e4e9-4b71-af65-56c92eabb26d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-090b2ecd-fa92-461b-bb41-e9c5d44cbd5b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-090b2ecd-fa92-461b-bb41-e9c5d44cbd5b {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-090b2ecd-fa92-461b-bb41-e9c5d44cbd5b {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-090b2ecd-fa92-461b-bb41-e9c5d44cbd5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-090b2ecd-fa92-461b-bb41-e9c5d44cbd5b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ba89574-2116-4d27-8ff3-88389c70bb98 {
  margin-left: auto;
margin-right: auto;
}

#s-b5c81627-c6a9-4089-8931-b81b234c0092 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c81627-c6a9-4089-8931-b81b234c0092 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9056be09-075b-4e18-82a9-7cec198c3898 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9056be09-075b-4e18-82a9-7cec198c3898 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120-root {
    text-align: center;
  }


#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120-root {
    text-align: center;
  }


#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120-root {
    text-align: center;
  }


#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120-root {
    text-align: center;
  }


#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120-root {
    text-align: center;
  }


#s-c6e37ae4-94db-49a3-b8b0-08f3ff9cb120.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-75473bf4-5c11-4063-a8d9-faaca1711f37 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-75473bf4-5c11-4063-a8d9-faaca1711f37 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-75473bf4-5c11-4063-a8d9-faaca1711f37 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-75473bf4-5c11-4063-a8d9-faaca1711f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75473bf4-5c11-4063-a8d9-faaca1711f37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56f3306c-5f68-45a8-b958-c185fb99f92f img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

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




.s-56f3306c-5f68-45a8-b958-c185fb99f92f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56f3306c-5f68-45a8-b958-c185fb99f92f img.shogun-image {
  width: 100%;
  
  
  

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




.s-56f3306c-5f68-45a8-b958-c185fb99f92f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56f3306c-5f68-45a8-b958-c185fb99f92f img.shogun-image {
  width: 100%;
  
  
  

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




.s-56f3306c-5f68-45a8-b958-c185fb99f92f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56f3306c-5f68-45a8-b958-c185fb99f92f img.shogun-image {
  width: 100%;
  
  
  

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




.s-56f3306c-5f68-45a8-b958-c185fb99f92f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-56f3306c-5f68-45a8-b958-c185fb99f92f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56f3306c-5f68-45a8-b958-c185fb99f92f img.shogun-image {
  width: 100%;
  
  
  

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




.s-56f3306c-5f68-45a8-b958-c185fb99f92f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56f3306c-5f68-45a8-b958-c185fb99f92f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bad9a130-8a9e-418e-9323-8806d18ac60a {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bad9a130-8a9e-418e-9323-8806d18ac60a .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-7a108464-8154-46ac-9b79-f98eee462f70 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7a108464-8154-46ac-9b79-f98eee462f70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a108464-8154-46ac-9b79-f98eee462f70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a108464-8154-46ac-9b79-f98eee462f70-root {
    text-align: center;
  }


#s-7a108464-8154-46ac-9b79-f98eee462f70.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a108464-8154-46ac-9b79-f98eee462f70-root {
    text-align: center;
  }


#s-7a108464-8154-46ac-9b79-f98eee462f70.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a108464-8154-46ac-9b79-f98eee462f70-root {
    text-align: center;
  }


#s-7a108464-8154-46ac-9b79-f98eee462f70.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a108464-8154-46ac-9b79-f98eee462f70-root {
    text-align: center;
  }


#s-7a108464-8154-46ac-9b79-f98eee462f70.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a108464-8154-46ac-9b79-f98eee462f70-root {
    text-align: center;
  }


#s-7a108464-8154-46ac-9b79-f98eee462f70.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
