.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-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 2px;
}
}







#s-c24cae56-690d-488f-aa88-0341c4a57924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24cae56-690d-488f-aa88-0341c4a57924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91c9b0c9-f0b9-4fa8-b4e1-e8f1ebb74845 {
  margin-top: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-91c9b0c9-f0b9-4fa8-b4e1-e8f1ebb74845 {
  margin-top: 20px;
}
}







#s-91c9b0c9-f0b9-4fa8-b4e1-e8f1ebb74845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91c9b0c9-f0b9-4fa8-b4e1-e8f1ebb74845.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78303734-97a4-4f6a-a871-f704d0408a2e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
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-78303734-97a4-4f6a-a871-f704d0408a2e {
  margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78303734-97a4-4f6a-a871-f704d0408a2e {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78303734-97a4-4f6a-a871-f704d0408a2e {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-78303734-97a4-4f6a-a871-f704d0408a2e {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-radius: 5px;
}
}







#s-78303734-97a4-4f6a-a871-f704d0408a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78303734-97a4-4f6a-a871-f704d0408a2e.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-19e731c5-00c7-4f19-af25-835b6e21477f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-19e731c5-00c7-4f19-af25-835b6e21477f {
  padding-bottom: 0px;
}
}
#s-19e731c5-00c7-4f19-af25-835b6e21477f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-19e731c5-00c7-4f19-af25-835b6e21477f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-19e731c5-00c7-4f19-af25-835b6e21477f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-ba48fc7c-abcc-4fe2-9620-3d7cb8e8c9dc {
  margin-top: 16px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c64b29c7-f785-4583-bc36-8b0c49f8e8bb hr {
  border-top: 2px solid #ddd;
}

.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-7a252a86-cd63-4ec6-bef0-5b3970d96015 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7a252a86-cd63-4ec6-bef0-5b3970d96015"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a252a86-cd63-4ec6-bef0-5b3970d96015"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a252a86-cd63-4ec6-bef0-5b3970d96015"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a252a86-cd63-4ec6-bef0-5b3970d96015"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px){#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a {
  display: none;
}
#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a, #wrap-s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a, #wrap-content-s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a {
  display: none;
}
#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a, #wrap-s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a, #wrap-content-s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a {
  display: none;
}
#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a, #wrap-s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a, #wrap-content-s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a { display: none !important; }}
#s-bc6c954a-c3ef-4a7d-a808-be5680b5ac7a hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-8266008c-5291-4ba4-9f90-d7223f25e995 {
  margin-top: 0px;
}
}
#s-eeea9ba7-1973-4bc9-b313-87da37b8b4b7 {
  margin-top: 24px;
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-eeea9ba7-1973-4bc9-b313-87da37b8b4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeea9ba7-1973-4bc9-b313-87da37b8b4b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c14fecb5-0a75-4e52-83e0-9a8a07f9d920 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c14fecb5-0a75-4e52-83e0-9a8a07f9d920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c14fecb5-0a75-4e52-83e0-9a8a07f9d920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c14fecb5-0a75-4e52-83e0-9a8a07f9d920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c14fecb5-0a75-4e52-83e0-9a8a07f9d920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-169610d8-c6b9-44f4-a3c7-1fc99e2203c2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-169610d8-c6b9-44f4-a3c7-1fc99e2203c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-169610d8-c6b9-44f4-a3c7-1fc99e2203c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acf1007c-5245-45a5-b49d-4eb03802847e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-acf1007c-5245-45a5-b49d-4eb03802847e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf1007c-5245-45a5-b49d-4eb03802847e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab86f833-fd9c-48b9-9009-17da15bc636f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ab86f833-fd9c-48b9-9009-17da15bc636f {
  margin-top: 12px;
}
}
@media (min-width: 0px) {
[id="s-ab86f833-fd9c-48b9-9009-17da15bc636f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ab86f833-fd9c-48b9-9009-17da15bc636f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab86f833-fd9c-48b9-9009-17da15bc636f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab86f833-fd9c-48b9-9009-17da15bc636f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  margin-left: auto;
margin-right: auto;
max-width: 1917px;
text-align: center;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083-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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083 .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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-370c7966-7da5-47a1-bdd2-c08f80982083 img.shogun-image {
  width: 100%;
  
  
  max-width: 1917px;

  /* 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-370c7966-7da5-47a1-bdd2-c08f80982083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-370c7966-7da5-47a1-bdd2-c08f80982083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083-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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083 .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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-370c7966-7da5-47a1-bdd2-c08f80982083 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-370c7966-7da5-47a1-bdd2-c08f80982083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-370c7966-7da5-47a1-bdd2-c08f80982083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083-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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083 .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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-370c7966-7da5-47a1-bdd2-c08f80982083 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-370c7966-7da5-47a1-bdd2-c08f80982083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-370c7966-7da5-47a1-bdd2-c08f80982083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083-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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083 .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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-370c7966-7da5-47a1-bdd2-c08f80982083 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-370c7966-7da5-47a1-bdd2-c08f80982083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-370c7966-7da5-47a1-bdd2-c08f80982083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083-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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083 .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-370c7966-7da5-47a1-bdd2-c08f80982083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-370c7966-7da5-47a1-bdd2-c08f80982083 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-370c7966-7da5-47a1-bdd2-c08f80982083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-370c7966-7da5-47a1-bdd2-c08f80982083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  margin-left: auto;
margin-right: auto;
max-width: 1917px;
text-align: center;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c-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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c .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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c img.shogun-image {
  width: 100%;
  
  
  max-width: 1917px;

  /* 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-56a31018-3bdb-418a-a22d-f42a2ec1512c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c-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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c .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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c 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-56a31018-3bdb-418a-a22d-f42a2ec1512c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c-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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c .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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c 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-56a31018-3bdb-418a-a22d-f42a2ec1512c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c-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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c .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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c 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-56a31018-3bdb-418a-a22d-f42a2ec1512c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c-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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c .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-56a31018-3bdb-418a-a22d-f42a2ec1512c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c 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-56a31018-3bdb-418a-a22d-f42a2ec1512c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56a31018-3bdb-418a-a22d-f42a2ec1512c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 3px;
min-height: 50px;
}
@media (min-width: 1200px){#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b {
  background-image: url();
}








#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77a0be8e-9fac-4b5d-9f4f-3c454e70684b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75ad40ac-177b-4265-99c5-c35e7d428cca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-75ad40ac-177b-4265-99c5-c35e7d428cca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75ad40ac-177b-4265-99c5-c35e7d428cca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-184dcdb4-078f-4e18-aac6-4f6adbc17df2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-184dcdb4-078f-4e18-aac6-4f6adbc17df2 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-184dcdb4-078f-4e18-aac6-4f6adbc17df2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-184dcdb4-078f-4e18-aac6-4f6adbc17df2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-184dcdb4-078f-4e18-aac6-4f6adbc17df2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-184dcdb4-078f-4e18-aac6-4f6adbc17df2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-38c6230d-4b66-497f-b8ec-8ab6df90d0a0 {
  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-38c6230d-4b66-497f-b8ec-8ab6df90d0a0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-38c6230d-4b66-497f-b8ec-8ab6df90d0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38c6230d-4b66-497f-b8ec-8ab6df90d0a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  max-width: 2160px;
text-align: center;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9-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-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 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: 3px;

}






.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image {
  box-sizing: border-box;
}



.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9-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-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image {
  box-sizing: border-box;
}



.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9-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-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image {
  box-sizing: border-box;
}



.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9-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-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image {
  box-sizing: border-box;
}



.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9-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-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b761ed-012d-40fe-afca-a620a8ffdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b761ed-012d-40fe-afca-a620a8ffdeb9.shogun-image {
  box-sizing: border-box;
}



.s-70b761ed-012d-40fe-afca-a620a8ffdeb9 img.shogun-image {
  
}


}
#s-1edfcb94-7183-4efa-9990-fc060a60b881 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1edfcb94-7183-4efa-9990-fc060a60b881 {
  margin-top: 10px;
}
}







#s-1edfcb94-7183-4efa-9990-fc060a60b881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1edfcb94-7183-4efa-9990-fc060a60b881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-715a2a7e-0ee5-4063-b191-80bda2566a35 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
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);
}








#s-715a2a7e-0ee5-4063-b191-80bda2566a35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-715a2a7e-0ee5-4063-b191-80bda2566a35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cbf82b5-8a52-4147-b3cf-dd8c5abb4c42 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cbf82b5-8a52-4147-b3cf-dd8c5abb4c42 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-3cbf82b5-8a52-4147-b3cf-dd8c5abb4c42 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-5b40279f-58c6-461c-8998-e38a0eea7cfd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5b40279f-58c6-461c-8998-e38a0eea7cfd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5b40279f-58c6-461c-8998-e38a0eea7cfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5b40279f-58c6-461c-8998-e38a0eea7cfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b40279f-58c6-461c-8998-e38a0eea7cfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff5af78e-8f5d-4029-aa4a-b999515ef15e {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-ff5af78e-8f5d-4029-aa4a-b999515ef15e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff5af78e-8f5d-4029-aa4a-b999515ef15e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7f3588e-641c-4417-ab49-445a860d2072 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7f3588e-641c-4417-ab49-445a860d2072 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-d7f3588e-641c-4417-ab49-445a860d2072 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-ab3dc09b-b8bc-4901-aae0-d87eac6fce64 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-ab3dc09b-b8bc-4901-aae0-d87eac6fce64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab3dc09b-b8bc-4901-aae0-d87eac6fce64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7317264-7d1d-4d57-9005-ae4d8bb30bb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7317264-7d1d-4d57-9005-ae4d8bb30bb2 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-a7317264-7d1d-4d57-9005-ae4d8bb30bb2 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e8e6ab19-d121-4a6f-984e-dfc4519dc114 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-e8e6ab19-d121-4a6f-984e-dfc4519dc114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8e6ab19-d121-4a6f-984e-dfc4519dc114.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2951c5c2-a454-42f7-bc1d-20c8899e467c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2951c5c2-a454-42f7-bc1d-20c8899e467c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-2951c5c2-a454-42f7-bc1d-20c8899e467c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-cc4dc630-f88f-40bd-abab-2c0e9b54f3a9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-cc4dc630-f88f-40bd-abab-2c0e9b54f3a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc4dc630-f88f-40bd-abab-2c0e9b54f3a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d356199-86d0-4661-ab25-96fbadc64b83 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d356199-86d0-4661-ab25-96fbadc64b83 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-2d356199-86d0-4661-ab25-96fbadc64b83 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-d1492b44-7f71-426f-bf2c-e9003941834f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d1492b44-7f71-426f-bf2c-e9003941834f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d1492b44-7f71-426f-bf2c-e9003941834f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d1492b44-7f71-426f-bf2c-e9003941834f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1492b44-7f71-426f-bf2c-e9003941834f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bee424f2-f530-4e79-9374-acef74a529cc {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-bee424f2-f530-4e79-9374-acef74a529cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bee424f2-f530-4e79-9374-acef74a529cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd6ed70e-9950-4108-b893-31232607a3ce {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fd6ed70e-9950-4108-b893-31232607a3ce .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-fd6ed70e-9950-4108-b893-31232607a3ce .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e716a657-bb39-418a-95ec-4968ccfe31d5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}








#s-e716a657-bb39-418a-95ec-4968ccfe31d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e716a657-bb39-418a-95ec-4968ccfe31d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d54a50fa-8e88-4920-824d-bf49b591eb8e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d54a50fa-8e88-4920-824d-bf49b591eb8e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-d54a50fa-8e88-4920-824d-bf49b591eb8e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-4cd271df-083a-4834-aeb8-e1d2563634b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-4cd271df-083a-4834-aeb8-e1d2563634b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cd271df-083a-4834-aeb8-e1d2563634b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-648e8531-4a4c-40fc-9117-86ea6e9c6e71 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-648e8531-4a4c-40fc-9117-86ea6e9c6e71 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-648e8531-4a4c-40fc-9117-86ea6e9c6e71 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-162e6cc4-269c-428a-b39b-9c81ff77e2f8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-162e6cc4-269c-428a-b39b-9c81ff77e2f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-162e6cc4-269c-428a-b39b-9c81ff77e2f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-019ddd54-4e1d-488f-b9e3-1d727ccfbaff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-019ddd54-4e1d-488f-b9e3-1d727ccfbaff .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-019ddd54-4e1d-488f-b9e3-1d727ccfbaff .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e1a71107-7a0f-40a7-bd6a-a1cb2c0eb785 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e1a71107-7a0f-40a7-bd6a-a1cb2c0eb785"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e1a71107-7a0f-40a7-bd6a-a1cb2c0eb785"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e1a71107-7a0f-40a7-bd6a-a1cb2c0eb785"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1a71107-7a0f-40a7-bd6a-a1cb2c0eb785"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2bcf5ed5-edb0-447e-b7bb-e9de7b195e2d {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-2bcf5ed5-edb0-447e-b7bb-e9de7b195e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bcf5ed5-edb0-447e-b7bb-e9de7b195e2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd074a40-b242-4220-851a-d9c81a4c99c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd074a40-b242-4220-851a-d9c81a4c99c8 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-bd074a40-b242-4220-851a-d9c81a4c99c8 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-ebb7ba6e-6293-4bea-b938-9568855abe21 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-ebb7ba6e-6293-4bea-b938-9568855abe21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebb7ba6e-6293-4bea-b938-9568855abe21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-318e3a3c-e8e8-4e47-ae6a-8da56ab6bf18 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-318e3a3c-e8e8-4e47-ae6a-8da56ab6bf18 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-318e3a3c-e8e8-4e47-ae6a-8da56ab6bf18 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-8688e551-d2e0-4874-9af0-5323d98b9ee3 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-8688e551-d2e0-4874-9af0-5323d98b9ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8688e551-d2e0-4874-9af0-5323d98b9ee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-248ec4a2-a6b4-4864-a0a2-c61a17b1c914 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-248ec4a2-a6b4-4864-a0a2-c61a17b1c914 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-248ec4a2-a6b4-4864-a0a2-c61a17b1c914 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-fbaf57e3-0a9d-4f3f-b1d3-af474a796587 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-fbaf57e3-0a9d-4f3f-b1d3-af474a796587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbaf57e3-0a9d-4f3f-b1d3-af474a796587.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2d35e51-e73d-4aaf-b157-e7c1860bdd8d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d2d35e51-e73d-4aaf-b157-e7c1860bdd8d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-d2d35e51-e73d-4aaf-b157-e7c1860bdd8d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-0e806803-25f1-40f5-b742-6943fde89bab {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0e806803-25f1-40f5-b742-6943fde89bab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0e806803-25f1-40f5-b742-6943fde89bab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e806803-25f1-40f5-b742-6943fde89bab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e806803-25f1-40f5-b742-6943fde89bab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7cddb319-c0b7-4548-a787-34900bca8ad2 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-7cddb319-c0b7-4548-a787-34900bca8ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cddb319-c0b7-4548-a787-34900bca8ad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63480a52-aec2-4f40-8dee-08c8f5fb6f53 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-63480a52-aec2-4f40-8dee-08c8f5fb6f53 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-63480a52-aec2-4f40-8dee-08c8f5fb6f53 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-3c74b9d8-b7eb-4a78-82f7-69fd1a61bb9f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-3c74b9d8-b7eb-4a78-82f7-69fd1a61bb9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c74b9d8-b7eb-4a78-82f7-69fd1a61bb9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5162b2d6-f9f9-42d8-b2bf-d8dcc9bd0f4f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5162b2d6-f9f9-42d8-b2bf-d8dcc9bd0f4f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-5162b2d6-f9f9-42d8-b2bf-d8dcc9bd0f4f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-290294c8-7621-48bb-a686-6433e360552f {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-290294c8-7621-48bb-a686-6433e360552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-290294c8-7621-48bb-a686-6433e360552f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c321092f-1578-4404-948b-74caedbf19b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c321092f-1578-4404-948b-74caedbf19b0 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-c321092f-1578-4404-948b-74caedbf19b0 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-7601ce9d-8720-482e-ad23-92a1bae502b5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-7601ce9d-8720-482e-ad23-92a1bae502b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7601ce9d-8720-482e-ad23-92a1bae502b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd9f53a-3b33-42e3-ab3d-9d7815f7ff10 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5cd9f53a-3b33-42e3-ab3d-9d7815f7ff10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-5cd9f53a-3b33-42e3-ab3d-9d7815f7ff10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-5d342ff6-a430-4c93-bc18-c32990e33fee {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d342ff6-a430-4c93-bc18-c32990e33fee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5d342ff6-a430-4c93-bc18-c32990e33fee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5d342ff6-a430-4c93-bc18-c32990e33fee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d342ff6-a430-4c93-bc18-c32990e33fee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e2db2450-b332-4cc1-9769-6fb250e794b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-e2db2450-b332-4cc1-9769-6fb250e794b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2db2450-b332-4cc1-9769-6fb250e794b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-903b2173-e9ff-40d4-8ff0-a77d18ed1269 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-903b2173-e9ff-40d4-8ff0-a77d18ed1269 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-903b2173-e9ff-40d4-8ff0-a77d18ed1269 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-b7235d56-8283-4b3b-b848-ffd6c3fb1060 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-b7235d56-8283-4b3b-b848-ffd6c3fb1060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7235d56-8283-4b3b-b848-ffd6c3fb1060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-601bde82-4899-49c3-8698-87fb4081a6cc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-601bde82-4899-49c3-8698-87fb4081a6cc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-601bde82-4899-49c3-8698-87fb4081a6cc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-c5804ba2-3396-4144-86b3-6d636cf1e948 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-c5804ba2-3396-4144-86b3-6d636cf1e948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5804ba2-3396-4144-86b3-6d636cf1e948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98d0f42d-1e4e-430a-b52e-00d86e35f481 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98d0f42d-1e4e-430a-b52e-00d86e35f481 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-98d0f42d-1e4e-430a-b52e-00d86e35f481 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-819e9848-bb43-44cb-9268-bc84f76827f7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-819e9848-bb43-44cb-9268-bc84f76827f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-819e9848-bb43-44cb-9268-bc84f76827f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a18833b0-da30-4211-b984-9f9e6c9708c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a18833b0-da30-4211-b984-9f9e6c9708c6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-a18833b0-da30-4211-b984-9f9e6c9708c6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-f7126389-cc10-43bf-9d2f-9aff986a0bfb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f7126389-cc10-43bf-9d2f-9aff986a0bfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f7126389-cc10-43bf-9d2f-9aff986a0bfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f7126389-cc10-43bf-9d2f-9aff986a0bfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7126389-cc10-43bf-9d2f-9aff986a0bfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ea4c31ae-0d83-4d7d-9b09-fa8b8cc6ecbe {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-ea4c31ae-0d83-4d7d-9b09-fa8b8cc6ecbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea4c31ae-0d83-4d7d-9b09-fa8b8cc6ecbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c21fcf2d-e2b9-49ab-a957-23225121faab {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c21fcf2d-e2b9-49ab-a957-23225121faab .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-c21fcf2d-e2b9-49ab-a957-23225121faab .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-8de87034-673b-4745-9ad9-95c2967e4239 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-8de87034-673b-4745-9ad9-95c2967e4239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8de87034-673b-4745-9ad9-95c2967e4239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-150c7edb-d7ba-41d1-bc1d-42a3a6dcfaeb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-150c7edb-d7ba-41d1-bc1d-42a3a6dcfaeb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-150c7edb-d7ba-41d1-bc1d-42a3a6dcfaeb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-32a98864-8fb0-44db-a12b-d1834f4ded21 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
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-32a98864-8fb0-44db-a12b-d1834f4ded21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32a98864-8fb0-44db-a12b-d1834f4ded21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17e85230-d4d9-4c7e-947f-8a559b19ff35 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-17e85230-d4d9-4c7e-947f-8a559b19ff35 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-17e85230-d4d9-4c7e-947f-8a559b19ff35 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-45e97d46-ef68-470f-ae92-962e746fd6ce {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-45e97d46-ef68-470f-ae92-962e746fd6ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45e97d46-ef68-470f-ae92-962e746fd6ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2715c6b-30ee-45c7-ace1-3f95dac3b612 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2715c6b-30ee-45c7-ace1-3f95dac3b612 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-e2715c6b-30ee-45c7-ace1-3f95dac3b612 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 25px;
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: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}
#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  background-image: url();
}








#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-ede30aec-7ac5-42a1-bec5-89e6e8aa9235 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-24b07d47-cfbf-4602-ac89-cffc965448bd {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-24b07d47-cfbf-4602-ac89-cffc965448bd {
  margin-top: 12px;
}
}
@media (min-width: 0px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
}
}







#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-229fb43d-b892-42ec-9c18-3f5fbd964d37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  max-width: 3840px;
text-align: center;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 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;

}






.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


}
.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-6e638427-7b56-422d-9d3d-7fcbceaab3ba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-6e638427-7b56-422d-9d3d-7fcbceaab3ba .shg-proportional-font-size,
#s-6e638427-7b56-422d-9d3d-7fcbceaab3ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-80f86d02-076a-4916-9573-a76bc4350daf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-80f86d02-076a-4916-9573-a76bc4350daf {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-80f86d02-076a-4916-9573-a76bc4350daf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
}
}







#s-80f86d02-076a-4916-9573-a76bc4350daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80f86d02-076a-4916-9573-a76bc4350daf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  max-width: 3840px;
text-align: center;
}
@media (max-width: 767px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 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;

}






.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


@media (min-width: 1200px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


}@media (max-width: 767px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


}
#s-90ab3208-5797-40d8-aeae-ddebe8f85622 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-90ab3208-5797-40d8-aeae-ddebe8f85622 .shg-proportional-font-size,
#s-90ab3208-5797-40d8-aeae-ddebe8f85622 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7deb0fd9-244a-46e0-920b-91141575e45b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7deb0fd9-244a-46e0-920b-91141575e45b {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-7deb0fd9-244a-46e0-920b-91141575e45b {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
}
}







#s-7deb0fd9-244a-46e0-920b-91141575e45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7deb0fd9-244a-46e0-920b-91141575e45b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  max-width: 3840px;
text-align: center;
}
@media (max-width: 767px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 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;

}






.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


}
#s-27a56e45-57f0-4b71-85ba-3240d961ecf7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-27a56e45-57f0-4b71-85ba-3240d961ecf7 .shg-proportional-font-size,
#s-27a56e45-57f0-4b71-85ba-3240d961ecf7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a1fe9262-4bf5-41c7-9293-2190501921e1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
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;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a1fe9262-4bf5-41c7-9293-2190501921e1 {
  margin-top: 75px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1fe9262-4bf5-41c7-9293-2190501921e1 {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1fe9262-4bf5-41c7-9293-2190501921e1 {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-a1fe9262-4bf5-41c7-9293-2190501921e1 {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-a1fe9262-4bf5-41c7-9293-2190501921e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1fe9262-4bf5-41c7-9293-2190501921e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb8d03b3-e559-4d2f-afd8-f3579eb1a9ca {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bb8d03b3-e559-4d2f-afd8-f3579eb1a9ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-bb8d03b3-e559-4d2f-afd8-f3579eb1a9ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb8d03b3-e559-4d2f-afd8-f3579eb1a9ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bb8d03b3-e559-4d2f-afd8-f3579eb1a9ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-bb8d03b3-e559-4d2f-afd8-f3579eb1a9ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-fa4e7e8d-7879-46c7-acbd-ba7055a3c7e6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fa4e7e8d-7879-46c7-acbd-ba7055a3c7e6 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-fa4e7e8d-7879-46c7-acbd-ba7055a3c7e6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-fa4e7e8d-7879-46c7-acbd-ba7055a3c7e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-fa4e7e8d-7879-46c7-acbd-ba7055a3c7e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-fa4e7e8d-7879-46c7-acbd-ba7055a3c7e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-514589b5-7961-4114-8299-1adcfda8d85b {
  margin-top: 0px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-514589b5-7961-4114-8299-1adcfda8d85b {
  margin-top: 10px;
}
}







#s-514589b5-7961-4114-8299-1adcfda8d85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-514589b5-7961-4114-8299-1adcfda8d85b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2cc636c-283e-4ba8-9496-855c76afa5ce {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f2cc636c-283e-4ba8-9496-855c76afa5ce .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-f2cc636c-283e-4ba8-9496-855c76afa5ce .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-ac226b58-7984-4112-bb1a-50b9d28d196e {
  margin-top: 0px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-ac226b58-7984-4112-bb1a-50b9d28d196e {
  margin-top: 10px;
}
}







#s-ac226b58-7984-4112-bb1a-50b9d28d196e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac226b58-7984-4112-bb1a-50b9d28d196e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b18071e8-bb15-4273-9c65-ae96e4580e91 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b18071e8-bb15-4273-9c65-ae96e4580e91 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-b18071e8-bb15-4273-9c65-ae96e4580e91 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-13ff5727-91bc-43a4-9284-adfbd4bf7c70 {
  margin-top: 0px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-13ff5727-91bc-43a4-9284-adfbd4bf7c70 {
  margin-top: 10px;
}
}







#s-13ff5727-91bc-43a4-9284-adfbd4bf7c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13ff5727-91bc-43a4-9284-adfbd4bf7c70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93c072fa-49ce-4056-b901-fb3988d9ba19 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93c072fa-49ce-4056-b901-fb3988d9ba19 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-93c072fa-49ce-4056-b901-fb3988d9ba19 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-c79abf41-bf29-467c-bf6d-7ae0b747120a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c79abf41-bf29-467c-bf6d-7ae0b747120a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c79abf41-bf29-467c-bf6d-7ae0b747120a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c79abf41-bf29-467c-bf6d-7ae0b747120a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c79abf41-bf29-467c-bf6d-7ae0b747120a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-cf2ea9a0-f87c-4c40-b61d-d2237d78e72e {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}








#s-cf2ea9a0-f87c-4c40-b61d-d2237d78e72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf2ea9a0-f87c-4c40-b61d-d2237d78e72e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-47bdf0ee-9b5b-41f1-aa53-adcba2e66ef0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b37c8de9-52a7-4a16-9218-181a9cf90844 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-b37c8de9-52a7-4a16-9218-181a9cf90844 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-b37c8de9-52a7-4a16-9218-181a9cf90844 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-bf087b9b-66ae-4deb-a6fd-9ec5d42c9f45 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-bf087b9b-66ae-4deb-a6fd-9ec5d42c9f45 {
  margin-top: 10px;
}
}







#s-bf087b9b-66ae-4deb-a6fd-9ec5d42c9f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf087b9b-66ae-4deb-a6fd-9ec5d42c9f45.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3acde0f-d732-4857-bf57-5af8494d1a2b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2ad76814-15db-4ae2-bf4e-81f07707f04f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-2ad76814-15db-4ae2-bf4e-81f07707f04f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-2ad76814-15db-4ae2-bf4e-81f07707f04f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-98c100a0-ccce-4e6f-a3ad-c7cde12b1650 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 0.1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-98c100a0-ccce-4e6f-a3ad-c7cde12b1650 {
  margin-top: 10px;
}
}







#s-98c100a0-ccce-4e6f-a3ad-c7cde12b1650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98c100a0-ccce-4e6f-a3ad-c7cde12b1650.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b42273a4-1671-4e09-92e5-23bd25d7a90c {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b42273a4-1671-4e09-92e5-23bd25d7a90c {
  margin-top: 0px;
}
}
#s-8a06d762-5c60-481f-916d-31452b050ba2 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-8a06d762-5c60-481f-916d-31452b050ba2 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-8a06d762-5c60-481f-916d-31452b050ba2 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 25px;
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: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}
#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 {
  background-image: url();
}








#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffbec17a-0ddd-4a74-80b4-1dcb09816063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-1f171d6d-54bd-4871-a0f2-61938a0fc655 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-712c3642-be33-49c3-8164-1772c742b471 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-712c3642-be33-49c3-8164-1772c742b471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-712c3642-be33-49c3-8164-1772c742b471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-712c3642-be33-49c3-8164-1772c742b471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-712c3642-be33-49c3-8164-1772c742b471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-76d41283-bbef-4dde-a4e4-512909c7cf7e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-76d41283-bbef-4dde-a4e4-512909c7cf7e {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-76d41283-bbef-4dde-a4e4-512909c7cf7e {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}







#s-76d41283-bbef-4dde-a4e4-512909c7cf7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76d41283-bbef-4dde-a4e4-512909c7cf7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  max-width: 2048px;
text-align: center;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937-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-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 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;

}






.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image {
  box-sizing: border-box;
}



.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  
}


@media (min-width: 1200px){#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937-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-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image {
  box-sizing: border-box;
}



.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937-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-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image {
  box-sizing: border-box;
}



.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937-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-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image {
  box-sizing: border-box;
}



.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  
}


}@media (max-width: 767px){#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937-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-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937.shogun-image {
  box-sizing: border-box;
}



.s-30dbd779-d8b8-4bfe-a02c-7bf80b8d6937 img.shogun-image {
  
}


}
#s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
display: none;
}
#s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d, #wrap-s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d, #wrap-content-s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d { display: none !important; }}







#s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3c31ccf-e41a-4a15-93cb-ba1a26e7e56d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  margin-top: 0px;
}
}
#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  margin: 0 !important;
  overflow: visible;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683-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-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add background color handling */
  
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 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;

}






.s-537c645e-13ce-4215-b3c9-a0d1242f5683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image {
  box-sizing: border-box;
}



.s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  
}


@media (min-width: 1200px){#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  margin: 0 !important;
  overflow: visible;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683-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-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add background color handling */
  
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-537c645e-13ce-4215-b3c9-a0d1242f5683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image {
  box-sizing: border-box;
}



.s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  margin: 0 !important;
  overflow: visible;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683-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-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add background color handling */
  
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-537c645e-13ce-4215-b3c9-a0d1242f5683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image {
  box-sizing: border-box;
}



.s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  margin: 0 !important;
  overflow: visible;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683-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-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add background color handling */
  
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-537c645e-13ce-4215-b3c9-a0d1242f5683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image {
  box-sizing: border-box;
}



.s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  
}


}@media (max-width: 767px){#s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  margin: 0 !important;
  overflow: visible;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683-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-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-537c645e-13ce-4215-b3c9-a0d1242f5683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add background color handling */
  
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-537c645e-13ce-4215-b3c9-a0d1242f5683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537c645e-13ce-4215-b3c9-a0d1242f5683.shogun-image {
  box-sizing: border-box;
}



.s-537c645e-13ce-4215-b3c9-a0d1242f5683 img.shogun-image {
  
}


}
#s-4d32132f-081a-438b-810c-4ae16a4bc12b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4d32132f-081a-438b-810c-4ae16a4bc12b {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-4d32132f-081a-438b-810c-4ae16a4bc12b {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
display: none;
}
#s-4d32132f-081a-438b-810c-4ae16a4bc12b, #wrap-s-4d32132f-081a-438b-810c-4ae16a4bc12b, #wrap-content-s-4d32132f-081a-438b-810c-4ae16a4bc12b { display: none !important; }}







