.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-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 40px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 10px;
max-width: 600px;
}
}
#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  background-image: url();
}








#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-c439588e-241b-4c4d-8659-9bb64a13ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c439588e-241b-4c4d-8659-9bb64a13ab72.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-64bc9f96-7613-43f6-8dd1-e758eccd6cfc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-64bc9f96-7613-43f6-8dd1-e758eccd6cfc .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-top: 5px;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-308d0b80-22e3-4818-9659-cdcede690f69 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-308d0b80-22e3-4818-9659-cdcede690f69 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
.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-5efc361c-13b2-41f5-a666-a09843a98e85 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-5efc361c-13b2-41f5-a666-a09843a98e85 {
  display: none;
}
#s-5efc361c-13b2-41f5-a666-a09843a98e85, #wrap-s-5efc361c-13b2-41f5-a666-a09843a98e85, #wrap-content-s-5efc361c-13b2-41f5-a666-a09843a98e85 { display: none !important; }}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  display: none;
}
#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3, #wrap-content-s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 { display: none !important; }}@media (max-width: 767px){#s-6a850c1e-55a9-4912-a360-96d6d7e07ec3 {
  margin-top: 16px;
padding-bottom: 20px;
}
}
#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 40px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 40px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
max-width: 600px;
}
}
#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  background-image: url();
}








#s-4b0bf277-5ac4-4162-a25f-c77229f821db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b0bf277-5ac4-4162-a25f-c77229f821db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d251dedb-5835-4a93-b8b2-a034e033d92d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d251dedb-5835-4a93-b8b2-a034e033d92d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d251dedb-5835-4a93-b8b2-a034e033d92d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d251dedb-5835-4a93-b8b2-a034e033d92d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d251dedb-5835-4a93-b8b2-a034e033d92d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3caeed61-f2d2-4c43-9530-b6338beb5fe1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-3caeed61-f2d2-4c43-9530-b6338beb5fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3caeed61-f2d2-4c43-9530-b6338beb5fe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d320c6d-0a22-4d1f-a8eb-d66d5a555ee3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6d320c6d-0a22-4d1f-a8eb-d66d5a555ee3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d320c6d-0a22-4d1f-a8eb-d66d5a555ee3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d320c6d-0a22-4d1f-a8eb-d66d5a555ee3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d320c6d-0a22-4d1f-a8eb-d66d5a555ee3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2bbe6e8-6827-4f5f-866f-057d998b8b13 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2bbe6e8-6827-4f5f-866f-057d998b8b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2bbe6e8-6827-4f5f-866f-057d998b8b13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459c5bfb-234f-48f9-a1cf-cbf7ecdcd118 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-459c5bfb-234f-48f9-a1cf-cbf7ecdcd118 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-459c5bfb-234f-48f9-a1cf-cbf7ecdcd118 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-29b156eb-0e95-4936-bd68-71e9da3dd0a7 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-29b156eb-0e95-4936-bd68-71e9da3dd0a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29b156eb-0e95-4936-bd68-71e9da3dd0a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e17c38b8-7a4e-40b7-a8bb-ab46e53e412c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e17c38b8-7a4e-40b7-a8bb-ab46e53e412c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cefa5b77-aa0c-423b-9a23-5f807d569dba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cefa5b77-aa0c-423b-9a23-5f807d569dba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cefa5b77-aa0c-423b-9a23-5f807d569dba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cefa5b77-aa0c-423b-9a23-5f807d569dba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cefa5b77-aa0c-423b-9a23-5f807d569dba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-41452186-633b-42fa-9716-87e2f4e9b62b {
  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: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-41452186-633b-42fa-9716-87e2f4e9b62b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41452186-633b-42fa-9716-87e2f4e9b62b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-1067d200-a99a-4232-9748-92dff0eb539b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-1067d200-a99a-4232-9748-92dff0eb539b .shg-proportional-font-size,
#s-1067d200-a99a-4232-9748-92dff0eb539b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7442eb85-31bb-4b7e-9488-d5a368aa2301 {
  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: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-7442eb85-31bb-4b7e-9488-d5a368aa2301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7442eb85-31bb-4b7e-9488-d5a368aa2301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4a721d4-33e8-45e2-a557-067025c56e95 {
  margin-left: auto;
margin-right: auto;
}

#s-d4a721d4-33e8-45e2-a557-067025c56e95 .shg-proportional-font-size,
#s-d4a721d4-33e8-45e2-a557-067025c56e95 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c780db3-6736-42f4-a8de-a4d5171e4dd2 {
  margin-left: auto;
margin-right: auto;
}

#s-18357467-90ec-49cb-8af4-2c736d7a1dba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18357467-90ec-49cb-8af4-2c736d7a1dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18357467-90ec-49cb-8af4-2c736d7a1dba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: 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-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8da7adc9-cf0d-4f3b-8f7a-71a3f785590c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-752a777d-371c-4c4b-9844-a4539ca3a8b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-752a777d-371c-4c4b-9844-a4539ca3a8b8 {
  margin-top: 10px;
}
}







#s-752a777d-371c-4c4b-9844-a4539ca3a8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-752a777d-371c-4c4b-9844-a4539ca3a8b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ee8ee38-a9b7-474d-b52c-d5fbd3904520 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ee8ee38-a9b7-474d-b52c-d5fbd3904520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ee8ee38-a9b7-474d-b52c-d5fbd3904520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ee8ee38-a9b7-474d-b52c-d5fbd3904520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ee8ee38-a9b7-474d-b52c-d5fbd3904520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5260407c-bd75-4107-a036-7265fb66f00a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5260407c-bd75-4107-a036-7265fb66f00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5260407c-bd75-4107-a036-7265fb66f00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e00f8a-c74e-4147-8dcc-7ab5325e3cf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4e00f8a-c74e-4147-8dcc-7ab5325e3cf2 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-a4e00f8a-c74e-4147-8dcc-7ab5325e3cf2 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-c9a161e7-1d52-4559-ad61-2b49bde00682 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}








#s-c9a161e7-1d52-4559-ad61-2b49bde00682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9a161e7-1d52-4559-ad61-2b49bde00682.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6fb2d88-55e0-44a1-b438-23be1850ba26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6fb2d88-55e0-44a1-b438-23be1850ba26 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7bb2d787-6aaf-47d0-aee8-e9e477f7cf8a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7bb2d787-6aaf-47d0-aee8-e9e477f7cf8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7bb2d787-6aaf-47d0-aee8-e9e477f7cf8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb2d787-6aaf-47d0-aee8-e9e477f7cf8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb2d787-6aaf-47d0-aee8-e9e477f7cf8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9296c9e0-c83d-495f-b29b-4525b3704daf {
  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: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-9296c9e0-c83d-495f-b29b-4525b3704daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9296c9e0-c83d-495f-b29b-4525b3704daf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82538c7c-4763-45b2-b72c-c5cb7ead905d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-82538c7c-4763-45b2-b72c-c5cb7ead905d .shg-proportional-font-size,
#s-82538c7c-4763-45b2-b72c-c5cb7ead905d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eddc9ae0-a807-40c2-934b-828d09ab04e9 {
  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: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-eddc9ae0-a807-40c2-934b-828d09ab04e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eddc9ae0-a807-40c2-934b-828d09ab04e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-833559ec-6efd-491d-ad18-4c64d6d1fc39 {
  margin-left: auto;
margin-right: auto;
}

#s-833559ec-6efd-491d-ad18-4c64d6d1fc39 .shg-proportional-font-size,
#s-833559ec-6efd-491d-ad18-4c64d6d1fc39 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ea99e84a-1989-4eda-9d49-6fae3ad48cf2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ea99e84a-1989-4eda-9d49-6fae3ad48cf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea99e84a-1989-4eda-9d49-6fae3ad48cf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcf04d20-617a-4f14-9a9d-3f2c6404f576 {
  margin-left: auto;
margin-right: auto;
}

#s-768eed65-0959-4dba-a818-32774392ed30 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-768eed65-0959-4dba-a818-32774392ed30 {
  margin-top: 20px;
}
}


.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768eed65-0959-4dba-a818-32774392ed30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-82ecaf87-c618-41cf-8133-e3c09131819a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-82ecaf87-c618-41cf-8133-e3c09131819a {
  margin-top: 10px;
}
}