#s-4d32132f-081a-438b-810c-4ae16a4bc12b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d32132f-081a-438b-810c-4ae16a4bc12b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  max-width: 2560px;
text-align: center;
}
@media (max-width: 767px){#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  margin-top: 0px;
}
}
#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217-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-d16d0cbd-524b-460f-8257-729cca3f8217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 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;

}






.s-d16d0cbd-524b-460f-8257-729cca3f8217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image {
  box-sizing: border-box;
}



.s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217-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-d16d0cbd-524b-460f-8257-729cca3f8217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d16d0cbd-524b-460f-8257-729cca3f8217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image {
  box-sizing: border-box;
}



.s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217-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-d16d0cbd-524b-460f-8257-729cca3f8217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d16d0cbd-524b-460f-8257-729cca3f8217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image {
  box-sizing: border-box;
}



.s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217-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-d16d0cbd-524b-460f-8257-729cca3f8217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d16d0cbd-524b-460f-8257-729cca3f8217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image {
  box-sizing: border-box;
}



.s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217-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-d16d0cbd-524b-460f-8257-729cca3f8217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d16d0cbd-524b-460f-8257-729cca3f8217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d16d0cbd-524b-460f-8257-729cca3f8217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16d0cbd-524b-460f-8257-729cca3f8217.shogun-image {
  box-sizing: border-box;
}



.s-d16d0cbd-524b-460f-8257-729cca3f8217 img.shogun-image {
  
}


}
#s-a8988147-d138-4753-b277-785eb620a0e0 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 25px;
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: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a8988147-d138-4753-b277-785eb620a0e0 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8988147-d138-4753-b277-785eb620a0e0 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8988147-d138-4753-b277-785eb620a0e0 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-a8988147-d138-4753-b277-785eb620a0e0 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}
#s-a8988147-d138-4753-b277-785eb620a0e0 {
  background-image: url();
}








#s-a8988147-d138-4753-b277-785eb620a0e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8988147-d138-4753-b277-785eb620a0e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee1ef988-609f-4b33-943a-6d4a0e2d1183 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee1ef988-609f-4b33-943a-6d4a0e2d1183 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-ee1ef988-609f-4b33-943a-6d4a0e2d1183 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ee1ef988-609f-4b33-943a-6d4a0e2d1183 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-ee1ef988-609f-4b33-943a-6d4a0e2d1183 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-51d82249-6100-49bd-83ee-0064e2c01234 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f8f9e89e-c981-4b68-b0a6-1131ebfbae0f {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f8f9e89e-c981-4b68-b0a6-1131ebfbae0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8f9e89e-c981-4b68-b0a6-1131ebfbae0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f8f9e89e-c981-4b68-b0a6-1131ebfbae0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f8f9e89e-c981-4b68-b0a6-1131ebfbae0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fd0de58a-a4ef-495b-9038-2d074be01480 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-fd0de58a-a4ef-495b-9038-2d074be01480 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-fd0de58a-a4ef-495b-9038-2d074be01480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd0de58a-a4ef-495b-9038-2d074be01480.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  max-width: 2999px;
aspect-ratio: 4/3;
text-align: center;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  margin: 0 !important;
  overflow: visible;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435-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-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add background color handling */
  
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 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-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
  box-sizing: border-box;
}



.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
      position: relative;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

@media (min-width: 1200px){#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  margin: 0 !important;
  overflow: visible;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435-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-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add background color handling */
  
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
  box-sizing: border-box;
}



.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
      position: relative;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  margin: 0 !important;
  overflow: visible;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435-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-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add background color handling */
  
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
  box-sizing: border-box;
}



.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
      position: relative;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  margin: 0 !important;
  overflow: visible;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435-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-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add background color handling */
  
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
  box-sizing: border-box;
}



.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
      position: relative;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}@media (max-width: 767px){#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  margin: 0 !important;
  overflow: visible;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435-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-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add background color handling */
  
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image {
  box-sizing: border-box;
}



.s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container {
      position: relative;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75f5d88-11a6-430a-be1e-85c7a9f0b435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}
#s-459e9bb1-7d96-458a-802b-142440591c86 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0feed839-6d7b-4d69-8e3d-67069567fc6f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-0feed839-6d7b-4d69-8e3d-67069567fc6f {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-0feed839-6d7b-4d69-8e3d-67069567fc6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0feed839-6d7b-4d69-8e3d-67069567fc6f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  max-width: 2882px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  margin-top: 15px;
}
}
#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796-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-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 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-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
  box-sizing: border-box;
}



.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
      position: relative;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

@media (min-width: 1200px){#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796-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-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
  box-sizing: border-box;
}



.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
      position: relative;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796-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-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
  box-sizing: border-box;
}



.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
      position: relative;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796-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-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
  box-sizing: border-box;
}



.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
      position: relative;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (max-width: 767px){#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796-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-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image {
  box-sizing: border-box;
}



.s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container {
      position: relative;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c328ba1-39ac-4429-a163-ce5bfb1a0796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}
#s-ec56e3fb-3355-44a8-8f5e-fac1f635f9b4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-53656f43-cf17-47d2-bb03-7432ce49a838 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-53656f43-cf17-47d2-bb03-7432ce49a838 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-53656f43-cf17-47d2-bb03-7432ce49a838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53656f43-cf17-47d2-bb03-7432ce49a838.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  max-width: 2988px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  margin-top: 15px;
}
}
#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  margin: 0 !important;
  overflow: visible;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038-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-5731dda6-cca2-4933-a999-587ebdd61038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5731dda6-cca2-4933-a999-587ebdd61038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add background color handling */
  
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 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-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
  box-sizing: border-box;
}



.s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5731dda6-cca2-4933-a999-587ebdd61038 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
      position: relative;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

@media (min-width: 1200px){#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  margin: 0 !important;
  overflow: visible;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038-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-5731dda6-cca2-4933-a999-587ebdd61038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5731dda6-cca2-4933-a999-587ebdd61038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add background color handling */
  
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
  box-sizing: border-box;
}



.s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5731dda6-cca2-4933-a999-587ebdd61038 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
      position: relative;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  margin: 0 !important;
  overflow: visible;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038-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-5731dda6-cca2-4933-a999-587ebdd61038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5731dda6-cca2-4933-a999-587ebdd61038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add background color handling */
  
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
  box-sizing: border-box;
}



.s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5731dda6-cca2-4933-a999-587ebdd61038 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
      position: relative;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  margin: 0 !important;
  overflow: visible;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038-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-5731dda6-cca2-4933-a999-587ebdd61038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5731dda6-cca2-4933-a999-587ebdd61038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add background color handling */
  
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
  box-sizing: border-box;
}



.s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5731dda6-cca2-4933-a999-587ebdd61038 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
      position: relative;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}@media (max-width: 767px){#s-5731dda6-cca2-4933-a999-587ebdd61038 {
  margin: 0 !important;
  overflow: visible;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038-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-5731dda6-cca2-4933-a999-587ebdd61038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5731dda6-cca2-4933-a999-587ebdd61038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add background color handling */
  
}

#s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5731dda6-cca2-4933-a999-587ebdd61038 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-5731dda6-cca2-4933-a999-587ebdd61038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image {
  box-sizing: border-box;
}



.s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5731dda6-cca2-4933-a999-587ebdd61038 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container {
      position: relative;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5731dda6-cca2-4933-a999-587ebdd61038 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}
#s-08319d52-1cae-4864-b52e-d576707629e7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
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);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}







#s-f68c0d75-d095-4101-bbfd-e063b23495c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f68c0d75-d095-4101-bbfd-e063b23495c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3157a13c-bb10-4a8e-a684-ce1c212ece13 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3157a13c-bb10-4a8e-a684-ce1c212ece13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3157a13c-bb10-4a8e-a684-ce1c212ece13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3157a13c-bb10-4a8e-a684-ce1c212ece13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3157a13c-bb10-4a8e-a684-ce1c212ece13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-89ea397b-c396-46b5-b3c2-9b9ce4bd88b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89ea397b-c396-46b5-b3c2-9b9ce4bd88b3 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-68ac7346-b12b-46bd-acb4-92bfa49c53a7 {
  margin-left: auto;
margin-right: auto;
}

#s-68ac7346-b12b-46bd-acb4-92bfa49c53a7 .shg-proportional-font-size,
#s-68ac7346-b12b-46bd-acb4-92bfa49c53a7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3-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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3-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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3-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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3-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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3-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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 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-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3c6ff4-0f71-45be-a3e2-111cfcc618a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d7329f44-169c-4293-a2af-2c32520b65cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7329f44-169c-4293-a2af-2c32520b65cf .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e2f65847-9916-4a9d-92d5-ddccf39c0cad {
  margin-left: auto;
margin-right: auto;
}

#s-e2f65847-9916-4a9d-92d5-ddccf39c0cad .shg-proportional-font-size,
#s-e2f65847-9916-4a9d-92d5-ddccf39c0cad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4-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-37e3015a-9042-4228-bb05-5026dae335a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 .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-37e3015a-9042-4228-bb05-5026dae335a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-37e3015a-9042-4228-bb05-5026dae335a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-37e3015a-9042-4228-bb05-5026dae335a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-37e3015a-9042-4228-bb05-5026dae335a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4-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-37e3015a-9042-4228-bb05-5026dae335a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 .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-37e3015a-9042-4228-bb05-5026dae335a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-37e3015a-9042-4228-bb05-5026dae335a4 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-37e3015a-9042-4228-bb05-5026dae335a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-37e3015a-9042-4228-bb05-5026dae335a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4-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-37e3015a-9042-4228-bb05-5026dae335a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 .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-37e3015a-9042-4228-bb05-5026dae335a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-37e3015a-9042-4228-bb05-5026dae335a4 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-37e3015a-9042-4228-bb05-5026dae335a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-37e3015a-9042-4228-bb05-5026dae335a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4-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-37e3015a-9042-4228-bb05-5026dae335a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 .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-37e3015a-9042-4228-bb05-5026dae335a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-37e3015a-9042-4228-bb05-5026dae335a4 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-37e3015a-9042-4228-bb05-5026dae335a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-37e3015a-9042-4228-bb05-5026dae335a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4-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-37e3015a-9042-4228-bb05-5026dae335a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37e3015a-9042-4228-bb05-5026dae335a4 .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-37e3015a-9042-4228-bb05-5026dae335a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-37e3015a-9042-4228-bb05-5026dae335a4 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-37e3015a-9042-4228-bb05-5026dae335a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e3015a-9042-4228-bb05-5026dae335a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51-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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 .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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-d2047488-7fae-48c2-b4d8-f26971c5ec51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51-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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 .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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 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-d2047488-7fae-48c2-b4d8-f26971c5ec51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51-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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 .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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 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-d2047488-7fae-48c2-b4d8-f26971c5ec51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51-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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 .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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 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-d2047488-7fae-48c2-b4d8-f26971c5ec51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51-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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 .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-d2047488-7fae-48c2-b4d8-f26971c5ec51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51 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-d2047488-7fae-48c2-b4d8-f26971c5ec51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2047488-7fae-48c2-b4d8-f26971c5ec51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cec0be95-6745-4c9a-bf72-52ad136266a4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
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: 6px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-cec0be95-6745-4c9a-bf72-52ad136266a4 {
  margin-top: 20px;
}
}







#s-cec0be95-6745-4c9a-bf72-52ad136266a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cec0be95-6745-4c9a-bf72-52ad136266a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4085cecc-638b-4368-9dfd-739a789de7a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4085cecc-638b-4368-9dfd-739a789de7a7 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-4085cecc-638b-4368-9dfd-739a789de7a7 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin-top: 20px;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin-top: 15px;
}
}
#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 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: 3px;

}






.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


}
#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-top: 75px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
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);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-bottom: 10px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-top: 55px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
padding-left: 3%;
}
}







#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b405aa6-28b7-4a4a-8cd1-3f17e1bb4d06 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b405aa6-28b7-4a4a-8cd1-3f17e1bb4d06 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0b405aa6-28b7-4a4a-8cd1-3f17e1bb4d06 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0b405aa6-28b7-4a4a-8cd1-3f17e1bb4d06 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-3d9f4480-aac6-4e4a-b098-73f00cfb0bb1 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-bottom: 0px;
}

#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  background-image: url();
}








#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b19e931-5ca7-482e-a859-b83c5da9ee53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f405126d-453d-4a2f-993b-163e1cc31c77 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f405126d-453d-4a2f-993b-163e1cc31c77 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6a6da23b-b042-4f1c-b621-4da3b27d6791 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-6a6da23b-b042-4f1c-b621-4da3b27d6791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a6da23b-b042-4f1c-b621-4da3b27d6791.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f90cc9b7-548a-4ab7-9f31-0513ab8d9e8f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f90cc9b7-548a-4ab7-9f31-0513ab8d9e8f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f90cc9b7-548a-4ab7-9f31-0513ab8d9e8f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-f97f3aeb-6960-46ef-be1d-69ae9ff81d2a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-f97f3aeb-6960-46ef-be1d-69ae9ff81d2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97f3aeb-6960-46ef-be1d-69ae9ff81d2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2479bc4-597e-48ba-8a19-d17a62e64b2d {
  margin-left: auto;
margin-right: auto;
}

#s-4b302cdb-8021-4a3e-8527-1abb68af5699 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-4b302cdb-8021-4a3e-8527-1abb68af5699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b302cdb-8021-4a3e-8527-1abb68af5699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa42b39a-7cf7-4e98-9a82-9fa526b59e06 {
  margin-left: auto;
margin-right: auto;
}

#s-905ff48f-d390-4582-8601-781e959f42b9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-905ff48f-d390-4582-8601-781e959f42b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-905ff48f-d390-4582-8601-781e959f42b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-580306c1-70f4-4d9d-ba4f-36742415f307 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580306c1-70f4-4d9d-ba4f-36742415f307 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-580306c1-70f4-4d9d-ba4f-36742415f307 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-34d5359e-3a58-4add-b9e8-ffe600a13c62 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-34d5359e-3a58-4add-b9e8-ffe600a13c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34d5359e-3a58-4add-b9e8-ffe600a13c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e285507d-dc7a-4059-bd71-160d55d4ea25 {
  margin-left: auto;
margin-right: auto;
}

#s-1b4c0ec5-d638-4ba2-92b6-59d4c9e807c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1b4c0ec5-d638-4ba2-92b6-59d4c9e807c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b4c0ec5-d638-4ba2-92b6-59d4c9e807c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99133c3c-8c3e-4316-b241-1789a32ef2cb {
  margin-left: auto;
margin-right: auto;
}

#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614 {
  margin-top: 10px;
}
}







#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f9c2a358-6000-4bed-817c-a214e87157aa {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9c2a358-6000-4bed-817c-a214e87157aa .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f9c2a358-6000-4bed-817c-a214e87157aa .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-c67551c5-2f5f-47fa-b15a-7565258968ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-c67551c5-2f5f-47fa-b15a-7565258968ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c67551c5-2f5f-47fa-b15a-7565258968ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68648915-3578-4f86-8990-45809fdccbb2 {
  margin-left: auto;
margin-right: auto;
}

#s-c1ab77af-a168-446e-a38e-25e3eb793bd2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-c1ab77af-a168-446e-a38e-25e3eb793bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1ab77af-a168-446e-a38e-25e3eb793bd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aa08c6b-7ba4-419e-a118-4dc1f86c6d23 {
  margin-left: auto;
margin-right: auto;
}

#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4 {
  margin-top: 10px;
}
}







#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e8d01af2-b7b0-4c7a-8f2a-87a157ffdc97 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d01af2-b7b0-4c7a-8f2a-87a157ffdc97 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-e8d01af2-b7b0-4c7a-8f2a-87a157ffdc97 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-e36795c7-e493-4940-bbae-da56a470d692 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-e36795c7-e493-4940-bbae-da56a470d692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e36795c7-e493-4940-bbae-da56a470d692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdeb0cd5-025c-4b6a-aaf9-5d9f67e3d367 {
  margin-left: auto;
margin-right: auto;
}

#s-d12b63e0-02a4-4a42-a33a-c9e257ba04b5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d12b63e0-02a4-4a42-a33a-c9e257ba04b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d12b63e0-02a4-4a42-a33a-c9e257ba04b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b05236eb-3209-452f-a817-ce5dd703314b {
  margin-left: auto;
margin-right: auto;
}

#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 60px;
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-18ef3469-7d0f-4dac-86e3-9561d473dbbc {
  margin-top: 75px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc {
  margin-top: 75px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc {
  margin-top: 55px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc {
  margin-top: 55px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-bottom: 0px;
max-width: 600px;
}
}
#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc {
  background-image: url();
}








#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ef3469-7d0f-4dac-86e3-9561d473dbbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-791d5928-8fe6-4169-91be-20717fe87eef {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-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 (max-width: 767px){#s-791d5928-8fe6-4169-91be-20717fe87eef {
  margin-left: 3%;
margin-right: 3%;
padding-top: 3%;
}
}







#s-791d5928-8fe6-4169-91be-20717fe87eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-791d5928-8fe6-4169-91be-20717fe87eef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b940e528-fe1c-47aa-b45d-cc0779604782 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b940e528-fe1c-47aa-b45d-cc0779604782 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b940e528-fe1c-47aa-b45d-cc0779604782 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-b940e528-fe1c-47aa-b45d-cc0779604782 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-667781f0-9e9d-449a-8aa4-bd3b22095833 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-667781f0-9e9d-449a-8aa4-bd3b22095833 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-667781f0-9e9d-449a-8aa4-bd3b22095833"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-667781f0-9e9d-449a-8aa4-bd3b22095833"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-667781f0-9e9d-449a-8aa4-bd3b22095833"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-667781f0-9e9d-449a-8aa4-bd3b22095833"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f2225574-a12b-4d11-b751-1c31d7f69d2a {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f2225574-a12b-4d11-b751-1c31d7f69d2a {
  border-radius: 6px;
}
}







#s-f2225574-a12b-4d11-b751-1c31d7f69d2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2225574-a12b-4d11-b751-1c31d7f69d2a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  margin-left: auto;
margin-right: auto;
max-width: 1878px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2-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-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1878px;
  }



  img.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
    
    
    
    max-height: 1878px;
  }


.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
  box-sizing: border-box;
}



.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
      position: relative;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1878px;
    }
  }

@media (min-width: 1200px){#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2-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-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1878px;
  }



  img.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
    
    
    
    max-height: 1878px;
  }


.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
  box-sizing: border-box;
}



.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
      position: relative;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1878px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2-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-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1878px;
  }



  img.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
    
    
    
    max-height: 1878px;
  }


.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
  box-sizing: border-box;
}



.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
      position: relative;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1878px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2-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-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1878px;
  }



  img.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
    
    
    
    max-height: 1878px;
  }


.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
  box-sizing: border-box;
}