#s-82ecaf87-c618-41cf-8133-e3c09131819a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82ecaf87-c618-41cf-8133-e3c09131819a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-111d0147-14f5-48e1-a5e2-b205be6ed708 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-111d0147-14f5-48e1-a5e2-b205be6ed708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-111d0147-14f5-48e1-a5e2-b205be6ed708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-111d0147-14f5-48e1-a5e2-b205be6ed708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-111d0147-14f5-48e1-a5e2-b205be6ed708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-77e5545c-fa6a-4682-ab12-77625f0a2818 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-77e5545c-fa6a-4682-ab12-77625f0a2818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77e5545c-fa6a-4682-ab12-77625f0a2818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daee6d36-a441-4843-bd82-da497654dd8e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-daee6d36-a441-4843-bd82-da497654dd8e {
  padding-top: 10px;
}
}
#s-daee6d36-a441-4843-bd82-da497654dd8e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-daee6d36-a441-4843-bd82-da497654dd8e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7213cce3-4219-4da2-a0ee-266463be3cb2 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-7213cce3-4219-4da2-a0ee-266463be3cb2 .shg-proportional-font-size,
#s-7213cce3-4219-4da2-a0ee-266463be3cb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-903481e6-cabe-4722-9473-dc42aed23437 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}








#s-903481e6-cabe-4722-9473-dc42aed23437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-903481e6-cabe-4722-9473-dc42aed23437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-929d39f7-2421-4500-ab4c-987f131d95c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-929d39f7-2421-4500-ab4c-987f131d95c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-48db6ec7-d3b5-4d2d-bf2b-fd6bcae67b73 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-48db6ec7-d3b5-4d2d-bf2b-fd6bcae67b73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-48db6ec7-d3b5-4d2d-bf2b-fd6bcae67b73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-48db6ec7-d3b5-4d2d-bf2b-fd6bcae67b73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-48db6ec7-d3b5-4d2d-bf2b-fd6bcae67b73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d49c4566-7eb4-456d-8330-c24ae944181b {
  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: 6px;
min-height: 50px;
background-color: rgba(66, 66, 66, 1);
}








#s-d49c4566-7eb4-456d-8330-c24ae944181b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d49c4566-7eb4-456d-8330-c24ae944181b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd2dc5d1-c6ae-47e2-8b05-42a39516a1ea {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}

#s-dd2dc5d1-c6ae-47e2-8b05-42a39516a1ea .shg-proportional-font-size,
#s-dd2dc5d1-c6ae-47e2-8b05-42a39516a1ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e307fb07-cb6f-4d9f-970a-4fffbf20c8a0 {
  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: 6px;
min-height: 50px;
background-color: rgba(66, 66, 66, 1);
}








#s-e307fb07-cb6f-4d9f-970a-4fffbf20c8a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e307fb07-cb6f-4d9f-970a-4fffbf20c8a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa182afa-c131-4a12-8c08-b921d124277e {
  margin-left: auto;
margin-right: auto;
}

#s-aa182afa-c131-4a12-8c08-b921d124277e .shg-proportional-font-size,
#s-aa182afa-c131-4a12-8c08-b921d124277e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e9409f8-e8d9-40b1-9d39-f3a63e702769 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3e9409f8-e8d9-40b1-9d39-f3a63e702769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e9409f8-e8d9-40b1-9d39-f3a63e702769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c8f463-22b5-4bd4-bb0d-5defccccadda {
  margin-left: auto;
margin-right: auto;
}

.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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin-top: 30px;
margin-bottom: 20px;
}
}
#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126-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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* 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-c92bff0a-f718-4f0c-9e18-ff28d464e126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126-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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 .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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 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-c92bff0a-f718-4f0c-9e18-ff28d464e126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126-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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 .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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 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-c92bff0a-f718-4f0c-9e18-ff28d464e126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126-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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 .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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 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-c92bff0a-f718-4f0c-9e18-ff28d464e126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126-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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 20px;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 .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-c92bff0a-f718-4f0c-9e18-ff28d464e126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126 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-c92bff0a-f718-4f0c-9e18-ff28d464e126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92bff0a-f718-4f0c-9e18-ff28d464e126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 100px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 80px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea {
  background-image: url();
}








#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-455eb399-0d09-4293-ad9b-2b2b0ab2beea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b88ac073-b364-4326-8f4f-12483b75c5a6 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b88ac073-b364-4326-8f4f-12483b75c5a6 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b88ac073-b364-4326-8f4f-12483b75c5a6 .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-b88ac073-b364-4326-8f4f-12483b75c5a6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-b88ac073-b364-4326-8f4f-12483b75c5a6 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-692301b5-cdfe-47ed-a460-712bedee574c {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
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: 768px) and (max-width: 991px){#s-692301b5-cdfe-47ed-a460-712bedee574c {
  margin-top: 20px;
}
}







#s-692301b5-cdfe-47ed-a460-712bedee574c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-692301b5-cdfe-47ed-a460-712bedee574c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68f2d171-9b55-4c2f-a71a-6682a0d73b6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  border-style: solid;
}
}
#s-51c2b731-bef8-46fa-98c6-588ad34706df {
  background-image: url();
}








#s-51c2b731-bef8-46fa-98c6-588ad34706df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51c2b731-bef8-46fa-98c6-588ad34706df.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-877c666a-2893-4fa0-8261-af1d2e95fe38 {
  margin-left: auto;
margin-right: auto;
}

#s-557e482d-75f1-4bae-9883-0be80620d7d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 .shg-image-zoom,
.shg-c#s-557e482d-75f1-4bae-9883-0be80620d7d5 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

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

#s-97f10166-b7ed-4ca3-a867-55597200f47e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-97f10166-b7ed-4ca3-a867-55597200f47e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-90daa1d2-d3e9-4a33-9021-062c237a9aeb {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-90daa1d2-d3e9-4a33-9021-062c237a9aeb .shg-proportional-font-size,
#s-90daa1d2-d3e9-4a33-9021-062c237a9aeb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 {
  text-align: left;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7f2a19c9-335e-4d24-bff2-eeed30db3147 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7 {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7-root {
    text-align: center;
  }


#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7-root {
    text-align: center;
  }


#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7-root {
    text-align: center;
  }


#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7-root {
    text-align: center;
  }


#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7-root {
    text-align: center;
  }


#s-c892ca5e-70f6-40f9-81c5-74b93aa7b7b7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-6c745a30-98b7-480a-b954-4cdb19845572 {
  background-image: url();
}








#s-6c745a30-98b7-480a-b954-4cdb19845572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c745a30-98b7-480a-b954-4cdb19845572.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d4a687ee-e019-409b-90c1-82eb4a64c543 {
  margin-left: auto;
margin-right: auto;
}

#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 .shg-image-zoom,
.shg-c#s-b5b4e0e9-6e45-4920-a4d5-4fb17bc38040 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06c97cd9-b148-4aa6-904c-334483dfc286 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-06c97cd9-b148-4aa6-904c-334483dfc286 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-488ec832-55d5-4738-be2d-309e195f6bc6 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-488ec832-55d5-4738-be2d-309e195f6bc6 .shg-proportional-font-size,
#s-488ec832-55d5-4738-be2d-309e195f6bc6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6d93b09b-bee2-466f-bee9-609f99ddbd50 {
  text-align: left;
}

#s-6d93b09b-bee2-466f-bee9-609f99ddbd50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6d93b09b-bee2-466f-bee9-609f99ddbd50 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-6d93b09b-bee2-466f-bee9-609f99ddbd50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1c3398c-419e-46d8-a552-65b13a0098a3 {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1c3398c-419e-46d8-a552-65b13a0098a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1c3398c-419e-46d8-a552-65b13a0098a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1c3398c-419e-46d8-a552-65b13a0098a3-root {
    text-align: center;
  }


#s-c1c3398c-419e-46d8-a552-65b13a0098a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1c3398c-419e-46d8-a552-65b13a0098a3-root {
    text-align: center;
  }


#s-c1c3398c-419e-46d8-a552-65b13a0098a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1c3398c-419e-46d8-a552-65b13a0098a3-root {
    text-align: center;
  }


#s-c1c3398c-419e-46d8-a552-65b13a0098a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1c3398c-419e-46d8-a552-65b13a0098a3-root {
    text-align: center;
  }