.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
      position: relative;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1878px;
    }
  }

}@media (max-width: 767px){#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2-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-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1878px;
  }



  img.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
    
    
    
    max-height: 1878px;
  }


.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image {
  box-sizing: border-box;
}



.s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container {
      position: relative;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3666a8fc-73c3-4a0a-aa00-b3f192738bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1878px;
    }
  }

}
#s-f113d84a-f561-4a33-9787-a1bb85f6ee5d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f113d84a-f561-4a33-9787-a1bb85f6ee5d {
  margin-top: 5px;
text-align: center;
}
}
#s-f113d84a-f561-4a33-9787-a1bb85f6ee5d .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-f113d84a-f561-4a33-9787-a1bb85f6ee5d .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}


}
#s-3ecad8af-0b05-4799-9525-0feca0c18711 {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3ecad8af-0b05-4799-9525-0feca0c18711 {
  margin-top: 0px;
border-radius: 6px;
}
}







#s-3ecad8af-0b05-4799-9525-0feca0c18711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ecad8af-0b05-4799-9525-0feca0c18711.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267-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-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
  box-sizing: border-box;
}



.s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
      position: relative;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267-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-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
  box-sizing: border-box;
}



.s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
      position: relative;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267-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-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
  box-sizing: border-box;
}



.s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
      position: relative;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267-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-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
  box-sizing: border-box;
}



.s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
      position: relative;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267-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-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-60fe905b-ce6c-4938-8091-8f138a3a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image {
  box-sizing: border-box;
}



.s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container {
      position: relative;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60fe905b-ce6c-4938-8091-8f138a3a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-540bf928-6496-4810-92d4-105ae8cedfc6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-540bf928-6496-4810-92d4-105ae8cedfc6 {
  margin-top: 5px;
text-align: center;
}
}
#s-540bf928-6496-4810-92d4-105ae8cedfc6 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-540bf928-6496-4810-92d4-105ae8cedfc6 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}


}
#s-75d29bbb-b5f8-4d9a-8d30-7332295f20e7 {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-75d29bbb-b5f8-4d9a-8d30-7332295f20e7 {
  margin-top: 0px;
border-radius: 6px;
}
}







#s-75d29bbb-b5f8-4d9a-8d30-7332295f20e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75d29bbb-b5f8-4d9a-8d30-7332295f20e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c-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-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
  box-sizing: border-box;
}



.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
      position: relative;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c-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-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
  box-sizing: border-box;
}



.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
      position: relative;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c-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-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
  box-sizing: border-box;
}



.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
      position: relative;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c-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-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
  box-sizing: border-box;
}



.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
      position: relative;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c-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-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image {
  box-sizing: border-box;
}



.s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container {
      position: relative;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39956a4-bb59-4bde-ade8-6b1f3f2f2d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-df50e74f-1807-4d3f-9179-5c648f242714 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-df50e74f-1807-4d3f-9179-5c648f242714 {
  margin-top: 5px;
text-align: center;
}
}
#s-df50e74f-1807-4d3f-9179-5c648f242714 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-df50e74f-1807-4d3f-9179-5c648f242714 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}


}
#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
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-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 {
  margin-top: 75px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 {
  margin-top: 75px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 {
  margin-top: 55px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 {
  margin-top: 55px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 600px;
}
}
#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 {
  background-image: url();
}








#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec0f0c65-3c29-40a8-94c1-d35e5bfd9d01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85d906d6-a0d8-4c80-aea6-a766cf074620 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-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: 992px) and (max-width: 1199px){#s-85d906d6-a0d8-4c80-aea6-a766cf074620 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d906d6-a0d8-4c80-aea6-a766cf074620 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-85d906d6-a0d8-4c80-aea6-a766cf074620 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
border-radius: 8px;
}
}







#s-85d906d6-a0d8-4c80-aea6-a766cf074620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85d906d6-a0d8-4c80-aea6-a766cf074620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c256999-0872-4a00-88d6-2eb9e283e683 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c256999-0872-4a00-88d6-2eb9e283e683 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4c256999-0872-4a00-88d6-2eb9e283e683 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4c256999-0872-4a00-88d6-2eb9e283e683 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3cf13d78-8d1a-4921-8452-26b2ee627029 {
  margin-left: auto;
margin-right: auto;
}

#s-7857f7f4-b5ce-4707-9bf5-3429a511ec5e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-7857f7f4-b5ce-4707-9bf5-3429a511ec5e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7857f7f4-b5ce-4707-9bf5-3429a511ec5e hr {
  border-top: 2px solid rgba(227, 227, 227, 1);
}

#s-b7945d26-0bae-42b1-8d5b-cfc6abf99657 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7945d26-0bae-42b1-8d5b-cfc6abf99657"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1523971d-0dc0-4c91-b4a6-daff2acaec27 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1523971d-0dc0-4c91-b4a6-daff2acaec27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1523971d-0dc0-4c91-b4a6-daff2acaec27.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-1523971d-0dc0-4c91-b4a6-daff2acaec27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1523971d-0dc0-4c91-b4a6-daff2acaec27.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1714;
text-align: center;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33-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-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
  box-sizing: border-box;
}



.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
      position: relative;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33-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-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
  box-sizing: border-box;
}



.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
      position: relative;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33-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-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
  box-sizing: border-box;
}



.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
      position: relative;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33-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-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
  box-sizing: border-box;
}



.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
      position: relative;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33-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-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image {
  box-sizing: border-box;
}



.s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container {
      position: relative;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc7abe0d-3766-44d5-a7c6-950a9e904f33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-2616eed9-d3b2-4a09-801d-ef21e5b9f0e8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-2616eed9-d3b2-4a09-801d-ef21e5b9f0e8 {
  margin-top: 20px;
}
}







#s-2616eed9-d3b2-4a09-801d-ef21e5b9f0e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2616eed9-d3b2-4a09-801d-ef21e5b9f0e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0106368e-36c3-497a-bca1-7f5bb5b97177 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0106368e-36c3-497a-bca1-7f5bb5b97177 {
  border-radius: 6px;
}
}







#s-0106368e-36c3-497a-bca1-7f5bb5b97177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0106368e-36c3-497a-bca1-7f5bb5b97177.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-038a6ae1-2613-4069-b2d7-a311b8a5bc51 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-038a6ae1-2613-4069-b2d7-a311b8a5bc51 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-038a6ae1-2613-4069-b2d7-a311b8a5bc51 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-038a6ae1-2613-4069-b2d7-a311b8a5bc51 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-829be697-87e9-4f5d-8c10-819dc845c5b9 {
  margin-left: auto;
margin-right: auto;
}

#s-ce3e9de9-954c-4d62-a26c-89e4ff6cdb00 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ce3e9de9-954c-4d62-a26c-89e4ff6cdb00 {
  padding-top: 5%;
padding-bottom: 5%;
border-radius: 6px;
}
}







#s-ce3e9de9-954c-4d62-a26c-89e4ff6cdb00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce3e9de9-954c-4d62-a26c-89e4ff6cdb00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f168b35-c027-4d7c-9be6-81b69039a8bb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f168b35-c027-4d7c-9be6-81b69039a8bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-67057eb9-f435-459e-9228-4e171db5b139 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67057eb9-f435-459e-9228-4e171db5b139 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-67057eb9-f435-459e-9228-4e171db5b139 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-67057eb9-f435-459e-9228-4e171db5b139 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0ba13a4d-a32f-4b67-a3b5-d7498751c555 {
  margin-left: auto;
margin-right: auto;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin-top: 10px;
}
}
#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4-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-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
  box-sizing: border-box;
}



.s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
      position: relative;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4-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-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
  box-sizing: border-box;
}



.s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
      position: relative;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4-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-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
  box-sizing: border-box;
}



.s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
      position: relative;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4-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-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
  box-sizing: border-box;
}



.s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
      position: relative;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4-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-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-21e57230-51e3-4b4e-a564-5eacd13176a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image {
  box-sizing: border-box;
}



.s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container {
      position: relative;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21e57230-51e3-4b4e-a564-5eacd13176a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e8a5b285-8be9-4a37-b572-9d18921f1bc0 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e8a5b285-8be9-4a37-b572-9d18921f1bc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8a5b285-8be9-4a37-b572-9d18921f1bc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15c0c4d-b536-46de-b198-09bcbb39697e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b15c0c4d-b536-46de-b198-09bcbb39697e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15c0c4d-b536-46de-b198-09bcbb39697e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b15c0c4d-b536-46de-b198-09bcbb39697e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b15c0c4d-b536-46de-b198-09bcbb39697e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6d57c699-da37-4a2a-af68-e514afe7dccf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
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-6d57c699-da37-4a2a-af68-e514afe7dccf {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-radius: 8px;
}
}







#s-6d57c699-da37-4a2a-af68-e514afe7dccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d57c699-da37-4a2a-af68-e514afe7dccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03642983-5bcd-46dd-9465-3849996b8f7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03642983-5bcd-46dd-9465-3849996b8f7f .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-03642983-5bcd-46dd-9465-3849996b8f7f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-03642983-5bcd-46dd-9465-3849996b8f7f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-db5546d1-60db-4d5b-afcc-0f1fbeee8bf4 {
  margin-left: auto;
margin-right: auto;
}

#s-f2293fa5-5149-4dd2-b8cc-61498b76f853 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2293fa5-5149-4dd2-b8cc-61498b76f853"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f2293fa5-5149-4dd2-b8cc-61498b76f853"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f2293fa5-5149-4dd2-b8cc-61498b76f853"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2293fa5-5149-4dd2-b8cc-61498b76f853"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c0ce92dd-6d13-440b-b2d6-f5a7430d5cd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 10%;
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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c0ce92dd-6d13-440b-b2d6-f5a7430d5cd4 {
  border-radius: 6px;
}
}







#s-c0ce92dd-6d13-440b-b2d6-f5a7430d5cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0ce92dd-6d13-440b-b2d6-f5a7430d5cd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e96dd7a1-7550-426d-9ba9-b543988b5543 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e96dd7a1-7550-426d-9ba9-b543988b5543 {
  margin-top: 5px;
text-align: center;
}
}
#s-e96dd7a1-7550-426d-9ba9-b543988b5543 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-e96dd7a1-7550-426d-9ba9-b543988b5543 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin-top: 10px;
}
}
#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin: 0 !important;
  overflow: visible;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7-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-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add background color handling */
  
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
  box-sizing: border-box;
}



.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
      position: relative;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin: 0 !important;
  overflow: visible;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7-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-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add background color handling */
  
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
  box-sizing: border-box;
}



.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
      position: relative;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin: 0 !important;
  overflow: visible;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7-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-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add background color handling */
  
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
  box-sizing: border-box;
}



.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
      position: relative;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin: 0 !important;
  overflow: visible;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7-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-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add background color handling */
  
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
  box-sizing: border-box;
}



.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
      position: relative;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  margin: 0 !important;
  overflow: visible;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7-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-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add background color handling */
  
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image {
  box-sizing: border-box;
}



.s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container {
      position: relative;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16976a08-70bb-4b0a-b160-434cdb2c8da7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-7182d80d-12ff-4733-9c92-ec17f7770173 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 10%;
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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7182d80d-12ff-4733-9c92-ec17f7770173 {
  margin-top: 0px;
border-radius: 6px;
}
}







#s-7182d80d-12ff-4733-9c92-ec17f7770173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7182d80d-12ff-4733-9c92-ec17f7770173.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97ea3ee8-c4a8-4e74-8060-536da68aa2eb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-97ea3ee8-c4a8-4e74-8060-536da68aa2eb {
  margin-top: 5px;
text-align: center;
}
}
#s-97ea3ee8-c4a8-4e74-8060-536da68aa2eb .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-97ea3ee8-c4a8-4e74-8060-536da68aa2eb .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1caf2938-7324-4624-a50f-3f02daa2785f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f {
  margin: 0 !important;
  overflow: visible;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f-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-1caf2938-7324-4624-a50f-3f02daa2785f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1caf2938-7324-4624-a50f-3f02daa2785f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add background color handling */
  
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
  box-sizing: border-box;
}



.s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1caf2938-7324-4624-a50f-3f02daa2785f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
      position: relative;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-1caf2938-7324-4624-a50f-3f02daa2785f {
  margin: 0 !important;
  overflow: visible;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f-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-1caf2938-7324-4624-a50f-3f02daa2785f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1caf2938-7324-4624-a50f-3f02daa2785f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add background color handling */
  
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
  box-sizing: border-box;
}



.s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1caf2938-7324-4624-a50f-3f02daa2785f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
      position: relative;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1caf2938-7324-4624-a50f-3f02daa2785f {
  margin: 0 !important;
  overflow: visible;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f-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-1caf2938-7324-4624-a50f-3f02daa2785f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1caf2938-7324-4624-a50f-3f02daa2785f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add background color handling */
  
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
  box-sizing: border-box;
}



.s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1caf2938-7324-4624-a50f-3f02daa2785f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
      position: relative;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1caf2938-7324-4624-a50f-3f02daa2785f {
  margin: 0 !important;
  overflow: visible;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f-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-1caf2938-7324-4624-a50f-3f02daa2785f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1caf2938-7324-4624-a50f-3f02daa2785f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add background color handling */
  
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
  box-sizing: border-box;
}



.s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1caf2938-7324-4624-a50f-3f02daa2785f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
      position: relative;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-1caf2938-7324-4624-a50f-3f02daa2785f {
  margin: 0 !important;
  overflow: visible;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f-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-1caf2938-7324-4624-a50f-3f02daa2785f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1caf2938-7324-4624-a50f-3f02daa2785f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add background color handling */
  
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1caf2938-7324-4624-a50f-3f02daa2785f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1caf2938-7324-4624-a50f-3f02daa2785f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image {
  box-sizing: border-box;
}



.s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1caf2938-7324-4624-a50f-3f02daa2785f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container {
      position: relative;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1caf2938-7324-4624-a50f-3f02daa2785f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-b866a0c0-20f1-40b8-985e-a1ecd611ad88 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
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-b866a0c0-20f1-40b8-985e-a1ecd611ad88 {
  margin-top: 10px;
margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-radius: 8px;
}
}







#s-b866a0c0-20f1-40b8-985e-a1ecd611ad88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b866a0c0-20f1-40b8-985e-a1ecd611ad88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b11d1a4f-8915-4178-857f-a32ab51e91bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b11d1a4f-8915-4178-857f-a32ab51e91bd .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-b11d1a4f-8915-4178-857f-a32ab51e91bd .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-b11d1a4f-8915-4178-857f-a32ab51e91bd .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-62c10960-af44-439e-a316-013a98774be1 {
  margin-left: auto;
margin-right: auto;
}

#s-c91accc6-6ccb-4fed-87e8-afff29b70515 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c91accc6-6ccb-4fed-87e8-afff29b70515"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c91accc6-6ccb-4fed-87e8-afff29b70515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c91accc6-6ccb-4fed-87e8-afff29b70515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c91accc6-6ccb-4fed-87e8-afff29b70515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-831eb83d-6a74-4ffc-98f9-e16390e649f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 10%;
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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-831eb83d-6a74-4ffc-98f9-e16390e649f0 {
  border-radius: 6px;
}
}







#s-831eb83d-6a74-4ffc-98f9-e16390e649f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-831eb83d-6a74-4ffc-98f9-e16390e649f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a688023a-4c0c-4c2a-8ab3-797ce93c0924 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a688023a-4c0c-4c2a-8ab3-797ce93c0924 {
  margin-top: 5px;
text-align: center;
}
}
#s-a688023a-4c0c-4c2a-8ab3-797ce93c0924 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-a688023a-4c0c-4c2a-8ab3-797ce93c0924 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d-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-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
  box-sizing: border-box;
}



.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
      position: relative;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d-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-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
  box-sizing: border-box;
}



.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
      position: relative;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d-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-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
  box-sizing: border-box;
}



.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
      position: relative;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d-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-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
  box-sizing: border-box;
}



.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
      position: relative;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d-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-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image {
  box-sizing: border-box;
}



.s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container {
      position: relative;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa5b7e84-4f01-4dbe-8dbf-bfed8e14115d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-548d1506-f306-403f-910c-441192e6b10e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-548d1506-f306-403f-910c-441192e6b10e {
  margin-top: 5px;
text-align: center;
}
}
#s-548d1506-f306-403f-910c-441192e6b10e .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-548d1506-f306-403f-910c-441192e6b10e .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-6c0c43ab-a350-4226-91b1-76f3a017cc65 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 10%;
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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6c0c43ab-a350-4226-91b1-76f3a017cc65 {
  margin-top: 0px;
border-radius: 6px;
}
}