#s-c1c3398c-419e-46d8-a552-65b13a0098a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1c3398c-419e-46d8-a552-65b13a0098a3-root {
    text-align: center;
  }


#s-c1c3398c-419e-46d8-a552-65b13a0098a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 {
  background-image: url();
}








#s-a1af47ce-be93-4074-8135-1b9ab5f7a156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1af47ce-be93-4074-8135-1b9ab5f7a156.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-de3d2f23-83b7-4500-8505-37f7d9d074fb {
  margin-left: auto;
margin-right: auto;
}

#s-664cf9ce-5d42-4a55-8701-23732fb5371a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a .shg-image-zoom,
.shg-c#s-664cf9ce-5d42-4a55-8701-23732fb5371a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-41bec375-ce07-48c9-8953-08fc623a8368 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-41bec375-ce07-48c9-8953-08fc623a8368 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a4a5f7ec-7267-443c-9536-d2682ae69072 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-a4a5f7ec-7267-443c-9536-d2682ae69072 .shg-proportional-font-size,
#s-a4a5f7ec-7267-443c-9536-d2682ae69072 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1b645ba6-f53b-432b-b382-81bf56212345 {
  text-align: left;
}

#s-1b645ba6-f53b-432b-b382-81bf56212345 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1b645ba6-f53b-432b-b382-81bf56212345 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1b645ba6-f53b-432b-b382-81bf56212345 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ef7515c-3fa0-4836-a728-7d5f394af6ff-root {
    text-align: center;
  }


#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ef7515c-3fa0-4836-a728-7d5f394af6ff-root {
    text-align: center;
  }


#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ef7515c-3fa0-4836-a728-7d5f394af6ff-root {
    text-align: center;
  }


#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ef7515c-3fa0-4836-a728-7d5f394af6ff-root {
    text-align: center;
  }


#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ef7515c-3fa0-4836-a728-7d5f394af6ff-root {
    text-align: center;
  }


#s-7ef7515c-3fa0-4836-a728-7d5f394af6ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-f3302d77-b776-4083-b1d5-f99fa55763b3 {
  background-image: url();
}








#s-f3302d77-b776-4083-b1d5-f99fa55763b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3302d77-b776-4083-b1d5-f99fa55763b3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5f8dd6c7-5e0a-456c-8f0c-9bad2d1a15d6 {
  margin-left: auto;
margin-right: auto;
}

#s-72d0361f-5453-4353-9da3-9747a0dde0e3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 .shg-image-zoom,
.shg-c#s-72d0361f-5453-4353-9da3-9747a0dde0e3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a92b7c7a-107b-4ea0-8281-867560896f51 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-a92b7c7a-107b-4ea0-8281-867560896f51 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-fbdda007-47ab-4a43-9c70-0d4dfa1560d0 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-fbdda007-47ab-4a43-9c70-0d4dfa1560d0 .shg-proportional-font-size,
#s-fbdda007-47ab-4a43-9c70-0d4dfa1560d0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-668250a7-c22d-4916-a28c-74d26846221d {
  text-align: left;
}

#s-668250a7-c22d-4916-a28c-74d26846221d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-668250a7-c22d-4916-a28c-74d26846221d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-668250a7-c22d-4916-a28c-74d26846221d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc-root {
    text-align: center;
  }


#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc-root {
    text-align: center;
  }


#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc-root {
    text-align: center;
  }


#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc-root {
    text-align: center;
  }


#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc-root {
    text-align: center;
  }


#s-02ef126e-e89c-4fa2-a9fd-2b7613b318fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d747e7ce-989c-47ea-82e8-0d2670a15c88 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d747e7ce-989c-47ea-82e8-0d2670a15c88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  border-style: solid;
}
}
#s-55a072f7-ac69-4d00-a3a4-b773795d215e {
  background-image: url();
}








#s-55a072f7-ac69-4d00-a3a4-b773795d215e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55a072f7-ac69-4d00-a3a4-b773795d215e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fbd5a250-b34b-4f5a-8436-b66686e886f2 {
  margin-left: auto;
margin-right: auto;
}

#s-87cfad23-e177-4996-8f7d-69e6999018b4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 .shg-image-zoom,
.shg-c#s-87cfad23-e177-4996-8f7d-69e6999018b4 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5452a5ea-a440-4322-85bd-7875e3178568 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-5452a5ea-a440-4322-85bd-7875e3178568 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-ddb4a373-d01a-4ea0-950e-2376d42afb47 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-ddb4a373-d01a-4ea0-950e-2376d42afb47 .shg-proportional-font-size,
#s-ddb4a373-d01a-4ea0-950e-2376d42afb47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-66115d9f-be0b-4cf2-9bbc-4204718f4a30 {
  text-align: left;
}

#s-66115d9f-be0b-4cf2-9bbc-4204718f4a30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-66115d9f-be0b-4cf2-9bbc-4204718f4a30 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-66115d9f-be0b-4cf2-9bbc-4204718f4a30 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20 {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2ac0e26-272a-40b9-8ba8-5410256e2d20-root {
    text-align: center;
  }


#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2ac0e26-272a-40b9-8ba8-5410256e2d20-root {
    text-align: center;
  }


#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2ac0e26-272a-40b9-8ba8-5410256e2d20-root {
    text-align: center;
  }


#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2ac0e26-272a-40b9-8ba8-5410256e2d20-root {
    text-align: center;
  }


#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2ac0e26-272a-40b9-8ba8-5410256e2d20-root {
    text-align: center;
  }


#s-b2ac0e26-272a-40b9-8ba8-5410256e2d20.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
}
}
#s-b302f701-d960-48b3-b56b-00b8b0d34a4f {
  background-image: url();
}








#s-b302f701-d960-48b3-b56b-00b8b0d34a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b302f701-d960-48b3-b56b-00b8b0d34a4f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1912c027-304c-4f44-bf6e-4b24b5e087c4 {
  margin-left: auto;
margin-right: auto;
}

#s-a40f88a8-8552-41e1-a78a-8428983a464b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b .shg-image-zoom,
.shg-c#s-a40f88a8-8552-41e1-a78a-8428983a464b img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-287c375e-0f10-4de5-878b-4938d283ad27 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-287c375e-0f10-4de5-878b-4938d283ad27 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-071ef632-8e9d-40e1-95b3-11c29a9e8bcc {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-071ef632-8e9d-40e1-95b3-11c29a9e8bcc .shg-proportional-font-size,
#s-071ef632-8e9d-40e1-95b3-11c29a9e8bcc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-99619449-6fa8-4e4e-b16d-07e3f07f1c74 {
  text-align: left;
}

#s-99619449-6fa8-4e4e-b16d-07e3f07f1c74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-99619449-6fa8-4e4e-b16d-07e3f07f1c74 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-99619449-6fa8-4e4e-b16d-07e3f07f1c74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-736c1497-acdb-478e-9610-55d15392b7b4 {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-736c1497-acdb-478e-9610-55d15392b7b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-736c1497-acdb-478e-9610-55d15392b7b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-736c1497-acdb-478e-9610-55d15392b7b4-root {
    text-align: center;
  }


#s-736c1497-acdb-478e-9610-55d15392b7b4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-736c1497-acdb-478e-9610-55d15392b7b4-root {
    text-align: center;
  }


#s-736c1497-acdb-478e-9610-55d15392b7b4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-736c1497-acdb-478e-9610-55d15392b7b4-root {
    text-align: center;
  }


#s-736c1497-acdb-478e-9610-55d15392b7b4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-736c1497-acdb-478e-9610-55d15392b7b4-root {
    text-align: center;
  }


#s-736c1497-acdb-478e-9610-55d15392b7b4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-736c1497-acdb-478e-9610-55d15392b7b4-root {
    text-align: center;
  }


#s-736c1497-acdb-478e-9610-55d15392b7b4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-69bb627e-84c6-4df5-ab0e-1114c0547255 {
  background-image: url();
}








#s-69bb627e-84c6-4df5-ab0e-1114c0547255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69bb627e-84c6-4df5-ab0e-1114c0547255.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d6dad73e-3e3f-4f17-b91a-25f509cd0c26 {
  margin-left: auto;
margin-right: auto;
}

#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 .shg-image-zoom,
.shg-c#s-f71b9dc2-5615-4860-91ef-04bbf5d9c5d1 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c77ae9bf-9486-442d-8a77-3a88d6d621b4 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-c77ae9bf-9486-442d-8a77-3a88d6d621b4 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-3a27f8aa-254e-4c9a-bf6c-efe463f04d61 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3a27f8aa-254e-4c9a-bf6c-efe463f04d61 .shg-proportional-font-size,
#s-3a27f8aa-254e-4c9a-bf6c-efe463f04d61 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f687539-643e-4f81-b2da-6ab0d7859f02 {
  text-align: left;
}

#s-8f687539-643e-4f81-b2da-6ab0d7859f02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f687539-643e-4f81-b2da-6ab0d7859f02 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8f687539-643e-4f81-b2da-6ab0d7859f02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1726aac-db20-4ef3-9a66-b548d746da1b {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b1726aac-db20-4ef3-9a66-b548d746da1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1726aac-db20-4ef3-9a66-b548d746da1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1726aac-db20-4ef3-9a66-b548d746da1b-root {
    text-align: center;
  }


#s-b1726aac-db20-4ef3-9a66-b548d746da1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b1726aac-db20-4ef3-9a66-b548d746da1b-root {
    text-align: center;
  }


#s-b1726aac-db20-4ef3-9a66-b548d746da1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1726aac-db20-4ef3-9a66-b548d746da1b-root {
    text-align: center;
  }


#s-b1726aac-db20-4ef3-9a66-b548d746da1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1726aac-db20-4ef3-9a66-b548d746da1b-root {
    text-align: center;
  }


#s-b1726aac-db20-4ef3-9a66-b548d746da1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b1726aac-db20-4ef3-9a66-b548d746da1b-root {
    text-align: center;
  }


#s-b1726aac-db20-4ef3-9a66-b548d746da1b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
border-right-width: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 {
  border-style: solid;
border-color: #000;
padding-left: 8%;
padding-right: 8%;
border-top-width: 1px;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 {
  background-image: url();
}








#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-695e5223-8aa6-44b6-b8e0-cd7beb381df7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6962baaa-f6a6-4477-b721-3ea6606117bf {
  margin-left: auto;
margin-right: auto;
}

#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 .shg-image-zoom,
.shg-c#s-72d8e4cd-80d3-4eb9-a262-e23d412f6c60 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0858aabb-67a0-45ae-8511-e9f312957dde {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-0858aabb-67a0-45ae-8511-e9f312957dde .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-805794f3-132b-4da8-8a0f-efc7801ba4d4 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-805794f3-132b-4da8-8a0f-efc7801ba4d4 .shg-proportional-font-size,
#s-805794f3-132b-4da8-8a0f-efc7801ba4d4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cba9ee56-0b34-4ebf-af3e-a29d64cd28a8 {
  text-align: left;
}

#s-cba9ee56-0b34-4ebf-af3e-a29d64cd28a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cba9ee56-0b34-4ebf-af3e-a29d64cd28a8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-cba9ee56-0b34-4ebf-af3e-a29d64cd28a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0 {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0-root {
    text-align: center;
  }


#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0-root {
    text-align: center;
  }


#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0-root {
    text-align: center;
  }


#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0-root {
    text-align: center;
  }


#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0-root {
    text-align: center;
  }


#s-90c4bbe3-1bb0-4880-8967-ec0f2e7aedc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-408c9c11-369d-4aa0-8e60-e396e2555018 {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-408c9c11-369d-4aa0-8e60-e396e2555018 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-408c9c11-369d-4aa0-8e60-e396e2555018 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-408c9c11-369d-4aa0-8e60-e396e2555018 {
  margin-top: 80px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-408c9c11-369d-4aa0-8e60-e396e2555018 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-408c9c11-369d-4aa0-8e60-e396e2555018 {
  background-image: url();
}








#s-408c9c11-369d-4aa0-8e60-e396e2555018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-408c9c11-369d-4aa0-8e60-e396e2555018.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ffd83b7-7a6b-4085-91a5-32401637a440 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6ffd83b7-7a6b-4085-91a5-32401637a440 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-6ffd83b7-7a6b-4085-91a5-32401637a440 .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-6ffd83b7-7a6b-4085-91a5-32401637a440 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-6ffd83b7-7a6b-4085-91a5-32401637a440 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-c8561ba8-4193-4e64-acd0-45aaf13d50b1 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
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: 768px) and (max-width: 991px){#s-c8561ba8-4193-4e64-acd0-45aaf13d50b1 {
  margin-top: 20px;
}
}







#s-c8561ba8-4193-4e64-acd0-45aaf13d50b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8561ba8-4193-4e64-acd0-45aaf13d50b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b692fc0b-43af-46aa-950c-bd7b09d974da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b692fc0b-43af-46aa-950c-bd7b09d974da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b692fc0b-43af-46aa-950c-bd7b09d974da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b692fc0b-43af-46aa-950c-bd7b09d974da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b692fc0b-43af-46aa-950c-bd7b09d974da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c0bffa96-8478-4105-a372-effb3fb063e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0bffa96-8478-4105-a372-effb3fb063e1 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-c0bffa96-8478-4105-a372-effb3fb063e1 {
  border-style: solid;
}
}
#s-c0bffa96-8478-4105-a372-effb3fb063e1 {
  background-image: url();
}








#s-c0bffa96-8478-4105-a372-effb3fb063e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0bffa96-8478-4105-a372-effb3fb063e1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b35beed5-e4d0-4089-b80a-a4e850c31342 {
  margin-left: auto;
margin-right: auto;
}

#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 .shg-image-zoom,
.shg-c#s-f3cfa098-bc56-48d0-813b-e69e76d51a68 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a077ea2f-3aad-49ba-aa9d-4ea13b7e574b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-a077ea2f-3aad-49ba-aa9d-4ea13b7e574b .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7e7c2c0b-c953-4b56-b5b7-e13c6d3ee051 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-7e7c2c0b-c953-4b56-b5b7-e13c6d3ee051 .shg-proportional-font-size,
#s-7e7c2c0b-c953-4b56-b5b7-e13c6d3ee051 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2689e055-afec-4c5e-98db-42ee5b1ca6c8 {
  text-align: left;
}

#s-2689e055-afec-4c5e-98db-42ee5b1ca6c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2689e055-afec-4c5e-98db-42ee5b1ca6c8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-2689e055-afec-4c5e-98db-42ee5b1ca6c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1bfe72fd-6680-4e55-bd80-98a5d443af2c-root {
    text-align: center;
  }


#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1bfe72fd-6680-4e55-bd80-98a5d443af2c-root {
    text-align: center;
  }


#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bfe72fd-6680-4e55-bd80-98a5d443af2c-root {
    text-align: center;
  }


#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1bfe72fd-6680-4e55-bd80-98a5d443af2c-root {
    text-align: center;
  }


#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1bfe72fd-6680-4e55-bd80-98a5d443af2c-root {
    text-align: center;
  }


#s-1bfe72fd-6680-4e55-bd80-98a5d443af2c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5e7fcc9c-c3bf-461e-9cae-5103a1fe996f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e7fcc9c-c3bf-461e-9cae-5103a1fe996f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-5e7fcc9c-c3bf-461e-9cae-5103a1fe996f {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-5e7fcc9c-c3bf-461e-9cae-5103a1fe996f {
  background-image: url();
}








#s-5e7fcc9c-c3bf-461e-9cae-5103a1fe996f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e7fcc9c-c3bf-461e-9cae-5103a1fe996f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-48b48cfa-9d77-4993-866e-3911c3ca1d76 {
  margin-left: auto;
margin-right: auto;
}

#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 .shg-image-zoom,
.shg-c#s-0a44a5af-8487-439e-a01a-cca21ecb4c80 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af4169f2-3897-489b-a97e-468b22ea3a29 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-af4169f2-3897-489b-a97e-468b22ea3a29 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-27113677-0378-458e-81e5-81e79a77ec3b {
  margin-left: auto;
margin-right: auto;
}

#s-27113677-0378-458e-81e5-81e79a77ec3b .shg-proportional-font-size,
#s-27113677-0378-458e-81e5-81e79a77ec3b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-67f724c2-2ea4-4d30-9489-d948b9f46159 {
  text-align: left;
}

#s-67f724c2-2ea4-4d30-9489-d948b9f46159 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-67f724c2-2ea4-4d30-9489-d948b9f46159 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-67f724c2-2ea4-4d30-9489-d948b9f46159 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f1b97b9-dd3e-49e6-babf-15ce7473725f-root {
    text-align: center;
  }