#s-6c0c43ab-a350-4226-91b1-76f3a017cc65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c0c43ab-a350-4226-91b1-76f3a017cc65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3752f64-0a28-4fdc-acea-582f5d2b878a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c3752f64-0a28-4fdc-acea-582f5d2b878a {
  margin-top: 5px;
text-align: center;
}
}
#s-c3752f64-0a28-4fdc-acea-582f5d2b878a .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-c3752f64-0a28-4fdc-acea-582f5d2b878a .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 16/9;
text-align: center;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479-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-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
  box-sizing: border-box;
}



.s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
      position: relative;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479-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-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
  box-sizing: border-box;
}



.s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
      position: relative;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479-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-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
  box-sizing: border-box;
}



.s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
      position: relative;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479-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-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
  box-sizing: border-box;
}



.s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
      position: relative;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479-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-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d2536619-2e07-4289-ab7c-3cb6fb487479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image {
  box-sizing: border-box;
}



.s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container {
      position: relative;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2536619-2e07-4289-ab7c-3cb6fb487479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-60c9a9d4-6cec-4d91-9f09-9bc8c304a439 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-60c9a9d4-6cec-4d91-9f09-9bc8c304a439 {
  margin-top: 5px;
text-align: center;
}
}
#s-60c9a9d4-6cec-4d91-9f09-9bc8c304a439 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-60c9a9d4-6cec-4d91-9f09-9bc8c304a439 .shogun-heading-component h4 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-a5dcb4b2-93a3-43bc-8715-69aad1b6077c {
  margin-top: 75px;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-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-a5dcb4b2-93a3-43bc-8715-69aad1b6077c {
  margin-top: 55px;
}
}@media (max-width: 767px){#s-a5dcb4b2-93a3-43bc-8715-69aad1b6077c {
  margin-top: 55px;
margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-a5dcb4b2-93a3-43bc-8715-69aad1b6077c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5dcb4b2-93a3-43bc-8715-69aad1b6077c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d00aa8-375c-40fc-b096-60b1eb4525d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32d00aa8-375c-40fc-b096-60b1eb4525d9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-32d00aa8-375c-40fc-b096-60b1eb4525d9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-32d00aa8-375c-40fc-b096-60b1eb4525d9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-430f03e3-6aaf-4a3d-9102-e0b498f9c113 {
  margin-left: auto;
margin-right: auto;
}

#s-d879e908-ea47-4d16-a805-77a6ee4efe0f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-d879e908-ea47-4d16-a805-77a6ee4efe0f {
  margin-top: -10px;
margin-bottom: -10px;
}
}@media (max-width: 767px){#s-d879e908-ea47-4d16-a805-77a6ee4efe0f {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-d879e908-ea47-4d16-a805-77a6ee4efe0f hr {
  border-top: 2px solid rgba(227, 227, 227, 1);
}

#s-01b32dbe-0f44-47b1-9358-6e12bc547a8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-01b32dbe-0f44-47b1-9358-6e12bc547a8f {
  text-align: center;
}
}
#s-01b32dbe-0f44-47b1-9358-6e12bc547a8f .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-01b32dbe-0f44-47b1-9358-6e12bc547a8f .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-01b32dbe-0f44-47b1-9358-6e12bc547a8f .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-c6ba50c4-e687-4512-b72b-20bbd49b7c79 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c6ba50c4-e687-4512-b72b-20bbd49b7c79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6ba50c4-e687-4512-b72b-20bbd49b7c79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c6ba50c4-e687-4512-b72b-20bbd49b7c79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c6ba50c4-e687-4512-b72b-20bbd49b7c79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-abf43025-a430-4a62-92b2-2ce9396c3034 {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-abf43025-a430-4a62-92b2-2ce9396c3034 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-abf43025-a430-4a62-92b2-2ce9396c3034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abf43025-a430-4a62-92b2-2ce9396c3034.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1172f465-21cc-4863-8c81-85177d4a0a4f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1172f465-21cc-4863-8c81-85177d4a0a4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1172f465-21cc-4863-8c81-85177d4a0a4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1172f465-21cc-4863-8c81-85177d4a0a4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1172f465-21cc-4863-8c81-85177d4a0a4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  margin-left: auto;
margin-right: auto;
max-width: 1696px;
aspect-ratio: 4/3;
text-align: center;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  margin: 0 !important;
  overflow: visible;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e-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-50d6c52c-c97e-4de4-abec-ceb53278378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add background color handling */
  
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
  box-sizing: border-box;
}



.s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50d6c52c-c97e-4de4-abec-ceb53278378e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
      position: relative;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

@media (min-width: 1200px){#s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  margin: 0 !important;
  overflow: visible;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e-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-50d6c52c-c97e-4de4-abec-ceb53278378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add background color handling */
  
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
  box-sizing: border-box;
}



.s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50d6c52c-c97e-4de4-abec-ceb53278378e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
      position: relative;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  margin: 0 !important;
  overflow: visible;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e-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-50d6c52c-c97e-4de4-abec-ceb53278378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add background color handling */
  
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
  box-sizing: border-box;
}



.s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50d6c52c-c97e-4de4-abec-ceb53278378e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
      position: relative;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  margin: 0 !important;
  overflow: visible;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e-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-50d6c52c-c97e-4de4-abec-ceb53278378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add background color handling */
  
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
  box-sizing: border-box;
}



.s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50d6c52c-c97e-4de4-abec-ceb53278378e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
      position: relative;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}@media (max-width: 767px){#s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  margin: 0 !important;
  overflow: visible;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e-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-50d6c52c-c97e-4de4-abec-ceb53278378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50d6c52c-c97e-4de4-abec-ceb53278378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add background color handling */
  
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50d6c52c-c97e-4de4-abec-ceb53278378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1696px;
  }



  img.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
    
    
    
    max-height: 1696px;
  }


.s-50d6c52c-c97e-4de4-abec-ceb53278378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image {
  box-sizing: border-box;
}



.s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50d6c52c-c97e-4de4-abec-ceb53278378e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container {
      position: relative;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50d6c52c-c97e-4de4-abec-ceb53278378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1696px;
    }
  }

}
#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin-left: auto;
margin-right: auto;
max-width: 1574px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin-top: 0px;
}
}
#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin: 0 !important;
  overflow: visible;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095-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-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add background color handling */
  
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
  box-sizing: border-box;
}



.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
      position: relative;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

@media (min-width: 1200px){#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin: 0 !important;
  overflow: visible;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095-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-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add background color handling */
  
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
  box-sizing: border-box;
}



.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
      position: relative;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin: 0 !important;
  overflow: visible;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095-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-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add background color handling */
  
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
  box-sizing: border-box;
}



.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
      position: relative;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin: 0 !important;
  overflow: visible;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095-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-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add background color handling */
  
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
  box-sizing: border-box;
}



.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
      position: relative;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (max-width: 767px){#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  margin: 0 !important;
  overflow: visible;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095-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-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add background color handling */
  
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image {
  box-sizing: border-box;
}



.s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container {
      position: relative;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b3d6f0-4ca2-4bd2-866a-97c000b0c095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}
#s-cceef42d-8c45-4c34-9b76-82116701ad7a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cceef42d-8c45-4c34-9b76-82116701ad7a {
  margin-top: 5px;
text-align: center;
}
}
#s-cceef42d-8c45-4c34-9b76-82116701ad7a .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-cceef42d-8c45-4c34-9b76-82116701ad7a .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-ae37da9d-8848-41df-adda-7856e989d126 {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ae37da9d-8848-41df-adda-7856e989d126 {
  margin-top: 10px;
}
}







#s-ae37da9d-8848-41df-adda-7856e989d126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae37da9d-8848-41df-adda-7856e989d126.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a35dbae9-d2c1-416a-a132-6c5c7d04e976 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a35dbae9-d2c1-416a-a132-6c5c7d04e976"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a35dbae9-d2c1-416a-a132-6c5c7d04e976"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a35dbae9-d2c1-416a-a132-6c5c7d04e976"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a35dbae9-d2c1-416a-a132-6c5c7d04e976"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  margin-left: auto;
margin-right: auto;
max-width: 2531px;
aspect-ratio: 4/3;
text-align: center;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9-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-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
  box-sizing: border-box;
}



.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
      position: relative;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

@media (min-width: 1200px){#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9-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-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
  box-sizing: border-box;
}



.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
      position: relative;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9-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-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
  box-sizing: border-box;
}



.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
      position: relative;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9-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-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
  box-sizing: border-box;
}



.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
      position: relative;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}@media (max-width: 767px){#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9-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-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2531px;
  }



  img.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
    
    
    
    max-height: 2531px;
  }


.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image {
  box-sizing: border-box;
}



.s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container {
      position: relative;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa41fa1-6571-4849-bf5a-aa876c641cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2531px;
    }
  }

}
#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin-left: auto;
margin-right: auto;
max-width: 2932px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin-top: 0px;
}
}
#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin: 0 !important;
  overflow: visible;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663-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-b61ee2b3-5979-4868-b055-e38da60e6663 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add background color handling */
  
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
  box-sizing: border-box;
}



.s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61ee2b3-5979-4868-b055-e38da60e6663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
      position: relative;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

@media (min-width: 1200px){#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin: 0 !important;
  overflow: visible;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663-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-b61ee2b3-5979-4868-b055-e38da60e6663 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add background color handling */
  
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
  box-sizing: border-box;
}



.s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61ee2b3-5979-4868-b055-e38da60e6663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
      position: relative;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin: 0 !important;
  overflow: visible;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663-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-b61ee2b3-5979-4868-b055-e38da60e6663 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add background color handling */
  
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
  box-sizing: border-box;
}



.s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61ee2b3-5979-4868-b055-e38da60e6663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
      position: relative;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin: 0 !important;
  overflow: visible;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663-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-b61ee2b3-5979-4868-b055-e38da60e6663 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add background color handling */
  
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
  box-sizing: border-box;
}



.s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61ee2b3-5979-4868-b055-e38da60e6663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
      position: relative;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (max-width: 767px){#s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  margin: 0 !important;
  overflow: visible;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663-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-b61ee2b3-5979-4868-b055-e38da60e6663 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b61ee2b3-5979-4868-b055-e38da60e6663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add background color handling */
  
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b61ee2b3-5979-4868-b055-e38da60e6663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-b61ee2b3-5979-4868-b055-e38da60e6663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image {
  box-sizing: border-box;
}



.s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b61ee2b3-5979-4868-b055-e38da60e6663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container {
      position: relative;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b61ee2b3-5979-4868-b055-e38da60e6663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}
#s-b13c36b4-b00d-4d46-b5de-36a9b375eef6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b13c36b4-b00d-4d46-b5de-36a9b375eef6 {
  margin-top: 5px;
text-align: center;
}
}
#s-b13c36b4-b00d-4d46-b5de-36a9b375eef6 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-b13c36b4-b00d-4d46-b5de-36a9b375eef6 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-03ef0436-0f05-4014-b200-30c35d7b9c5a {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-03ef0436-0f05-4014-b200-30c35d7b9c5a {
  margin-top: 10px;
}
}







#s-03ef0436-0f05-4014-b200-30c35d7b9c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03ef0436-0f05-4014-b200-30c35d7b9c5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0fb8be5-8e01-4643-a65e-836133ae67ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a0fb8be5-8e01-4643-a65e-836133ae67ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a0fb8be5-8e01-4643-a65e-836133ae67ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a0fb8be5-8e01-4643-a65e-836133ae67ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0fb8be5-8e01-4643-a65e-836133ae67ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cd2df021-c50d-4b99-8602-cae2522af94b {
  margin-left: auto;
margin-right: auto;
max-width: 2539px;
aspect-ratio: 4/3;
text-align: center;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b-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-cd2df021-c50d-4b99-8602-cae2522af94b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd2df021-c50d-4b99-8602-cae2522af94b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
  box-sizing: border-box;
}



.s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd2df021-c50d-4b99-8602-cae2522af94b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
      position: relative;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

@media (min-width: 1200px){#s-cd2df021-c50d-4b99-8602-cae2522af94b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b-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-cd2df021-c50d-4b99-8602-cae2522af94b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd2df021-c50d-4b99-8602-cae2522af94b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
  box-sizing: border-box;
}



.s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd2df021-c50d-4b99-8602-cae2522af94b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
      position: relative;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cd2df021-c50d-4b99-8602-cae2522af94b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b-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-cd2df021-c50d-4b99-8602-cae2522af94b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd2df021-c50d-4b99-8602-cae2522af94b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
  box-sizing: border-box;
}



.s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd2df021-c50d-4b99-8602-cae2522af94b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
      position: relative;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cd2df021-c50d-4b99-8602-cae2522af94b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b-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-cd2df021-c50d-4b99-8602-cae2522af94b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd2df021-c50d-4b99-8602-cae2522af94b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
  box-sizing: border-box;
}



.s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd2df021-c50d-4b99-8602-cae2522af94b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
      position: relative;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}@media (max-width: 767px){#s-cd2df021-c50d-4b99-8602-cae2522af94b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b-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-cd2df021-c50d-4b99-8602-cae2522af94b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd2df021-c50d-4b99-8602-cae2522af94b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd2df021-c50d-4b99-8602-cae2522af94b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2539px;
  }



  img.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
    
    
    
    max-height: 2539px;
  }


.s-cd2df021-c50d-4b99-8602-cae2522af94b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image {
  box-sizing: border-box;
}



.s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd2df021-c50d-4b99-8602-cae2522af94b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container {
      position: relative;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd2df021-c50d-4b99-8602-cae2522af94b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2539px;
    }
  }

}
#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin-left: auto;
margin-right: auto;
max-width: 2932px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin-top: 0px;
}
}
#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f-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-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
  box-sizing: border-box;
}



.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
      position: relative;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

@media (min-width: 1200px){#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f-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-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
  box-sizing: border-box;
}



.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
      position: relative;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f-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-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
  box-sizing: border-box;
}



.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
      position: relative;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f-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-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
  box-sizing: border-box;
}



.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
      position: relative;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}@media (max-width: 767px){#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f-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-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2932px;
  }



  img.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
    
    
    
    max-height: 2932px;
  }


.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image {
  box-sizing: border-box;
}



.s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container {
      position: relative;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cf4abc4-f79a-4b4c-b31e-2b9187613f1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2932px;
    }
  }

}
#s-1f98141d-6887-48b0-9250-a463a41f49fe {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1f98141d-6887-48b0-9250-a463a41f49fe {
  margin-top: 5px;
text-align: center;
}
}
#s-1f98141d-6887-48b0-9250-a463a41f49fe .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-1f98141d-6887-48b0-9250-a463a41f49fe .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e447faa0-a887-491e-be20-e9b245793b77 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e447faa0-a887-491e-be20-e9b245793b77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e447faa0-a887-491e-be20-e9b245793b77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e447faa0-a887-491e-be20-e9b245793b77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e447faa0-a887-491e-be20-e9b245793b77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-04cdc35c-3a3d-4483-b9b1-91b4b33ace0e {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-04cdc35c-3a3d-4483-b9b1-91b4b33ace0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04cdc35c-3a3d-4483-b9b1-91b4b33ace0e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e15aa740-59e3-4b25-9c88-149c68ecff1c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e15aa740-59e3-4b25-9c88-149c68ecff1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e15aa740-59e3-4b25-9c88-149c68ecff1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e15aa740-59e3-4b25-9c88-149c68ecff1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e15aa740-59e3-4b25-9c88-149c68ecff1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  margin-left: auto;
margin-right: auto;
max-width: 1958px;
aspect-ratio: 1/1;
text-align: center;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4-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-011affc5-aa04-4aca-8010-024d9c4839b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
  box-sizing: border-box;
}



.s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011affc5-aa04-4aca-8010-024d9c4839b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
      position: relative;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

@media (min-width: 1200px){#s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4-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-011affc5-aa04-4aca-8010-024d9c4839b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
  box-sizing: border-box;
}



.s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011affc5-aa04-4aca-8010-024d9c4839b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
      position: relative;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4-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-011affc5-aa04-4aca-8010-024d9c4839b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
  box-sizing: border-box;
}



.s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011affc5-aa04-4aca-8010-024d9c4839b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
      position: relative;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4-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-011affc5-aa04-4aca-8010-024d9c4839b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
  box-sizing: border-box;
}



.s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011affc5-aa04-4aca-8010-024d9c4839b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
      position: relative;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (max-width: 767px){#s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4-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-011affc5-aa04-4aca-8010-024d9c4839b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011affc5-aa04-4aca-8010-024d9c4839b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011affc5-aa04-4aca-8010-024d9c4839b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-011affc5-aa04-4aca-8010-024d9c4839b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image {
  box-sizing: border-box;
}



.s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011affc5-aa04-4aca-8010-024d9c4839b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container {
      position: relative;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011affc5-aa04-4aca-8010-024d9c4839b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}