#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f1b97b9-dd3e-49e6-babf-15ce7473725f-root {
    text-align: center;
  }


#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f1b97b9-dd3e-49e6-babf-15ce7473725f-root {
    text-align: center;
  }


#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f1b97b9-dd3e-49e6-babf-15ce7473725f-root {
    text-align: center;
  }


#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f1b97b9-dd3e-49e6-babf-15ce7473725f-root {
    text-align: center;
  }


#s-0f1b97b9-dd3e-49e6-babf-15ce7473725f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7a1dd2dd-9b35-4189-95ea-92469df94b62 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a1dd2dd-9b35-4189-95ea-92469df94b62 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-7a1dd2dd-9b35-4189-95ea-92469df94b62 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-7a1dd2dd-9b35-4189-95ea-92469df94b62 {
  background-image: url();
}








#s-7a1dd2dd-9b35-4189-95ea-92469df94b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a1dd2dd-9b35-4189-95ea-92469df94b62.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d65164ff-0c26-4281-b532-a4b883e7c3a1 {
  margin-left: auto;
margin-right: auto;
}

#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e .shg-image-zoom,
.shg-c#s-5a9dfa93-f985-4b28-84bc-ebd191f8e37e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-47e11a85-7233-4c4a-af6d-0f8dacb87daf {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-47e11a85-7233-4c4a-af6d-0f8dacb87daf .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-bc8e5c7c-94f7-4355-b2dc-c4079aa20f30 {
  margin-left: auto;
margin-right: auto;
}

#s-bc8e5c7c-94f7-4355-b2dc-c4079aa20f30 .shg-proportional-font-size,
#s-bc8e5c7c-94f7-4355-b2dc-c4079aa20f30 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b68e8013-af79-4c86-a643-f61d983be2b4 {
  text-align: left;
}

#s-b68e8013-af79-4c86-a643-f61d983be2b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b68e8013-af79-4c86-a643-f61d983be2b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-b68e8013-af79-4c86-a643-f61d983be2b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8ebaaeee-385c-4e71-a515-d00b507e687a {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ebaaeee-385c-4e71-a515-d00b507e687a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ebaaeee-385c-4e71-a515-d00b507e687a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ebaaeee-385c-4e71-a515-d00b507e687a-root {
    text-align: center;
  }


#s-8ebaaeee-385c-4e71-a515-d00b507e687a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ebaaeee-385c-4e71-a515-d00b507e687a-root {
    text-align: center;
  }


#s-8ebaaeee-385c-4e71-a515-d00b507e687a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ebaaeee-385c-4e71-a515-d00b507e687a-root {
    text-align: center;
  }


#s-8ebaaeee-385c-4e71-a515-d00b507e687a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ebaaeee-385c-4e71-a515-d00b507e687a-root {
    text-align: center;
  }


#s-8ebaaeee-385c-4e71-a515-d00b507e687a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ebaaeee-385c-4e71-a515-d00b507e687a-root {
    text-align: center;
  }


#s-8ebaaeee-385c-4e71-a515-d00b507e687a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 {
  background-image: url();
}








#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5cd7d4a-5a03-48ed-bc98-27ac780f7e61.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e2615837-3b77-49b6-a384-6300a45f67c1 {
  margin-left: auto;
margin-right: auto;
}

#s-72d47924-02e8-45b9-a335-5a7e7f928abf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf .shg-image-zoom,
.shg-c#s-72d47924-02e8-45b9-a335-5a7e7f928abf img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43657abf-cf39-4fa3-911a-3430a528f8c4 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-43657abf-cf39-4fa3-911a-3430a528f8c4 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a5632e00-9499-4e6e-96bb-73cb99f73858 {
  margin-left: auto;
margin-right: auto;
}

#s-a5632e00-9499-4e6e-96bb-73cb99f73858 .shg-proportional-font-size,
#s-a5632e00-9499-4e6e-96bb-73cb99f73858 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c99a133c-9b36-42bc-86ba-907b2e71de6e {
  text-align: left;
}

#s-c99a133c-9b36-42bc-86ba-907b2e71de6e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c99a133c-9b36-42bc-86ba-907b2e71de6e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-c99a133c-9b36-42bc-86ba-907b2e71de6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-510f0394-527f-454d-9853-39b8ad17096b {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-510f0394-527f-454d-9853-39b8ad17096b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-510f0394-527f-454d-9853-39b8ad17096b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-510f0394-527f-454d-9853-39b8ad17096b-root {
    text-align: center;
  }


#s-510f0394-527f-454d-9853-39b8ad17096b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-510f0394-527f-454d-9853-39b8ad17096b-root {
    text-align: center;
  }


#s-510f0394-527f-454d-9853-39b8ad17096b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-510f0394-527f-454d-9853-39b8ad17096b-root {
    text-align: center;
  }


#s-510f0394-527f-454d-9853-39b8ad17096b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-510f0394-527f-454d-9853-39b8ad17096b-root {
    text-align: center;
  }


#s-510f0394-527f-454d-9853-39b8ad17096b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-510f0394-527f-454d-9853-39b8ad17096b-root {
    text-align: center;
  }


#s-510f0394-527f-454d-9853-39b8ad17096b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e5b1c8f6-b8c7-4b6e-87be-310d2d91a67d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e5b1c8f6-b8c7-4b6e-87be-310d2d91a67d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e5b1c8f6-b8c7-4b6e-87be-310d2d91a67d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5b1c8f6-b8c7-4b6e-87be-310d2d91a67d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5b1c8f6-b8c7-4b6e-87be-310d2d91a67d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-182bb3f2-3515-4cbf-9a19-313ace7739bd {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-182bb3f2-3515-4cbf-9a19-313ace7739bd {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-182bb3f2-3515-4cbf-9a19-313ace7739bd {
  border-style: solid;
}
}
#s-182bb3f2-3515-4cbf-9a19-313ace7739bd {
  background-image: url();
}








#s-182bb3f2-3515-4cbf-9a19-313ace7739bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-182bb3f2-3515-4cbf-9a19-313ace7739bd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5b130453-bb79-4e2a-a811-9962a6552e77 {
  margin-left: auto;
margin-right: auto;
}

#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a .shg-image-zoom,
.shg-c#s-d7039b58-3e2b-4fad-8e12-2ad64b63266a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-497228f9-a968-456b-bc3e-30e99c576ff5 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-497228f9-a968-456b-bc3e-30e99c576ff5 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f54bae0f-b274-436d-bf03-d5836df8b041 {
  margin-left: auto;
margin-right: auto;
}

#s-f54bae0f-b274-436d-bf03-d5836df8b041 .shg-proportional-font-size,
#s-f54bae0f-b274-436d-bf03-d5836df8b041 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-92255d68-ac1a-4614-8fd9-5e1c73164843 {
  text-align: left;
}

#s-92255d68-ac1a-4614-8fd9-5e1c73164843 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-92255d68-ac1a-4614-8fd9-5e1c73164843 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-92255d68-ac1a-4614-8fd9-5e1c73164843 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f39cd27-7718-4ca7-96ea-3c145466b42f {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5f39cd27-7718-4ca7-96ea-3c145466b42f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f39cd27-7718-4ca7-96ea-3c145466b42f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f39cd27-7718-4ca7-96ea-3c145466b42f-root {
    text-align: center;
  }


#s-5f39cd27-7718-4ca7-96ea-3c145466b42f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f39cd27-7718-4ca7-96ea-3c145466b42f-root {
    text-align: center;
  }


#s-5f39cd27-7718-4ca7-96ea-3c145466b42f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f39cd27-7718-4ca7-96ea-3c145466b42f-root {
    text-align: center;
  }


#s-5f39cd27-7718-4ca7-96ea-3c145466b42f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f39cd27-7718-4ca7-96ea-3c145466b42f-root {
    text-align: center;
  }


#s-5f39cd27-7718-4ca7-96ea-3c145466b42f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f39cd27-7718-4ca7-96ea-3c145466b42f-root {
    text-align: center;
  }


#s-5f39cd27-7718-4ca7-96ea-3c145466b42f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7cc5e00d-dc7a-4136-9f6f-aa12a5b36292 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cc5e00d-dc7a-4136-9f6f-aa12a5b36292 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-7cc5e00d-dc7a-4136-9f6f-aa12a5b36292 {
  border-color: #000;