#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin-left: auto;
margin-right: auto;
max-width: 1958px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin-top: 0px;
}
}
#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44-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-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
  box-sizing: border-box;
}



.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
      position: relative;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

@media (min-width: 1200px){#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44-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-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
  box-sizing: border-box;
}



.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
      position: relative;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44-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-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
  box-sizing: border-box;
}



.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
      position: relative;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44-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-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
  box-sizing: border-box;
}



.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
      position: relative;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (max-width: 767px){#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44-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-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image {
  box-sizing: border-box;
}



.s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container {
      position: relative;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c757cf7-783e-4ca7-a159-e7291d48ba44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}
#s-697b1031-1b11-47a4-acfa-0b81c064185e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-697b1031-1b11-47a4-acfa-0b81c064185e {
  margin-top: 5px;
text-align: center;
}
}
#s-697b1031-1b11-47a4-acfa-0b81c064185e .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-697b1031-1b11-47a4-acfa-0b81c064185e .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-b4f0d64e-7118-4334-8490-08a9c28bf6b7 {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b4f0d64e-7118-4334-8490-08a9c28bf6b7 {
  margin-top: 10px;
}
}







#s-b4f0d64e-7118-4334-8490-08a9c28bf6b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4f0d64e-7118-4334-8490-08a9c28bf6b7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0028d61-02c2-4c2b-827f-c362c252e0e8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e0028d61-02c2-4c2b-827f-c362c252e0e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e0028d61-02c2-4c2b-827f-c362c252e0e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e0028d61-02c2-4c2b-827f-c362c252e0e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0028d61-02c2-4c2b-827f-c362c252e0e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  margin: 0 !important;
  overflow: visible;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83-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-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add background color handling */
  
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
  box-sizing: border-box;
}



.s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
      position: relative;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  margin: 0 !important;
  overflow: visible;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83-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-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add background color handling */
  
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
  box-sizing: border-box;
}



.s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
      position: relative;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  margin: 0 !important;
  overflow: visible;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83-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-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add background color handling */
  
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
  box-sizing: border-box;
}



.s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
      position: relative;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  margin: 0 !important;
  overflow: visible;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83-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-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add background color handling */
  
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
  box-sizing: border-box;
}



.s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
      position: relative;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  margin: 0 !important;
  overflow: visible;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83-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-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add background color handling */
  
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4caf6400-4292-4e50-a845-abc5aacdcc83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image {
  box-sizing: border-box;
}



.s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container {
      position: relative;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4caf6400-4292-4e50-a845-abc5aacdcc83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin-top: 0px;
}
}
#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87-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-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
  box-sizing: border-box;
}



.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
      position: relative;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87-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-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
  box-sizing: border-box;
}



.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
      position: relative;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87-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-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
  box-sizing: border-box;
}



.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
      position: relative;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87-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-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
  box-sizing: border-box;
}



.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
      position: relative;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87-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-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image {
  box-sizing: border-box;
}



.s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container {
      position: relative;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f8c72e7-dbf2-48b1-9139-e238457e4a87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-a18e0e3f-87a0-41c0-b17e-7c0cda71c5a8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a18e0e3f-87a0-41c0-b17e-7c0cda71c5a8 {
  margin-top: 5px;
text-align: center;
}
}
#s-a18e0e3f-87a0-41c0-b17e-7c0cda71c5a8 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-a18e0e3f-87a0-41c0-b17e-7c0cda71c5a8 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-dc60458f-8c17-455a-9aef-dde4c5be214b {
  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: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dc60458f-8c17-455a-9aef-dde4c5be214b {
  margin-top: 10px;
}
}







#s-dc60458f-8c17-455a-9aef-dde4c5be214b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc60458f-8c17-455a-9aef-dde4c5be214b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63d668ef-992c-47f9-b9d9-ed5c3058fcc0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-63d668ef-992c-47f9-b9d9-ed5c3058fcc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-63d668ef-992c-47f9-b9d9-ed5c3058fcc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-63d668ef-992c-47f9-b9d9-ed5c3058fcc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-63d668ef-992c-47f9-b9d9-ed5c3058fcc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  margin: 0 !important;
  overflow: visible;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200-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-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add background color handling */
  
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
  box-sizing: border-box;
}



.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
      position: relative;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  margin: 0 !important;
  overflow: visible;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200-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-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add background color handling */
  
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
  box-sizing: border-box;
}



.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
      position: relative;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  margin: 0 !important;
  overflow: visible;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200-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-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add background color handling */
  
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
  box-sizing: border-box;
}



.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
      position: relative;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  margin: 0 !important;
  overflow: visible;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200-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-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add background color handling */
  
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
  box-sizing: border-box;
}



.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
      position: relative;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  margin: 0 !important;
  overflow: visible;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200-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-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add background color handling */
  
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image {
  box-sizing: border-box;
}



.s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container {
      position: relative;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91f42c7f-2bca-418b-b427-5d2a8ad5c200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin-top: 0px;
}
}
#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031-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-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 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: none;
  border-radius: 4px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
  box-sizing: border-box;
}



.s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
      position: relative;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031-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-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
  box-sizing: border-box;
}



.s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
      position: relative;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031-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-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
  box-sizing: border-box;
}



.s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
      position: relative;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031-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-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
  box-sizing: border-box;
}



.s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
      position: relative;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031-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-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e5f56a41-fe01-405b-8c37-1c4f85502031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image {
  box-sizing: border-box;
}



.s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container {
      position: relative;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f56a41-fe01-405b-8c37-1c4f85502031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-bca177c2-4a83-4f25-8824-939cc15e75b9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bca177c2-4a83-4f25-8824-939cc15e75b9 {
  margin-top: 5px;
text-align: center;
}
}
#s-bca177c2-4a83-4f25-8824-939cc15e75b9 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-bca177c2-4a83-4f25-8824-939cc15e75b9 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-top: 75px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
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);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1792fc71-19ad-4d4c-9654-130fd6ac2480 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-29330fb2-2ed3-4ae4-8ab7-8328dab3e3e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29330fb2-2ed3-4ae4-8ab7-8328dab3e3e3 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-29330fb2-2ed3-4ae4-8ab7-8328dab3e3e3 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-29330fb2-2ed3-4ae4-8ab7-8328dab3e3e3 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-f0e2700a-3995-490e-a747-dad3e6307ffc {
  margin-left: auto;
margin-right: auto;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  max-width: 2560px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin-top: 15px;
}
}
#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 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: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-top: 75px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
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);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b99f2a0-c7b3-4613-8e94-e0763c451054.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87d8e333-ffe0-4d97-9fce-c25c69005175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87d8e333-ffe0-4d97-9fce-c25c69005175 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-87d8e333-ffe0-4d97-9fce-c25c69005175 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-87d8e333-ffe0-4d97-9fce-c25c69005175 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-07651448-d12a-4b17-aaef-804e04544a71 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1378/1501;
text-align: center;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

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

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

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

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

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

@media (max-width: 767px){#s-f803ba33-1b64-482a-a98f-45fa15edb8df {
  margin-top: 30px;
}
}
#s-f803ba33-1b64-482a-a98f-45fa15edb8df .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 6px;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-column, #s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

.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-3b932c48-e35d-46e0-8fe1-efbbda8f3897 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2057576c-8540-416d-a7b1-50dbf5270175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-2057576c-8540-416d-a7b1-50dbf5270175:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2057576c-8540-416d-a7b1-50dbf5270175:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7962aeae-13cb-49f8-b6fa-c04543695892 {
  margin-top: 75px;
margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
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-7962aeae-13cb-49f8-b6fa-c04543695892 {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-7962aeae-13cb-49f8-b6fa-c04543695892 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
border-radius: 5px;
}
}







#s-7962aeae-13cb-49f8-b6fa-c04543695892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7962aeae-13cb-49f8-b6fa-c04543695892.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-373db53b-d9bf-4fa0-9389-ff36a6c9e979 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-373db53b-d9bf-4fa0-9389-ff36a6c9e979 {
  margin-top: 20px;
}
}
#s-373db53b-d9bf-4fa0-9389-ff36a6c9e979 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-373db53b-d9bf-4fa0-9389-ff36a6c9e979 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-373db53b-d9bf-4fa0-9389-ff36a6c9e979 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-a8d32b27-448f-4b7b-8419-02363a77a52e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(227, 227, 227, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
  #s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
  font-family: Montserrat;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
}

#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(227, 227, 227, 1);
}
@media (max-width: 767px){
  #s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(227, 227, 227, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
  #s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
  font-family: Montserrat;
  font-weight: 800;
  font-style: ;
  font-size: 15px;
}

#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
}

#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-a8d32b27-448f-4b7b-8419-02363a77a52e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(227, 227, 227, 1);
}
}
#s-2c0de6ff-dcc9-4297-bd65-c12a6c86549e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c0de6ff-dcc9-4297-bd65-c12a6c86549e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2c0de6ff-dcc9-4297-bd65-c12a6c86549e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2c0de6ff-dcc9-4297-bd65-c12a6c86549e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2c0de6ff-dcc9-4297-bd65-c12a6c86549e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-55278726-7e19-4845-81d5-bf675ff9ae00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-55278726-7e19-4845-81d5-bf675ff9ae00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55278726-7e19-4845-81d5-bf675ff9ae00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fdd6484-e1b4-4446-b458-9b7b0f04e72b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fdd6484-e1b4-4446-b458-9b7b0f04e72b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-5fdd6484-e1b4-4446-b458-9b7b0f04e72b .shogun-heading-component h5 a {
  color: ;
}


#s-ea140664-ba55-4ee0-b9a1-ac5c3184eda3 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-d963e309-13df-42c4-8519-c647a4a49d58 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d963e309-13df-42c4-8519-c647a4a49d58 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-115e4b2c-9ec2-41aa-9284-c1f4e4088033 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-115e4b2c-9ec2-41aa-9284-c1f4e4088033 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-32be5c1f-488d-4887-b019-15d3f2cc8396 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-32be5c1f-488d-4887-b019-15d3f2cc8396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32be5c1f-488d-4887-b019-15d3f2cc8396.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-491e0941-fcd4-4e76-9b3b-284fed6b19c2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-491e0941-fcd4-4e76-9b3b-284fed6b19c2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-491e0941-fcd4-4e76-9b3b-284fed6b19c2 .shogun-heading-component h5 a {
  color: ;
}


#s-0f9290c9-7584-4629-a16b-d9a0e54fd0b4 {
  margin-left: auto;
margin-right: auto;
}

#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a89483a-3298-49ed-82c5-c1f63c4ba846 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6f7ad63-626a-4eea-950e-9b9c84a763cd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6f7ad63-626a-4eea-950e-9b9c84a763cd .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-88998312-8585-4645-af47-98abf806a3be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-88998312-8585-4645-af47-98abf806a3be {
  margin-top: 10px;
}
}







#s-88998312-8585-4645-af47-98abf806a3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88998312-8585-4645-af47-98abf806a3be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9816d72c-badc-45bf-9186-7a4854baff7b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9816d72c-badc-45bf-9186-7a4854baff7b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-9816d72c-badc-45bf-9186-7a4854baff7b .shogun-heading-component h5 a {
  color: ;
}


#s-9f7d4672-0a82-49f3-bc76-1c4d0ee2795e {
  margin-left: auto;
margin-right: auto;
}

#s-f5e4357f-5698-4864-9dc5-c2d897dbadde {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e4357f-5698-4864-9dc5-c2d897dbadde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f33905ea-4a3e-41ce-81e4-829ebb65ea47 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f33905ea-4a3e-41ce-81e4-829ebb65ea47 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c428ecd9-92a9-427a-994a-fa317787d617 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c428ecd9-92a9-427a-994a-fa317787d617 {
  margin-top: 10px;
}
}







#s-c428ecd9-92a9-427a-994a-fa317787d617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c428ecd9-92a9-427a-994a-fa317787d617.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e430212c-46e5-4d4a-b532-5441e998eed7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e430212c-46e5-4d4a-b532-5441e998eed7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-e430212c-46e5-4d4a-b532-5441e998eed7 .shogun-heading-component h5 a {
  color: ;
}


#s-50773d5b-542f-4402-b2a1-74d31f90fa2d {
  margin-left: auto;
margin-right: auto;
}

#s-a2d0293a-ef9e-4d29-a143-40c007d39595 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2d0293a-ef9e-4d29-a143-40c007d39595 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df0e1ca1-d02f-4a15-a4ca-3c7056be1f4a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df0e1ca1-d02f-4a15-a4ca-3c7056be1f4a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-34f33ecd-50d8-489e-9516-abec5ad0d725 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34f33ecd-50d8-489e-9516-abec5ad0d725"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-34f33ecd-50d8-489e-9516-abec5ad0d725"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-34f33ecd-50d8-489e-9516-abec5ad0d725"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-34f33ecd-50d8-489e-9516-abec5ad0d725"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-eee26c19-8e1c-4150-b295-7f671a9dcb04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-eee26c19-8e1c-4150-b295-7f671a9dcb04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eee26c19-8e1c-4150-b295-7f671a9dcb04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-569e964c-77e9-4d92-9f18-610e7e3a2c19 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-569e964c-77e9-4d92-9f18-610e7e3a2c19 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-569e964c-77e9-4d92-9f18-610e7e3a2c19 .shogun-heading-component h5 a {
  color: ;
}


#s-f55f4800-b312-4d3e-bea6-ef77d9486267 {
  margin-left: auto;
margin-right: auto;
}

#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8775452-605e-41fa-9f6f-c3ed9a67cb31 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51dd3c46-3dd7-442e-8102-3c7e7681c83e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51dd3c46-3dd7-442e-8102-3c7e7681c83e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ddc70162-65f5-4744-8b34-fbe37ccd91e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ddc70162-65f5-4744-8b34-fbe37ccd91e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddc70162-65f5-4744-8b34-fbe37ccd91e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3809fa4-aee3-4a20-b744-2288e321232f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3809fa4-aee3-4a20-b744-2288e321232f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-a3809fa4-aee3-4a20-b744-2288e321232f .shogun-heading-component h5 a {
  color: ;
}


#s-e26bb57e-9697-48df-a1df-5a8b14cf9c2f {
  margin-left: auto;
margin-right: auto;
}

#s-6a7da670-2064-47b3-8407-da7fc0196a80 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a7da670-2064-47b3-8407-da7fc0196a80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ee08c12a-7083-4d91-9ed6-30b91aa5b649 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee08c12a-7083-4d91-9ed6-30b91aa5b649 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-26482842-92a2-48f0-9e85-0b6c40e839c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-26482842-92a2-48f0-9e85-0b6c40e839c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26482842-92a2-48f0-9e85-0b6c40e839c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b13e8bcd-a460-4eb9-87fe-be7806824217 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b13e8bcd-a460-4eb9-87fe-be7806824217 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-b13e8bcd-a460-4eb9-87fe-be7806824217 .shogun-heading-component h5 a {
  color: ;
}


#s-fe77a49d-3f3f-41d6-a182-5a67b47a5ddd {
  margin-left: auto;
margin-right: auto;
}

#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17b7f8c6-8454-4b93-aabd-2c0e97f7b3a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9c82ed99-e189-400a-a6b6-a3c3fa757d8f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c82ed99-e189-400a-a6b6-a3c3fa757d8f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-aa4720ef-3414-4570-b31f-a99fe64d73bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-aa4720ef-3414-4570-b31f-a99fe64d73bb {
  margin-top: 10px;
}
}







#s-aa4720ef-3414-4570-b31f-a99fe64d73bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa4720ef-3414-4570-b31f-a99fe64d73bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da936b77-f327-42b7-862f-679b6c206d08 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da936b77-f327-42b7-862f-679b6c206d08 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-da936b77-f327-42b7-862f-679b6c206d08 .shogun-heading-component h5 a {
  color: ;
}


#s-792b1fb9-7bbf-489c-bb1e-ad055e88913f {
  margin-left: auto;
margin-right: auto;
}

#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c482d6f9-70c7-4e42-8dec-ee121f2907f5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f55ce7a5-11b0-4e07-bcd2-4dce1b96f4d6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f55ce7a5-11b0-4e07-bcd2-4dce1b96f4d6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1af6a365-697c-4a2f-8fd6-0d1048e4a821 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1af6a365-697c-4a2f-8fd6-0d1048e4a821"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1af6a365-697c-4a2f-8fd6-0d1048e4a821"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1af6a365-697c-4a2f-8fd6-0d1048e4a821"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1af6a365-697c-4a2f-8fd6-0d1048e4a821"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f2c6fe89-45c2-4347-898e-b624bdcb60d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-f2c6fe89-45c2-4347-898e-b624bdcb60d3 {
  margin-top: 10px;
}
}







#s-f2c6fe89-45c2-4347-898e-b624bdcb60d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2c6fe89-45c2-4347-898e-b624bdcb60d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-509fa56b-60aa-4b3f-a78f-e4979f3b1d70 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-509fa56b-60aa-4b3f-a78f-e4979f3b1d70 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-509fa56b-60aa-4b3f-a78f-e4979f3b1d70 .shogun-heading-component h5 a {
  color: ;
}


#s-9c1aa6fb-c91c-4cee-8634-f35d3a9374fb {
  margin-left: auto;
margin-right: auto;
}

#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317f2733-5c3e-43ee-a439-3321bc38e7f5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f2fbdf4-3819-4e25-9264-b85e5c3ea5a7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f2fbdf4-3819-4e25-9264-b85e5c3ea5a7 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0f6dbc6f-b5b0-4203-a376-641982a8ff4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0f6dbc6f-b5b0-4203-a376-641982a8ff4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f6dbc6f-b5b0-4203-a376-641982a8ff4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa03a8dc-42e1-4ff1-a90a-281ff7969c9f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa03a8dc-42e1-4ff1-a90a-281ff7969c9f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-fa03a8dc-42e1-4ff1-a90a-281ff7969c9f .shogun-heading-component h5 a {
  color: ;
}


#s-1729f929-6032-43ae-aa73-9fa14d23a6f8 {
  margin-left: auto;
margin-right: auto;
}

#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d94cce-3f1a-40a5-bd33-857ef8e133a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-75d15d1d-2137-4432-ad54-d9027f8815ba {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75d15d1d-2137-4432-ad54-d9027f8815ba .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4d896fe2-b7dd-49e2-b61a-0ea58dd42692 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4d896fe2-b7dd-49e2-b61a-0ea58dd42692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d896fe2-b7dd-49e2-b61a-0ea58dd42692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a5cf2e9-8443-444f-aaf8-84177d3aa7a8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a5cf2e9-8443-444f-aaf8-84177d3aa7a8 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-1a5cf2e9-8443-444f-aaf8-84177d3aa7a8 .shogun-heading-component h5 a {
  color: ;
}


#s-ff48e183-feab-4c55-9b90-a1ca0d76ac45 {
  margin-left: auto;
margin-right: auto;
}

#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01519fc9-e00e-40a9-9c79-2f7ddd69d766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc74280d-9ae9-4477-ad7d-c7b5d6be1a50 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc74280d-9ae9-4477-ad7d-c7b5d6be1a50 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f0f319cf-e833-46ea-aef6-3732eaf67d50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-f0f319cf-e833-46ea-aef6-3732eaf67d50 {
  margin-top: 10px;
}
}







#s-f0f319cf-e833-46ea-aef6-3732eaf67d50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0f319cf-e833-46ea-aef6-3732eaf67d50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b0016f6-8384-4c15-a6f2-6610e1f40ce6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b0016f6-8384-4c15-a6f2-6610e1f40ce6 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-6b0016f6-8384-4c15-a6f2-6610e1f40ce6 .shogun-heading-component h5 a {
  color: ;
}


#s-b549bb45-222c-4856-af4a-63cfc1340270 {
  margin-left: auto;
margin-right: auto;
}

#s-34191a7f-dde1-4184-8abb-b299188bb2de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34191a7f-dde1-4184-8abb-b299188bb2de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e7ef204-2841-4fa9-b9d9-ea45990524f0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e7ef204-2841-4fa9-b9d9-ea45990524f0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-17eb7a08-d210-49e1-ab46-23e12a922e5c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-17eb7a08-d210-49e1-ab46-23e12a922e5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-17eb7a08-d210-49e1-ab46-23e12a922e5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-17eb7a08-d210-49e1-ab46-23e12a922e5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-17eb7a08-d210-49e1-ab46-23e12a922e5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-795c9cba-46bd-45b7-8581-9f6081ceea38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-795c9cba-46bd-45b7-8581-9f6081ceea38 {
  margin-top: 10px;
}
}







#s-795c9cba-46bd-45b7-8581-9f6081ceea38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-795c9cba-46bd-45b7-8581-9f6081ceea38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f93ec791-3e50-4ce9-a733-d2de6b75261d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f93ec791-3e50-4ce9-a733-d2de6b75261d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f93ec791-3e50-4ce9-a733-d2de6b75261d .shogun-heading-component h5 a {
  color: ;
}


#s-8ff1b7a2-bbb4-4e9a-8fb8-a3219deb36ee {
  margin-left: auto;
margin-right: auto;
}

#s-19455fa6-c916-435e-8750-fbf60e5534a1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19455fa6-c916-435e-8750-fbf60e5534a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e92422a-b90a-4d20-af25-fedb9e61a3f0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e92422a-b90a-4d20-af25-fedb9e61a3f0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fde13d5b-a204-4b08-ba8a-f5758a89c837 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-fde13d5b-a204-4b08-ba8a-f5758a89c837 {
  margin-top: 10px;
}
}







#s-fde13d5b-a204-4b08-ba8a-f5758a89c837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fde13d5b-a204-4b08-ba8a-f5758a89c837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8845e30-1c57-4a7d-ae49-57726252d6a6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8845e30-1c57-4a7d-ae49-57726252d6a6 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-e8845e30-1c57-4a7d-ae49-57726252d6a6 .shogun-heading-component h5 a {
  color: ;
}


#s-ec3f3378-d4d8-46c0-932b-429621867240 {
  margin-left: auto;
margin-right: auto;
}

#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a1e72e-4960-4a97-a9eb-e62e9115cb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e958344a-d58a-48d8-92eb-b190f15da50e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e958344a-d58a-48d8-92eb-b190f15da50e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e77beec8-cfd5-4861-9ae6-f4f88cce4bf4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e77beec8-cfd5-4861-9ae6-f4f88cce4bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e77beec8-cfd5-4861-9ae6-f4f88cce4bf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80406034-4b0a-4d3e-ab5c-8990dc3f38cc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80406034-4b0a-4d3e-ab5c-8990dc3f38cc .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-80406034-4b0a-4d3e-ab5c-8990dc3f38cc .shogun-heading-component h5 a {
  color: ;
}


#s-c99a4564-673f-43a5-872e-366e032b8fec {
  margin-left: auto;
margin-right: auto;
}

#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e93c654-0d02-45dd-8615-e52e8cd731c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f324880c-57d7-42a3-9124-58682c59ddba {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f324880c-57d7-42a3-9124-58682c59ddba .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-06c6340a-9c37-4f89-aaa0-2cac5157115f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-06c6340a-9c37-4f89-aaa0-2cac5157115f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06c6340a-9c37-4f89-aaa0-2cac5157115f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9faa785-6e9a-4492-b915-bf4dc0ea00f8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9faa785-6e9a-4492-b915-bf4dc0ea00f8 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f9faa785-6e9a-4492-b915-bf4dc0ea00f8 .shogun-heading-component h5 a {
  color: ;
}


#s-d3ebfcdc-7b90-487c-9806-90ee55f421bb {
  margin-left: auto;
margin-right: auto;
}

#s-01c78485-1f34-4e5f-9174-27dabd5fe21b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01c78485-1f34-4e5f-9174-27dabd5fe21b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5888ab75-e0aa-4162-b19e-9958e53d1bfe {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5888ab75-e0aa-4162-b19e-9958e53d1bfe .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a5c61797-277e-4e4c-a3bb-264ec7979add {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a5c61797-277e-4e4c-a3bb-264ec7979add"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a5c61797-277e-4e4c-a3bb-264ec7979add"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a5c61797-277e-4e4c-a3bb-264ec7979add"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a5c61797-277e-4e4c-a3bb-264ec7979add"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6acc7ee5-f3d4-42ba-a540-a556fb76f5d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-6acc7ee5-f3d4-42ba-a540-a556fb76f5d5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-6acc7ee5-f3d4-42ba-a540-a556fb76f5d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6acc7ee5-f3d4-42ba-a540-a556fb76f5d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e2a9034-c37d-4fb3-af0c-4ee02bd00c2b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e2a9034-c37d-4fb3-af0c-4ee02bd00c2b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-9e2a9034-c37d-4fb3-af0c-4ee02bd00c2b .shogun-heading-component h5 a {
  color: ;
}


#s-e0b15263-6d36-4583-882b-4ae983b3d0eb {
  margin-left: auto;
margin-right: auto;
}

#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1afb229-150b-41b8-a9d7-f59daf1beb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ef29a57f-a951-4411-9cf6-f35b46be325a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef29a57f-a951-4411-9cf6-f35b46be325a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-acf9ce1b-7f07-4d34-91ca-84b39764aaf8 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8 {
  margin-top: 16px;
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: 30px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-df3661ca-ef27-4455-9eee-3d59e928e7f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df3661ca-ef27-4455-9eee-3d59e928e7f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8-atc-btn-wrapper {
    text-align: center;
  }


#s-df3661ca-ef27-4455-9eee-3d59e928e7f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8-atc-btn-wrapper {
    text-align: center;
  }


#s-df3661ca-ef27-4455-9eee-3d59e928e7f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8-atc-btn-wrapper {
    text-align: center;
  }


#s-df3661ca-ef27-4455-9eee-3d59e928e7f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8-atc-btn-wrapper {
    text-align: center;
  }


#s-df3661ca-ef27-4455-9eee-3d59e928e7f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8-atc-btn-wrapper {
    text-align: center;
  }


#s-df3661ca-ef27-4455-9eee-3d59e928e7f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df3661ca-ef27-4455-9eee-3d59e928e7f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e9975b6f-6573-40f2-8e9b-43074cc6eb89 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e9975b6f-6573-40f2-8e9b-43074cc6eb89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e9975b6f-6573-40f2-8e9b-43074cc6eb89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e9975b6f-6573-40f2-8e9b-43074cc6eb89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9975b6f-6573-40f2-8e9b-43074cc6eb89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9ae62632-06e8-4a03-87d4-2784c75c55c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9ae62632-06e8-4a03-87d4-2784c75c55c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ae62632-06e8-4a03-87d4-2784c75c55c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fc1eee4-af19-4e2e-864f-06fb4ad703dd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fc1eee4-af19-4e2e-864f-06fb4ad703dd .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-4fc1eee4-af19-4e2e-864f-06fb4ad703dd .shogun-heading-component h5 a {
  color: ;
}


#s-08962fb8-2a10-4f68-ae2b-b6a76868e7be {
  margin-left: auto;
margin-right: auto;
}

#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c46b79a-8e01-4e61-99bc-fa349182e7ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b626188-f039-49cf-b153-4d67d280445d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b626188-f039-49cf-b153-4d67d280445d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1b921109-1596-4a21-a3cc-14207a715ef2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1b921109-1596-4a21-a3cc-14207a715ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b921109-1596-4a21-a3cc-14207a715ef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d87eb630-8fb2-4e10-9f4c-cf6fb42ddbed {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d87eb630-8fb2-4e10-9f4c-cf6fb42ddbed .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-d87eb630-8fb2-4e10-9f4c-cf6fb42ddbed .shogun-heading-component h5 a {
  color: ;
}


#s-428c1800-082a-4548-98b3-54b9d1f6b819 {
  margin-left: auto;
margin-right: auto;
}

#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c533d7a4-8f0b-47b8-88b3-11e0d0bc9a61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-97b67442-ea56-485b-a98c-1eddbd079bd6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97b67442-ea56-485b-a98c-1eddbd079bd6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0a7a1dca-1834-49f7-a75c-3ee2ab4fa612 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-0a7a1dca-1834-49f7-a75c-3ee2ab4fa612 {
  margin-top: 10px;
}
}







#s-0a7a1dca-1834-49f7-a75c-3ee2ab4fa612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a7a1dca-1834-49f7-a75c-3ee2ab4fa612.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf56d2cc-8fd7-4df0-bf85-8b7845e9157f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf56d2cc-8fd7-4df0-bf85-8b7845e9157f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-cf56d2cc-8fd7-4df0-bf85-8b7845e9157f .shogun-heading-component h5 a {
  color: ;
}


#s-5e059cff-f4ce-4fd7-b693-e0185d89b5f3 {
  margin-left: auto;
margin-right: auto;
}

#s-0192e279-7c1a-4cff-b926-7f6884807dea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0192e279-7c1a-4cff-b926-7f6884807dea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-afa1df40-8c30-42ec-bf0c-05b0aed3bf7e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-afa1df40-8c30-42ec-bf0c-05b0aed3bf7e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2a2e0664-ab8a-41ed-add6-0d02460a6e95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2a2e0664-ab8a-41ed-add6-0d02460a6e95 {
  margin-top: 10px;
}
}







#s-2a2e0664-ab8a-41ed-add6-0d02460a6e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a2e0664-ab8a-41ed-add6-0d02460a6e95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b83a3e38-1a04-4992-8ce1-ec0c535dc4b7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b83a3e38-1a04-4992-8ce1-ec0c535dc4b7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-b83a3e38-1a04-4992-8ce1-ec0c535dc4b7 .shogun-heading-component h5 a {
  color: ;
}


#s-c6e0a1b6-6810-4516-b64c-4397a0f694af {
  margin-left: auto;
margin-right: auto;
}

#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cd88e0-c450-4c27-9cac-46df4d529ce6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13a72a36-6be9-4e5b-80a8-3a3f835b768c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13a72a36-6be9-4e5b-80a8-3a3f835b768c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-94bb5de3-bb5f-4baf-b439-c4e8865e2c6a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-94bb5de3-bb5f-4baf-b439-c4e8865e2c6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-94bb5de3-bb5f-4baf-b439-c4e8865e2c6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-94bb5de3-bb5f-4baf-b439-c4e8865e2c6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-94bb5de3-bb5f-4baf-b439-c4e8865e2c6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6f08a95e-1fb5-463b-9b30-5f5c3ade6733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-6f08a95e-1fb5-463b-9b30-5f5c3ade6733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f08a95e-1fb5-463b-9b30-5f5c3ade6733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc12a19d-8431-42c1-98bf-16c7d5c1ecd1 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc12a19d-8431-42c1-98bf-16c7d5c1ecd1 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-bc12a19d-8431-42c1-98bf-16c7d5c1ecd1 .shogun-heading-component h5 a {
  color: ;
}


#s-c69f31fe-ab50-4b09-8b45-9ae1f3bfbd11 {
  margin-left: auto;
margin-right: auto;
}

#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98e5feda-a1f7-4735-a3eb-0963128d2f3b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b26221ee-6596-4242-bdfc-ed5f65fcd3f1 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b26221ee-6596-4242-bdfc-ed5f65fcd3f1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-de69f997-f762-4d7f-a1cf-91117f726ad7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-de69f997-f762-4d7f-a1cf-91117f726ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de69f997-f762-4d7f-a1cf-91117f726ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08cf9fce-23f7-4b78-882a-86b372540e0c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08cf9fce-23f7-4b78-882a-86b372540e0c .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-08cf9fce-23f7-4b78-882a-86b372540e0c .shogun-heading-component h5 a {
  color: ;
}


#s-391c2cbf-8f12-4d82-9418-01d70c7826c7 {
  margin-left: auto;
margin-right: auto;
}

#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-972a9c3d-5927-4a31-b73f-184dfa3eae7c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9fdc454f-b0bf-4059-958e-7d6814e627fe {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fdc454f-b0bf-4059-958e-7d6814e627fe .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1cb9377c-0603-4d59-ab29-77f657e88941 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1cb9377c-0603-4d59-ab29-77f657e88941 {
  margin-top: 10px;
}
}







#s-1cb9377c-0603-4d59-ab29-77f657e88941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cb9377c-0603-4d59-ab29-77f657e88941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4bd9010-7707-4d8e-ae09-3e9859961c2f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4bd9010-7707-4d8e-ae09-3e9859961c2f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-b4bd9010-7707-4d8e-ae09-3e9859961c2f .shogun-heading-component h5 a {
  color: ;
}


#s-781ee47f-095e-4f8b-8390-73760bbecc40 {
  margin-left: auto;
margin-right: auto;
}

#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d7f52-0137-4a6f-9f28-1109e4f84dbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-714c13a5-7726-40d8-bf28-e7eea75a9ee4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-714c13a5-7726-40d8-bf28-e7eea75a9ee4 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-181c4433-16c2-421f-888c-be240294b215 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-181c4433-16c2-421f-888c-be240294b215 {
  margin-top: 10px;
}
}







#s-181c4433-16c2-421f-888c-be240294b215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-181c4433-16c2-421f-888c-be240294b215.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38ec51d8-1f51-44a9-930a-03f43576be2c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38ec51d8-1f51-44a9-930a-03f43576be2c .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-38ec51d8-1f51-44a9-930a-03f43576be2c .shogun-heading-component h5 a {
  color: ;
}