border-right-width: 0px;
border-style: solid;
}
}
#s-7cc5e00d-dc7a-4136-9f6f-aa12a5b36292 {
  background-image: url();
}








#s-7cc5e00d-dc7a-4136-9f6f-aa12a5b36292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cc5e00d-dc7a-4136-9f6f-aa12a5b36292.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7b373602-d3bb-4507-aca6-f3ac1916d6d0 {
  margin-left: auto;
margin-right: auto;
}

#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e .shg-image-zoom,
.shg-c#s-d3cb8eb7-4e11-42e2-bef9-5fcfd635799e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea0ab690-9a79-4fb5-951c-2d720f20a84e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-ea0ab690-9a79-4fb5-951c-2d720f20a84e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-5be7f648-00a6-4bc7-8849-48afcd15330b {
  margin-left: auto;
margin-right: auto;
}

#s-5be7f648-00a6-4bc7-8849-48afcd15330b .shg-proportional-font-size,
#s-5be7f648-00a6-4bc7-8849-48afcd15330b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e4e66cb-5ed5-42e9-ab70-c9f06e6e39e3 {
  text-align: left;
}

#s-0e4e66cb-5ed5-42e9-ab70-c9f06e6e39e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0e4e66cb-5ed5-42e9-ab70-c9f06e6e39e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-0e4e66cb-5ed5-42e9-ab70-c9f06e6e39e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff-root {
    text-align: center;
  }


#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff-root {
    text-align: center;
  }


#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff-root {
    text-align: center;
  }


#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff-root {
    text-align: center;
  }


#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff-root {
    text-align: center;
  }


#s-481dfdfa-fe48-4dc4-8131-2a88fd88b3ff.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d03d77f3-2148-4abe-8928-9ddc7441914c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d03d77f3-2148-4abe-8928-9ddc7441914c {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-d03d77f3-2148-4abe-8928-9ddc7441914c {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-d03d77f3-2148-4abe-8928-9ddc7441914c {
  background-image: url();
}








#s-d03d77f3-2148-4abe-8928-9ddc7441914c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d03d77f3-2148-4abe-8928-9ddc7441914c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-36b40396-014c-46db-8cba-77b3f7a44543 {
  margin-left: auto;
margin-right: auto;
}

#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c .shg-image-zoom,
.shg-c#s-fb9a625a-a2dd-4ab5-b466-d9093af5189c img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1f4cade0-f99f-4e22-92e1-35497bf7ee8d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-1f4cade0-f99f-4e22-92e1-35497bf7ee8d .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1f8986a0-59fb-4ce8-909d-200e1b8efb8b {
  margin-left: auto;
margin-right: auto;
}

#s-1f8986a0-59fb-4ce8-909d-200e1b8efb8b .shg-proportional-font-size,
#s-1f8986a0-59fb-4ce8-909d-200e1b8efb8b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a647f491-7339-472a-9c70-6a28339a806e {
  text-align: left;
}

#s-a647f491-7339-472a-9c70-6a28339a806e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a647f491-7339-472a-9c70-6a28339a806e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a647f491-7339-472a-9c70-6a28339a806e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9539eb77-3a9e-47ff-b7b1-304938e854a1 {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9539eb77-3a9e-47ff-b7b1-304938e854a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9539eb77-3a9e-47ff-b7b1-304938e854a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9539eb77-3a9e-47ff-b7b1-304938e854a1-root {
    text-align: center;
  }


#s-9539eb77-3a9e-47ff-b7b1-304938e854a1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9539eb77-3a9e-47ff-b7b1-304938e854a1-root {
    text-align: center;
  }


#s-9539eb77-3a9e-47ff-b7b1-304938e854a1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9539eb77-3a9e-47ff-b7b1-304938e854a1-root {
    text-align: center;
  }


#s-9539eb77-3a9e-47ff-b7b1-304938e854a1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9539eb77-3a9e-47ff-b7b1-304938e854a1-root {
    text-align: center;
  }


#s-9539eb77-3a9e-47ff-b7b1-304938e854a1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9539eb77-3a9e-47ff-b7b1-304938e854a1-root {
    text-align: center;
  }


#s-9539eb77-3a9e-47ff-b7b1-304938e854a1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
border-right-width: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
border-right-width: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b {
  border-style: solid;
border-color: #000;
padding-left: 8%;
padding-right: 8%;
border-top-width: 1px;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b {
  background-image: url();
}








#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f214c2b-5497-4b7a-bc2e-bdf1d65f5b8b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e87e2b93-bb18-4919-9f08-aedcf88acc05 {
  margin-left: auto;
margin-right: auto;
}

#s-2db44cf7-b63a-4d51-b679-466b1b9db639 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



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

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 .shg-image-zoom,
.shg-c#s-2db44cf7-b63a-4d51-b679-466b1b9db639 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2c2dccd6-1b76-4716-ac73-0088ad1bfb2d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-2c2dccd6-1b76-4716-ac73-0088ad1bfb2d .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0ce6d9b4-68bd-4437-95b4-f51269ac2024 {
  margin-left: auto;
margin-right: auto;
}

#s-0ce6d9b4-68bd-4437-95b4-f51269ac2024 .shg-proportional-font-size,
#s-0ce6d9b4-68bd-4437-95b4-f51269ac2024 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ed39236-1433-4d6d-ab25-0891874c8628 {
  text-align: left;
}

#s-7ed39236-1433-4d6d-ab25-0891874c8628 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ed39236-1433-4d6d-ab25-0891874c8628 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7ed39236-1433-4d6d-ab25-0891874c8628 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e21a5810-a4a2-4356-804d-0c9cbb719acd {
  margin-top: 12px;
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: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e21a5810-a4a2-4356-804d-0c9cbb719acd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e21a5810-a4a2-4356-804d-0c9cbb719acd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e21a5810-a4a2-4356-804d-0c9cbb719acd-root {
    text-align: center;
  }


#s-e21a5810-a4a2-4356-804d-0c9cbb719acd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e21a5810-a4a2-4356-804d-0c9cbb719acd-root {
    text-align: center;
  }


#s-e21a5810-a4a2-4356-804d-0c9cbb719acd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e21a5810-a4a2-4356-804d-0c9cbb719acd-root {
    text-align: center;
  }


#s-e21a5810-a4a2-4356-804d-0c9cbb719acd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e21a5810-a4a2-4356-804d-0c9cbb719acd-root {
    text-align: center;
  }


#s-e21a5810-a4a2-4356-804d-0c9cbb719acd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e21a5810-a4a2-4356-804d-0c9cbb719acd-root {
    text-align: center;
  }


#s-e21a5810-a4a2-4356-804d-0c9cbb719acd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7 {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7 {
  margin-top: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7 {
  margin-top: 80px;
}
}
#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7 {
  background-image: url();
}








#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07cb84ba-e5de-4dfc-a275-e3fdd70384a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f .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: 1200px){#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-1c61c4ce-09b9-44e5-b6d2-18014e2a908f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-127bfbe4-4ded-4cd8-9bec-5db6775524a5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-127bfbe4-4ded-4cd8-9bec-5db6775524a5 {
  display: none;
}
#s-127bfbe4-4ded-4cd8-9bec-5db6775524a5, #wrap-s-127bfbe4-4ded-4cd8-9bec-5db6775524a5, #wrap-content-s-127bfbe4-4ded-4cd8-9bec-5db6775524a5 { display: none !important; }}
#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 {
  display: none;
}
#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97, #wrap-s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97, #wrap-content-s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 {
  display: none;
}
#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97, #wrap-s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97, #wrap-content-s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 {
  display: none;
}
#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97, #wrap-s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97, #wrap-content-s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 { display: none !important; }}@media (max-width: 767px){#s-f6f7c6d9-fd2e-4bac-9dc5-1afc6ff91f97 {
  margin-top: 10px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-edec07d2-bdca-47be-9720-ea0e88e4e5a8 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-edec07d2-bdca-47be-9720-ea0e88e4e5a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-edec07d2-bdca-47be-9720-ea0e88e4e5a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-edec07d2-bdca-47be-9720-ea0e88e4e5a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-edec07d2-bdca-47be-9720-ea0e88e4e5a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6-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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6-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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6-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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6-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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6-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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6 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-985b7050-b6bf-4bc4-9ae3-235f898c31e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985b7050-b6bf-4bc4-9ae3-235f898c31e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e-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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-ffa247d4-d684-41dc-bfce-ceae3816f13e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e-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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e .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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e 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-ffa247d4-d684-41dc-bfce-ceae3816f13e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e-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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e .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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e 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-ffa247d4-d684-41dc-bfce-ceae3816f13e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e-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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e .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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e 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-ffa247d4-d684-41dc-bfce-ceae3816f13e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e-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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e .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-ffa247d4-d684-41dc-bfce-ceae3816f13e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e 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-ffa247d4-d684-41dc-bfce-ceae3816f13e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa247d4-d684-41dc-bfce-ceae3816f13e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin-top: 10px;
}
}
#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30-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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30-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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30-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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30-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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30-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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 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-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19317ba3-6f8a-4b6c-8ff6-8f5c18e18c30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin-top: 10px;
}
}
#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5-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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5-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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5-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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5-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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5-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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 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-2ba0605b-d6e5-4b9e-9807-dc3775db7be5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba0605b-d6e5-4b9e-9807-dc3775db7be5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-22d14cdd-9607-43a9-9210-7a3da74bda3b {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
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-22d14cdd-9607-43a9-9210-7a3da74bda3b {
  margin-top: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22d14cdd-9607-43a9-9210-7a3da74bda3b {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22d14cdd-9607-43a9-9210-7a3da74bda3b {
  margin-top: 80px;
}
}







#s-22d14cdd-9607-43a9-9210-7a3da74bda3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22d14cdd-9607-43a9-9210-7a3da74bda3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 {
  margin-top: 50px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 {
  margin-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 {
  margin-bottom: 15px;
}
}
#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-cc1d38a4-e321-4f79-bf41-ed786b5a83d7 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-97c5aefc-c1fe-4907-b3a4-208e943fd739 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-97c5aefc-c1fe-4907-b3a4-208e943fd739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97c5aefc-c1fe-4907-b3a4-208e943fd739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97c5aefc-c1fe-4907-b3a4-208e943fd739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97c5aefc-c1fe-4907-b3a4-208e943fd739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-da55785a-c68b-4e92-bfd8-64135eab7e8d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-da55785a-c68b-4e92-bfd8-64135eab7e8d {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-da55785a-c68b-4e92-bfd8-64135eab7e8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-da55785a-c68b-4e92-bfd8-64135eab7e8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-da55785a-c68b-4e92-bfd8-64135eab7e8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-da55785a-c68b-4e92-bfd8-64135eab7e8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
  box-sizing: border-box;
}



.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
      position: relative;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
  box-sizing: border-box;
}



.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
      position: relative;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
  box-sizing: border-box;
}



.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
      position: relative;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
  box-sizing: border-box;
}



.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
      position: relative;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image {
  box-sizing: border-box;
}



.s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container {
      position: relative;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e1ac4d7-f9fb-4185-9416-143165b778c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-930ffc55-44a7-48f4-a7c5-cef282141b49 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 {
  margin: 0 !important;
  overflow: visible;
}

#s-21b0a180-4b28-417f-af64-e458d0527242-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add background color handling */
  
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
  box-sizing: border-box;
}



.s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21b0a180-4b28-417f-af64-e458d0527242 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
      position: relative;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-21b0a180-4b28-417f-af64-e458d0527242 {
  margin: 0 !important;
  overflow: visible;
}

#s-21b0a180-4b28-417f-af64-e458d0527242-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add background color handling */
  
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
  box-sizing: border-box;
}



.s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21b0a180-4b28-417f-af64-e458d0527242 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
      position: relative;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-21b0a180-4b28-417f-af64-e458d0527242 {
  margin: 0 !important;
  overflow: visible;
}

#s-21b0a180-4b28-417f-af64-e458d0527242-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add background color handling */
  
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
  box-sizing: border-box;
}



.s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21b0a180-4b28-417f-af64-e458d0527242 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
      position: relative;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-21b0a180-4b28-417f-af64-e458d0527242 {
  margin: 0 !important;
  overflow: visible;
}

#s-21b0a180-4b28-417f-af64-e458d0527242-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add background color handling */
  
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
  box-sizing: border-box;
}



.s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21b0a180-4b28-417f-af64-e458d0527242 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
      position: relative;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-21b0a180-4b28-417f-af64-e458d0527242 {
  margin: 0 !important;
  overflow: visible;
}

#s-21b0a180-4b28-417f-af64-e458d0527242-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21b0a180-4b28-417f-af64-e458d0527242 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add background color handling */
  
}

#s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21b0a180-4b28-417f-af64-e458d0527242 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-21b0a180-4b28-417f-af64-e458d0527242 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image {
  box-sizing: border-box;
}



.s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21b0a180-4b28-417f-af64-e458d0527242 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container {
      position: relative;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b0a180-4b28-417f-af64-e458d0527242 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-584f2006-e9e7-48f2-8a8c-acc973742b9f {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-79326e11-6835-4d04-9403-adf977197ce0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-79326e11-6835-4d04-9403-adf977197ce0 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-79326e11-6835-4d04-9403-adf977197ce0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-79326e11-6835-4d04-9403-adf977197ce0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-79326e11-6835-4d04-9403-adf977197ce0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-79326e11-6835-4d04-9403-adf977197ce0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  margin: 0 !important;
  overflow: visible;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add background color handling */
  
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
  box-sizing: border-box;
}



.s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484570d8-de95-48f4-9b14-96715aa6ab91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
      position: relative;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  margin: 0 !important;
  overflow: visible;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add background color handling */
  
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
  box-sizing: border-box;
}



.s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484570d8-de95-48f4-9b14-96715aa6ab91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
      position: relative;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  margin: 0 !important;
  overflow: visible;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add background color handling */
  
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
  box-sizing: border-box;
}



.s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484570d8-de95-48f4-9b14-96715aa6ab91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
      position: relative;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  margin: 0 !important;
  overflow: visible;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add background color handling */
  
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
  box-sizing: border-box;
}



.s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484570d8-de95-48f4-9b14-96715aa6ab91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
      position: relative;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  margin: 0 !important;
  overflow: visible;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484570d8-de95-48f4-9b14-96715aa6ab91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add background color handling */
  
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484570d8-de95-48f4-9b14-96715aa6ab91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-484570d8-de95-48f4-9b14-96715aa6ab91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image {
  box-sizing: border-box;
}



.s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484570d8-de95-48f4-9b14-96715aa6ab91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container {
      position: relative;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484570d8-de95-48f4-9b14-96715aa6ab91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-30b0f523-b81b-4a47-b936-fb866157eb8b {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
  box-sizing: border-box;
}



.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
      position: relative;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
  box-sizing: border-box;
}



.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
      position: relative;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
  box-sizing: border-box;
}



.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
      position: relative;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
  box-sizing: border-box;
}



.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
      position: relative;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image {
  box-sizing: border-box;
}



.s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container {
      position: relative;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37d09b9-8fae-480d-ab27-d5ddecb9dc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-a8540ff0-e3d4-4e38-b32c-532a7a1eb4f5 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-a02fe476-e756-4f75-8932-b9f22b35a539 {
  margin-top: 30px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (max-width: 767px){#s-a02fe476-e756-4f75-8932-b9f22b35a539 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a02fe476-e756-4f75-8932-b9f22b35a539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a02fe476-e756-4f75-8932-b9f22b35a539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a02fe476-e756-4f75-8932-b9f22b35a539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a02fe476-e756-4f75-8932-b9f22b35a539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-5a67ccd0-d8de-42a1-a333-847e49cb7af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-5a67ccd0-d8de-42a1-a333-847e49cb7af7 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-5a67ccd0-d8de-42a1-a333-847e49cb7af7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5a67ccd0-d8de-42a1-a333-847e49cb7af7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5a67ccd0-d8de-42a1-a333-847e49cb7af7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a67ccd0-d8de-42a1-a333-847e49cb7af7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
  box-sizing: border-box;
}



.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
      position: relative;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
  box-sizing: border-box;
}



.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
      position: relative;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
  box-sizing: border-box;
}



.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
      position: relative;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
  box-sizing: border-box;
}



.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
      position: relative;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image {
  box-sizing: border-box;
}