#s-90bf62dc-3f30-43f7-9157-ec42a0e9a003 {
  margin-left: auto;
margin-right: auto;
}

#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c776f1-665a-4a51-8911-a8c37fe0f8ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2c9349e8-736c-4f0d-bd06-2a998ddb6b37 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c9349e8-736c-4f0d-bd06-2a998ddb6b37 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-93d07073-ef53-4018-a2d2-3a76feb8bb2d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-93d07073-ef53-4018-a2d2-3a76feb8bb2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-93d07073-ef53-4018-a2d2-3a76feb8bb2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-93d07073-ef53-4018-a2d2-3a76feb8bb2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-93d07073-ef53-4018-a2d2-3a76feb8bb2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-06da6d52-1f4d-4b90-bd94-99b10c5fd8f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-06da6d52-1f4d-4b90-bd94-99b10c5fd8f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06da6d52-1f4d-4b90-bd94-99b10c5fd8f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12ba31cb-6f6f-48d3-a2bd-434890ac37d2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12ba31cb-6f6f-48d3-a2bd-434890ac37d2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-12ba31cb-6f6f-48d3-a2bd-434890ac37d2 .shogun-heading-component h5 a {
  color: ;
}


#s-3f02c361-6009-4396-adb1-18f433105eed {
  margin-left: auto;
margin-right: auto;
}

#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a203c9a-b08c-4c08-95bf-b7055e11ac11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aad692bd-350d-4136-ab51-c124f5db55a6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aad692bd-350d-4136-ab51-c124f5db55a6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d30db600-03c6-48e1-852a-0dd683a02156 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d30db600-03c6-48e1-852a-0dd683a02156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d30db600-03c6-48e1-852a-0dd683a02156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94624c22-f55a-4c88-9e10-a5dd59b46676 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94624c22-f55a-4c88-9e10-a5dd59b46676 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-94624c22-f55a-4c88-9e10-a5dd59b46676 .shogun-heading-component h5 a {
  color: ;
}


#s-1282756a-59a5-46e8-86b9-32afba466cf0 {
  margin-left: auto;
margin-right: auto;
}

#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f92d9eff-9f4c-4e78-bfdc-81f5f1b76976 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5059cc7a-6c13-4cdb-b191-07bcbfb16d59 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5059cc7a-6c13-4cdb-b191-07bcbfb16d59 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-650d0e64-3a5c-48ab-8f05-4d40f4fa0df5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-650d0e64-3a5c-48ab-8f05-4d40f4fa0df5 {
  margin-top: 10px;
}
}







#s-650d0e64-3a5c-48ab-8f05-4d40f4fa0df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-650d0e64-3a5c-48ab-8f05-4d40f4fa0df5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-416ed187-97d2-4f0c-9988-41bb703b87e3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-416ed187-97d2-4f0c-9988-41bb703b87e3 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-416ed187-97d2-4f0c-9988-41bb703b87e3 .shogun-heading-component h5 a {
  color: ;
}


#s-caafadc9-788e-449b-9c63-bff90fab801c {
  margin-left: auto;
margin-right: auto;
}

#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2fd50a0-40f9-4a51-9c75-b62a84f55020 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c1374f81-7d2c-42a6-9096-cec594731e56 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1374f81-7d2c-42a6-9096-cec594731e56 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e5c96cbd-c536-4090-bb80-30f093cebe30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-e5c96cbd-c536-4090-bb80-30f093cebe30 {
  margin-top: 10px;
}
}







#s-e5c96cbd-c536-4090-bb80-30f093cebe30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5c96cbd-c536-4090-bb80-30f093cebe30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-796d79bd-aa3c-4a46-ad76-f166d64f0977 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-796d79bd-aa3c-4a46-ad76-f166d64f0977 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-796d79bd-aa3c-4a46-ad76-f166d64f0977 .shogun-heading-component h5 a {
  color: ;
}


#s-95dd13f5-d0a1-4b05-a4fc-9864f622c87e {
  margin-left: auto;
margin-right: auto;
}

#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29f91ed4-9886-4c0b-bb6f-fe0336383f72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e9ce5d2-1ca1-4efa-815d-cb94f5267ad9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e9ce5d2-1ca1-4efa-815d-cb94f5267ad9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-50c7d40b-522b-4cca-8f4d-27825214112d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-50c7d40b-522b-4cca-8f4d-27825214112d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-50c7d40b-522b-4cca-8f4d-27825214112d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-50c7d40b-522b-4cca-8f4d-27825214112d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-50c7d40b-522b-4cca-8f4d-27825214112d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ba873ad7-d436-444a-bce0-0a64e782b548 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ba873ad7-d436-444a-bce0-0a64e782b548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba873ad7-d436-444a-bce0-0a64e782b548.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5390e9b3-267a-4812-9981-eecfba516142 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5390e9b3-267a-4812-9981-eecfba516142 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-5390e9b3-267a-4812-9981-eecfba516142 .shogun-heading-component h5 a {
  color: ;
}


#s-f4338289-8993-49d8-9ba1-918a6ed987b4 {
  margin-left: auto;
margin-right: auto;
}

#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a94d765a-15b5-4ce9-9ccb-a0a818a3f1f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-942fec6d-97f4-4b09-bf2a-76097992bec6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-942fec6d-97f4-4b09-bf2a-76097992bec6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c808ef17-ea24-4e24-a914-21a7188820de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c808ef17-ea24-4e24-a914-21a7188820de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c808ef17-ea24-4e24-a914-21a7188820de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96a995c8-40bf-4874-9f31-f73bafd3ccc8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96a995c8-40bf-4874-9f31-f73bafd3ccc8 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-96a995c8-40bf-4874-9f31-f73bafd3ccc8 .shogun-heading-component h5 a {
  color: ;
}


#s-b14d1b80-4b48-4a74-9245-87313ff7ad0a {
  margin-left: auto;
margin-right: auto;
}

#s-75d640cf-8549-4af2-a5b3-59478a650e74 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d640cf-8549-4af2-a5b3-59478a650e74 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4750c9e4-577f-4fb7-847a-ca3cbeedfd9a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4750c9e4-577f-4fb7-847a-ca3cbeedfd9a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4c1fb483-634d-43e3-91d2-3121550665c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-4c1fb483-634d-43e3-91d2-3121550665c1 {
  margin-top: 10px;
}
}







#s-4c1fb483-634d-43e3-91d2-3121550665c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c1fb483-634d-43e3-91d2-3121550665c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd994d69-0666-4784-8300-2d25fdc62427 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd994d69-0666-4784-8300-2d25fdc62427 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-cd994d69-0666-4784-8300-2d25fdc62427 .shogun-heading-component h5 a {
  color: ;
}


#s-a6cf15ce-ee4e-41ce-bad3-de2aa4ef5811 {
  margin-left: auto;
margin-right: auto;
}

#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8dbb3d72-b8b1-4eb4-9da8-d2be23932d0c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78cae49f-c52c-4c8f-bf81-61e1117303f9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78cae49f-c52c-4c8f-bf81-61e1117303f9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-38145171-8ad0-46fa-b197-182a8274e0c9 {
  margin-left: auto;
margin-right: auto;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85 {
  margin-top: 16px;
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: 30px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fbf636d6-b49a-4316-92e7-730694a44b85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbf636d6-b49a-4316-92e7-730694a44b85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbf636d6-b49a-4316-92e7-730694a44b85-atc-btn-wrapper {
    text-align: center;
  }


#s-fbf636d6-b49a-4316-92e7-730694a44b85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-fbf636d6-b49a-4316-92e7-730694a44b85-atc-btn-wrapper {
    text-align: center;
  }


#s-fbf636d6-b49a-4316-92e7-730694a44b85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbf636d6-b49a-4316-92e7-730694a44b85-atc-btn-wrapper {
    text-align: center;
  }


#s-fbf636d6-b49a-4316-92e7-730694a44b85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fbf636d6-b49a-4316-92e7-730694a44b85-atc-btn-wrapper {
    text-align: center;
  }


#s-fbf636d6-b49a-4316-92e7-730694a44b85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-fbf636d6-b49a-4316-92e7-730694a44b85-atc-btn-wrapper {
    text-align: center;
  }


#s-fbf636d6-b49a-4316-92e7-730694a44b85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbf636d6-b49a-4316-92e7-730694a44b85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e40fbb5f-d583-4e66-84b0-7f3ea7610d67 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e40fbb5f-d583-4e66-84b0-7f3ea7610d67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e40fbb5f-d583-4e66-84b0-7f3ea7610d67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e40fbb5f-d583-4e66-84b0-7f3ea7610d67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e40fbb5f-d583-4e66-84b0-7f3ea7610d67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8fc0fac7-b9d2-4fe6-ace2-743cd7ac82df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8fc0fac7-b9d2-4fe6-ace2-743cd7ac82df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fc0fac7-b9d2-4fe6-ace2-743cd7ac82df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d53b956-edc9-4966-a528-08afd55bdac6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d53b956-edc9-4966-a528-08afd55bdac6 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-8d53b956-edc9-4966-a528-08afd55bdac6 .shogun-heading-component h5 a {
  color: ;
}


#s-4cbd7a93-6652-47c0-8a3d-e6d1a753c5db {
  margin-left: auto;
margin-right: auto;
}

#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85617f3a-3970-41b7-b7a3-b9214d3368e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aa8d2147-0707-4918-b26c-38e38b4cfda3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa8d2147-0707-4918-b26c-38e38b4cfda3 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d2bfbca3-2eed-4442-8dea-bf049ad0f08c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d2bfbca3-2eed-4442-8dea-bf049ad0f08c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2bfbca3-2eed-4442-8dea-bf049ad0f08c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36dc0e8f-de87-40d6-884a-561604d7a411 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36dc0e8f-de87-40d6-884a-561604d7a411 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-36dc0e8f-de87-40d6-884a-561604d7a411 .shogun-heading-component h5 a {
  color: ;
}


#s-fd96fc00-4af4-4195-920a-c08d61ad308c {
  margin-left: auto;
margin-right: auto;
}

#s-80fbaf76-36e6-4161-acaf-7c66913d1965 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80fbaf76-36e6-4161-acaf-7c66913d1965 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fe0f2858-0edf-440b-8fe3-90cd5c9de67f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe0f2858-0edf-440b-8fe3-90cd5c9de67f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-da878c4f-9890-4baf-83df-110912702562 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-da878c4f-9890-4baf-83df-110912702562 {
  margin-top: 10px;
}
}







#s-da878c4f-9890-4baf-83df-110912702562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da878c4f-9890-4baf-83df-110912702562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cdf522c-1d9f-459f-8689-24041f71677e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cdf522c-1d9f-459f-8689-24041f71677e .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-8cdf522c-1d9f-459f-8689-24041f71677e .shogun-heading-component h5 a {
  color: ;
}


#s-d585323a-bf47-4f0b-8bf2-04a9904e35ff {
  margin-left: auto;
margin-right: auto;
}

#s-408adc59-66c0-4eb6-895e-53570f79cb82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408adc59-66c0-4eb6-895e-53570f79cb82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc16c839-911f-4449-a04d-15f758c18bde {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc16c839-911f-4449-a04d-15f758c18bde .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2a93fc40-87c0-463e-a4b5-5da5a4e7c567 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2a93fc40-87c0-463e-a4b5-5da5a4e7c567 {
  margin-top: 10px;
}
}







#s-2a93fc40-87c0-463e-a4b5-5da5a4e7c567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a93fc40-87c0-463e-a4b5-5da5a4e7c567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39f3a0c3-d3d6-4e56-9c13-3b930625690d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39f3a0c3-d3d6-4e56-9c13-3b930625690d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-39f3a0c3-d3d6-4e56-9c13-3b930625690d .shogun-heading-component h5 a {
  color: ;
}


#s-fcb8e40e-d28d-4c0b-98c9-037dae2e6a63 {
  margin-left: auto;
margin-right: auto;
}

#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ed3cf6c-c364-468f-8b8f-8334f397a729 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1cb512ac-43d7-4f92-b0c8-f3097af7b785 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1cb512ac-43d7-4f92-b0c8-f3097af7b785 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-666238a2-3289-446a-ae9e-fa385ea598ab {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-666238a2-3289-446a-ae9e-fa385ea598ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-666238a2-3289-446a-ae9e-fa385ea598ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-666238a2-3289-446a-ae9e-fa385ea598ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-666238a2-3289-446a-ae9e-fa385ea598ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9b1efbbb-1e14-4bd5-9e7a-9250a254672f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9b1efbbb-1e14-4bd5-9e7a-9250a254672f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b1efbbb-1e14-4bd5-9e7a-9250a254672f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfa4b0c2-7918-48ac-b71f-0d3298e3bcbf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfa4b0c2-7918-48ac-b71f-0d3298e3bcbf .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-cfa4b0c2-7918-48ac-b71f-0d3298e3bcbf .shogun-heading-component h5 a {
  color: ;
}


#s-7351d74a-f1d8-4392-812f-1687ebe845b9 {
  margin-left: auto;
margin-right: auto;
}

#s-61c5b039-7b6b-4833-ba27-f0252db3005c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5b039-7b6b-4833-ba27-f0252db3005c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cb9b7743-f83a-4961-9a5c-883d52c90a46 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb9b7743-f83a-4961-9a5c-883d52c90a46 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c1025a4b-c6aa-4710-818f-efddc5f14ad7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c1025a4b-c6aa-4710-818f-efddc5f14ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1025a4b-c6aa-4710-818f-efddc5f14ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42bdd61b-5fde-4d92-94b8-ad1058768f93 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42bdd61b-5fde-4d92-94b8-ad1058768f93 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-42bdd61b-5fde-4d92-94b8-ad1058768f93 .shogun-heading-component h5 a {
  color: ;
}


#s-64fe5c73-9cb3-4a73-a224-ca260dfad8bd {
  margin-left: auto;
margin-right: auto;
}

#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d98bfc87-0c3f-42a7-bb96-6405d019c9bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b2552b6-51d8-4bf5-afb3-d6c17a2593f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b2552b6-51d8-4bf5-afb3-d6c17a2593f3 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-797fe2a7-71da-457f-a674-b0b486c7bb6c {
  margin-left: auto;
margin-right: auto;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d {
  margin-top: 16px;
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: 30px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d-atc-btn-wrapper {
    text-align: center;
  }


#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d-atc-btn-wrapper {
    text-align: center;
  }


#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d-atc-btn-wrapper {
    text-align: center;
  }


#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d-atc-btn-wrapper {
    text-align: center;
  }


#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d-atc-btn-wrapper {
    text-align: center;
  }


#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-788b964e-aaa3-4a14-abef-1daae6fcfc5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-top: 75px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
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);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-top: 55px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-219270e3-c344-4b36-9a61-1d610371fd15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-219270e3-c344-4b36-9a61-1d610371fd15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be2ea22c-dcb5-4b76-ad6f-6ba428faa68c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-be2ea22c-dcb5-4b76-ad6f-6ba428faa68c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-be2ea22c-dcb5-4b76-ad6f-6ba428faa68c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-be2ea22c-dcb5-4b76-ad6f-6ba428faa68c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-343e51be-13f0-411a-8779-076fae69b36e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fa456bbf-ae1f-4192-896f-0224a9a7353e {
  margin-left: auto;
margin-right: auto;
}

#s-9ced581e-cc50-48f8-9367-0b8945213341 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-e1040a22-c3b6-4d8b-aadf-1bc8f88ba709 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e1040a22-c3b6-4d8b-aadf-1bc8f88ba709 {
  margin-top: 20px;
}
}
#s-d3f36ee8-d33b-40b7-94a4-d028329391a2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-80d03f5f-0a5e-432c-aef7-e195d2eb11f0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-80d03f5f-0a5e-432c-aef7-e195d2eb11f0 {
  margin-top: 20px;
}
}
#s-d3f8435c-f12f-4495-a190-4271cec98c1f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d2baf06f-10db-4e2b-9f1e-ec8b8c977b70 {
  margin-left: auto;
margin-right: auto;
}

#s-77bd8db0-442b-436e-b4eb-883bf5adfc8a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-5d10a56b-3ab0-4566-b24c-ec2f92449f51 {
  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: solid;
border-radius: 3px;
}
@media (max-width: 767px){#s-5d10a56b-3ab0-4566-b24c-ec2f92449f51 {
  margin-top: 20px;
}
}
#s-51d1b256-a353-4d5e-b46f-6f23d1a0acca {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-ed964b66-23ad-4c3b-b867-12909f76634c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ed964b66-23ad-4c3b-b867-12909f76634c {
  margin-top: 20px;
}
}
#s-9ca2d358-a39c-4baf-a316-1f373571ac24 {
  margin-top: 10px;
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;
}