.s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container {
      position: relative;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b55069a-570e-4fa3-b74e-c7c40d7aeff0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-5b711644-7526-4542-8210-fc5ba5ed6405 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
  box-sizing: border-box;
}



.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
      position: relative;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
  box-sizing: border-box;
}



.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
      position: relative;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
  box-sizing: border-box;
}



.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
      position: relative;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
  box-sizing: border-box;
}



.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
      position: relative;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image {
  box-sizing: border-box;
}



.s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container {
      position: relative;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17d2e4fd-d4e9-4ca0-9afb-27e6d2919e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-6c45fb25-9b59-48da-91c4-6a9e5d4e6f13 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-eb3ea0c5-0c8e-487f-b60a-18e6d29a0248 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-eb3ea0c5-0c8e-487f-b60a-18e6d29a0248 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-eb3ea0c5-0c8e-487f-b60a-18e6d29a0248"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-eb3ea0c5-0c8e-487f-b60a-18e6d29a0248"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-eb3ea0c5-0c8e-487f-b60a-18e6d29a0248"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb3ea0c5-0c8e-487f-b60a-18e6d29a0248"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
  box-sizing: border-box;
}



.s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be0ffaed-2202-4063-9746-37e9b404abb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
      position: relative;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
  box-sizing: border-box;
}



.s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be0ffaed-2202-4063-9746-37e9b404abb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
      position: relative;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
  box-sizing: border-box;
}



.s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be0ffaed-2202-4063-9746-37e9b404abb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
      position: relative;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
  box-sizing: border-box;
}



.s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be0ffaed-2202-4063-9746-37e9b404abb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
      position: relative;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be0ffaed-2202-4063-9746-37e9b404abb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be0ffaed-2202-4063-9746-37e9b404abb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-be0ffaed-2202-4063-9746-37e9b404abb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image {
  box-sizing: border-box;
}



.s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be0ffaed-2202-4063-9746-37e9b404abb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container {
      position: relative;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be0ffaed-2202-4063-9746-37e9b404abb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-3fe4f1bb-3e5e-453c-8206-18296a2c77e0 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
  box-sizing: border-box;
}



.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
      position: relative;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
  box-sizing: border-box;
}



.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
      position: relative;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
  box-sizing: border-box;
}



.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
      position: relative;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
  box-sizing: border-box;
}



.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
      position: relative;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image {
  box-sizing: border-box;
}



.s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container {
      position: relative;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4e6660-1d12-433c-9b10-61cd495e4af5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-d14b2917-e9d0-4d47-bdf1-3f0071eddb3b {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-d5cd5c8c-f53c-4388-bc61-47e34d429a78 {
  margin-top: 30px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}
@media (max-width: 767px){#s-d5cd5c8c-f53c-4388-bc61-47e34d429a78 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-d5cd5c8c-f53c-4388-bc61-47e34d429a78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5cd5c8c-f53c-4388-bc61-47e34d429a78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5cd5c8c-f53c-4388-bc61-47e34d429a78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5cd5c8c-f53c-4388-bc61-47e34d429a78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-904dcfa5-a828-4d60-b0b7-c0ec1c459335 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-904dcfa5-a828-4d60-b0b7-c0ec1c459335 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-904dcfa5-a828-4d60-b0b7-c0ec1c459335"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-904dcfa5-a828-4d60-b0b7-c0ec1c459335"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-904dcfa5-a828-4d60-b0b7-c0ec1c459335"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-904dcfa5-a828-4d60-b0b7-c0ec1c459335"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
  box-sizing: border-box;
}



.s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
      position: relative;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
  box-sizing: border-box;
}



.s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
      position: relative;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
  box-sizing: border-box;
}



.s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
      position: relative;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
  box-sizing: border-box;
}



.s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
      position: relative;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1bea1c75-48ad-453e-85df-0ad85955ac71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image {
  box-sizing: border-box;
}



.s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container {
      position: relative;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bea1c75-48ad-453e-85df-0ad85955ac71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-85211a73-ce32-4af8-8999-f880be30f7a4 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

#s-24db2b01-d531-40b6-bd85-cb9b53f65746 {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-24db2b01-d531-40b6-bd85-cb9b53f65746 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24db2b01-d531-40b6-bd85-cb9b53f65746 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24db2b01-d531-40b6-bd85-cb9b53f65746 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-24db2b01-d531-40b6-bd85-cb9b53f65746 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-24db2b01-d531-40b6-bd85-cb9b53f65746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24db2b01-d531-40b6-bd85-cb9b53f65746.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ce7e736-e8b1-422f-901b-13f4628472bd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2ce7e736-e8b1-422f-901b-13f4628472bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ce7e736-e8b1-422f-901b-13f4628472bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce7e736-e8b1-422f-901b-13f4628472bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce7e736-e8b1-422f-901b-13f4628472bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ae71d8e0-d5fb-47b6-9649-c3f50aeaf84f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ae71d8e0-d5fb-47b6-9649-c3f50aeaf84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae71d8e0-d5fb-47b6-9649-c3f50aeaf84f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
  box-sizing: border-box;
}



.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
      position: relative;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
  box-sizing: border-box;
}



.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
      position: relative;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
  box-sizing: border-box;
}



.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
      position: relative;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
  box-sizing: border-box;
}



.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
      position: relative;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image {
  box-sizing: border-box;
}



.s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container {
      position: relative;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a7fb4d1-bccd-4fdf-afb0-cec4467909d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-c96c474b-9c30-4956-8d3c-20015f1a3a3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c96c474b-9c30-4956-8d3c-20015f1a3a3b .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-370b6042-185e-47ec-a500-8d37753a112a {
  margin-left: auto;
margin-right: auto;
}

#s-f9a8ea5f-ca3b-4542-b499-add1f90a0255 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9a8ea5f-ca3b-4542-b499-add1f90a0255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9a8ea5f-ca3b-4542-b499-add1f90a0255.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1380/1467;
text-align: center;
}
@media (max-width: 767px){#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin-top: 20px;
}
}
#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin: 0 !important;
  overflow: visible;
}

#s-2743455d-3967-46ce-b392-be87ae97a146-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add background color handling */
  
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }

    #s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-link {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
  box-sizing: border-box;
}



.s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2743455d-3967-46ce-b392-be87ae97a146 {
      --shg-aspect-ratio: calc(1380/1467); 
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
      position: relative;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin: 0 !important;
  overflow: visible;
}

#s-2743455d-3967-46ce-b392-be87ae97a146-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add background color handling */
  
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }

    #s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-link {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
  box-sizing: border-box;
}



.s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2743455d-3967-46ce-b392-be87ae97a146 {
      --shg-aspect-ratio: calc(1380/1467); 
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
      position: relative;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin: 0 !important;
  overflow: visible;
}

#s-2743455d-3967-46ce-b392-be87ae97a146-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add background color handling */
  
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }

    #s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-link {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
  box-sizing: border-box;
}



.s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2743455d-3967-46ce-b392-be87ae97a146 {
      --shg-aspect-ratio: calc(1380/1467); 
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
      position: relative;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin: 0 !important;
  overflow: visible;
}

#s-2743455d-3967-46ce-b392-be87ae97a146-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add background color handling */
  
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }

    #s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-link {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
  box-sizing: border-box;
}



.s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2743455d-3967-46ce-b392-be87ae97a146 {
      --shg-aspect-ratio: calc(1380/1467); 
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
      position: relative;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-2743455d-3967-46ce-b392-be87ae97a146 {
  margin: 0 !important;
  overflow: visible;
}

#s-2743455d-3967-46ce-b392-be87ae97a146-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2743455d-3967-46ce-b392-be87ae97a146 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add background color handling */
  
}

#s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }

    #s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-link {
      aspect-ratio: 1380/1467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2743455d-3967-46ce-b392-be87ae97a146 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2743455d-3967-46ce-b392-be87ae97a146 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image {
  box-sizing: border-box;
}



.s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2743455d-3967-46ce-b392-be87ae97a146 {
      --shg-aspect-ratio: calc(1380/1467); 
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container {
      position: relative;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2743455d-3967-46ce-b392-be87ae97a146 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-128c566f-2287-4d2a-a471-b34a1425a909 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-128c566f-2287-4d2a-a471-b34a1425a909 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b9c21ea6-a861-4dd8-a7ee-8531ef8ae2db {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}
