.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-0c4d7f11-98d0-42a7-8855-413ec209a6af {
  margin-top: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-0c4d7f11-98d0-42a7-8855-413ec209a6af {
  margin-top: 20px;
}
}







#s-0c4d7f11-98d0-42a7-8855-413ec209a6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c4d7f11-98d0-42a7-8855-413ec209a6af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3 {
  margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-radius: 5px;
}
}







#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18492707-c5b9-40ee-bb74-aa5c27d91ab3.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-45fbce7a-d193-4f27-a9ae-3aee2f37d471 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-45fbce7a-d193-4f27-a9ae-3aee2f37d471 {
  padding-bottom: 0px;
}
}
#s-45fbce7a-d193-4f27-a9ae-3aee2f37d471 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (max-width: 767px){#s-45fbce7a-d193-4f27-a9ae-3aee2f37d471 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-76771446-f976-4c33-9f6e-577576663760 {
  margin-top: 16px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-379ad0f0-ae13-4201-aeea-0293c0cef89c 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-37496675-0632-4f07-a0bb-22af1845f84b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-37496675-0632-4f07-a0bb-22af1845f84b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37496675-0632-4f07-a0bb-22af1845f84b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37496675-0632-4f07-a0bb-22af1845f84b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37496675-0632-4f07-a0bb-22af1845f84b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px){#s-0c8333ba-b601-4b7f-8faf-15b673646935 {
  display: none;
}
#s-0c8333ba-b601-4b7f-8faf-15b673646935, #wrap-s-0c8333ba-b601-4b7f-8faf-15b673646935, #wrap-content-s-0c8333ba-b601-4b7f-8faf-15b673646935 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c8333ba-b601-4b7f-8faf-15b673646935 {
  display: none;
}
#s-0c8333ba-b601-4b7f-8faf-15b673646935, #wrap-s-0c8333ba-b601-4b7f-8faf-15b673646935, #wrap-content-s-0c8333ba-b601-4b7f-8faf-15b673646935 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c8333ba-b601-4b7f-8faf-15b673646935 {
  display: none;
}
#s-0c8333ba-b601-4b7f-8faf-15b673646935, #wrap-s-0c8333ba-b601-4b7f-8faf-15b673646935, #wrap-content-s-0c8333ba-b601-4b7f-8faf-15b673646935 { display: none !important; }}
#s-0c8333ba-b601-4b7f-8faf-15b673646935 hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-90d5f5a7-90ae-4f77-8da8-466fc0ff99f6 {
  margin-top: 0px;
}
}
#s-c68469f7-7c41-421e-8bd0-9b5a81d94d9c {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-c68469f7-7c41-421e-8bd0-9b5a81d94d9c {
  margin-top: 24px;
}
}
#s-624b063c-088b-426b-aa1f-e4c338382902 {
  margin-top: 0px;
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-624b063c-088b-426b-aa1f-e4c338382902 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-624b063c-088b-426b-aa1f-e4c338382902 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-624b063c-088b-426b-aa1f-e4c338382902 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-624b063c-088b-426b-aa1f-e4c338382902 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-624b063c-088b-426b-aa1f-e4c338382902 {
  background-image: url();
}








#s-624b063c-088b-426b-aa1f-e4c338382902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-624b063c-088b-426b-aa1f-e4c338382902.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b406ea3-ef93-4037-beea-6c02c11c4955 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5b406ea3-ef93-4037-beea-6c02c11c4955 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-5b406ea3-ef93-4037-beea-6c02c11c4955"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b406ea3-ef93-4037-beea-6c02c11c4955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5b406ea3-ef93-4037-beea-6c02c11c4955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b406ea3-ef93-4037-beea-6c02c11c4955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fea80060-bf40-4196-87cf-e5e7bce13d03 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-fea80060-bf40-4196-87cf-e5e7bce13d03 {
  margin-top: 10px;
}
}







#s-fea80060-bf40-4196-87cf-e5e7bce13d03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fea80060-bf40-4196-87cf-e5e7bce13d03.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-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 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-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-286293ba-3a8f-4789-934f-2405cb3d4ea9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-286293ba-3a8f-4789-934f-2405cb3d4ea9 {
  margin-top: 10px;
}
}







#s-286293ba-3a8f-4789-934f-2405cb3d4ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-286293ba-3a8f-4789-934f-2405cb3d4ea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86087328-8e7c-40cc-b76a-051c2896cfe4 {
  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: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-86087328-8e7c-40cc-b76a-051c2896cfe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86087328-8e7c-40cc-b76a-051c2896cfe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9101828f-b191-4a88-b6ee-483f2e6cd62e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9101828f-b191-4a88-b6ee-483f2e6cd62e .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;
}


@media (max-width: 767px){#s-9101828f-b191-4a88-b6ee-483f2e6cd62e .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-cb8ae2a7-ebd6-462c-ab0e-7dc1bcc58720 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cb8ae2a7-ebd6-462c-ab0e-7dc1bcc58720"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cb8ae2a7-ebd6-462c-ab0e-7dc1bcc58720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb8ae2a7-ebd6-462c-ab0e-7dc1bcc58720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb8ae2a7-ebd6-462c-ab0e-7dc1bcc58720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-51f97bf6-9f9c-4b5b-9b72-7a1fcadbdfb6 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-51f97bf6-9f9c-4b5b-9b72-7a1fcadbdfb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51f97bf6-9f9c-4b5b-9b72-7a1fcadbdfb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cbbe5fa-6c16-47c7-a6ab-9baa43c2a952 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8cbbe5fa-6c16-47c7-a6ab-9baa43c2a952 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7d1eab70-be51-4921-9a90-c1fb003db652 {
  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-7d1eab70-be51-4921-9a90-c1fb003db652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d1eab70-be51-4921-9a90-c1fb003db652.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6f8e3ce-f03f-4b2a-9755-ff08b83ce12e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e6f8e3ce-f03f-4b2a-9755-ff08b83ce12e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-821fef4f-dccd-487b-8f92-a997dc3e00a7 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-821fef4f-dccd-487b-8f92-a997dc3e00a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-821fef4f-dccd-487b-8f92-a997dc3e00a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c46506f1-c24c-43ce-8894-baed983fe26f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c46506f1-c24c-43ce-8894-baed983fe26f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-eb7af134-36ad-43a8-97f6-646207ada37e {
  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-eb7af134-36ad-43a8-97f6-646207ada37e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb7af134-36ad-43a8-97f6-646207ada37e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7069cf1-adfe-4cd4-9ac1-acd22bb7cd9e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7069cf1-adfe-4cd4-9ac1-acd22bb7cd9e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a29f09f1-b08f-4ea4-90a9-7ed42853456d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a29f09f1-b08f-4ea4-90a9-7ed42853456d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a29f09f1-b08f-4ea4-90a9-7ed42853456d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a29f09f1-b08f-4ea4-90a9-7ed42853456d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a29f09f1-b08f-4ea4-90a9-7ed42853456d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5bbe9e20-547b-46f5-b648-64ae5f2d30f6 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5bbe9e20-547b-46f5-b648-64ae5f2d30f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bbe9e20-547b-46f5-b648-64ae5f2d30f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f7212d6-d65f-45b0-a440-73eb588f692a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4f7212d6-d65f-45b0-a440-73eb588f692a .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-651727d2-b0c2-4bda-bfeb-27e1f9a024f2 {
  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-651727d2-b0c2-4bda-bfeb-27e1f9a024f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-651727d2-b0c2-4bda-bfeb-27e1f9a024f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36741921-40d4-4dfb-8756-466e3525ec29 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-36741921-40d4-4dfb-8756-466e3525ec29 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-686c7986-cec6-4c6b-b853-0c58d84d1fef {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-686c7986-cec6-4c6b-b853-0c58d84d1fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-686c7986-cec6-4c6b-b853-0c58d84d1fef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05191d10-2350-4390-90ca-9ba4950101c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05191d10-2350-4390-90ca-9ba4950101c6 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-97369a56-5e30-4949-abb1-6a4010b92016 {
  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-97369a56-5e30-4949-abb1-6a4010b92016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97369a56-5e30-4949-abb1-6a4010b92016.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99438e60-51e4-4755-80ed-db9053caef18 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-99438e60-51e4-4755-80ed-db9053caef18 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-248643e2-6346-45f4-9efa-cd70b0fa35fc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-248643e2-6346-45f4-9efa-cd70b0fa35fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-248643e2-6346-45f4-9efa-cd70b0fa35fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-248643e2-6346-45f4-9efa-cd70b0fa35fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-248643e2-6346-45f4-9efa-cd70b0fa35fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a9c6064f-1c82-49f3-b572-52bcb471b402 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a9c6064f-1c82-49f3-b572-52bcb471b402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9c6064f-1c82-49f3-b572-52bcb471b402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb438456-7b63-48ad-8ec2-1a52f923b5df {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fb438456-7b63-48ad-8ec2-1a52f923b5df .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2346c420-89c9-493c-91bd-d2df62bb3ef0 {
  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-2346c420-89c9-493c-91bd-d2df62bb3ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2346c420-89c9-493c-91bd-d2df62bb3ef0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b18461-6fa3-4d53-819d-d73ee998e28b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e3b18461-6fa3-4d53-819d-d73ee998e28b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2a777ac9-29fb-4848-9dc2-db17dd12740c {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2a777ac9-29fb-4848-9dc2-db17dd12740c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a777ac9-29fb-4848-9dc2-db17dd12740c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7360166-d3c0-4ecb-aeb6-fb8325d29ffc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7360166-d3c0-4ecb-aeb6-fb8325d29ffc .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-78926cd3-7a5d-49dc-b877-e32bb27457fb {
  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-78926cd3-7a5d-49dc-b877-e32bb27457fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78926cd3-7a5d-49dc-b877-e32bb27457fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bae59429-ce77-4108-848f-17746979a6e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bae59429-ce77-4108-848f-17746979a6e6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4bd70ca0-2336-4b11-acca-a94970a7d110 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4bd70ca0-2336-4b11-acca-a94970a7d110"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4bd70ca0-2336-4b11-acca-a94970a7d110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4bd70ca0-2336-4b11-acca-a94970a7d110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bd70ca0-2336-4b11-acca-a94970a7d110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3c21b848-6c53-49ed-8523-5e87655530c9 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-3c21b848-6c53-49ed-8523-5e87655530c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c21b848-6c53-49ed-8523-5e87655530c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13b6a9e7-33e8-4eef-b42c-6958f1b6cb23 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13b6a9e7-33e8-4eef-b42c-6958f1b6cb23 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9f1c0b3a-84fc-475c-a54b-7fd6d3a498c9 {
  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-9f1c0b3a-84fc-475c-a54b-7fd6d3a498c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f1c0b3a-84fc-475c-a54b-7fd6d3a498c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acdcd5d3-8c96-4029-b041-5d3da16866eb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-acdcd5d3-8c96-4029-b041-5d3da16866eb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6eaa6d54-3394-4148-8293-4675db7ddbac {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-6eaa6d54-3394-4148-8293-4675db7ddbac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eaa6d54-3394-4148-8293-4675db7ddbac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f51a6f2f-3c7c-4fa8-b3fe-e22a790c5389 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f51a6f2f-3c7c-4fa8-b3fe-e22a790c5389 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-66213a0c-7663-4e18-9e4f-edb5feead055 {
  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-66213a0c-7663-4e18-9e4f-edb5feead055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66213a0c-7663-4e18-9e4f-edb5feead055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19e45339-1b8e-4fd9-ba99-a55c4423d5fe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19e45339-1b8e-4fd9-ba99-a55c4423d5fe .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-56324f83-7434-4f66-8ed1-c6f93716120c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-56324f83-7434-4f66-8ed1-c6f93716120c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-56324f83-7434-4f66-8ed1-c6f93716120c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-56324f83-7434-4f66-8ed1-c6f93716120c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-56324f83-7434-4f66-8ed1-c6f93716120c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d0f40c6d-ca95-47af-9e1b-e7303835eb24 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d0f40c6d-ca95-47af-9e1b-e7303835eb24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0f40c6d-ca95-47af-9e1b-e7303835eb24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adea3395-8d37-4548-9e37-37828aef7194 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-adea3395-8d37-4548-9e37-37828aef7194 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7f5818d7-7ccc-4b7f-b335-d831d4431b7f {
  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-7f5818d7-7ccc-4b7f-b335-d831d4431b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f5818d7-7ccc-4b7f-b335-d831d4431b7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1faa23e8-b418-42dc-8215-1aee04452688 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1faa23e8-b418-42dc-8215-1aee04452688 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-60cfb761-d216-4dbf-9418-c50c6ad9e768 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-60cfb761-d216-4dbf-9418-c50c6ad9e768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60cfb761-d216-4dbf-9418-c50c6ad9e768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dc4983d-bb17-4342-9bf3-fcb23ee59934 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5dc4983d-bb17-4342-9bf3-fcb23ee59934 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-41c100e0-ea13-4697-9e18-9c34a7223f9f {
  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-41c100e0-ea13-4697-9e18-9c34a7223f9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41c100e0-ea13-4697-9e18-9c34a7223f9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fc5cacc-c1cc-464f-88ae-135e4611bb05 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fc5cacc-c1cc-464f-88ae-135e4611bb05 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d81aabc6-75ca-42ec-b90f-ed0b9523d0f4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d81aabc6-75ca-42ec-b90f-ed0b9523d0f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d81aabc6-75ca-42ec-b90f-ed0b9523d0f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d81aabc6-75ca-42ec-b90f-ed0b9523d0f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d81aabc6-75ca-42ec-b90f-ed0b9523d0f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-da9400d2-24b2-4300-b58d-734db674c1b1 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-da9400d2-24b2-4300-b58d-734db674c1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da9400d2-24b2-4300-b58d-734db674c1b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb302ade-aaea-4313-87b9-d41038a6d008 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cb302ade-aaea-4313-87b9-d41038a6d008 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8998648f-2c81-4acc-988a-c82f6e22e3df {
  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-8998648f-2c81-4acc-988a-c82f6e22e3df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8998648f-2c81-4acc-988a-c82f6e22e3df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f8d0c20-9c21-40b3-ba13-addef055a21c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f8d0c20-9c21-40b3-ba13-addef055a21c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ac7ed001-c9a2-44a6-8652-c4ee4be0253c {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ac7ed001-c9a2-44a6-8652-c4ee4be0253c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac7ed001-c9a2-44a6-8652-c4ee4be0253c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e830d9c-99ba-437c-9f43-9e0ade72d060 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4e830d9c-99ba-437c-9f43-9e0ade72d060 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1694b587-2339-48b6-8575-96449035f0b3 {
  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-1694b587-2339-48b6-8575-96449035f0b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1694b587-2339-48b6-8575-96449035f0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9df9535-e30d-470b-b86f-be9c658bf5ef {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9df9535-e30d-470b-b86f-be9c658bf5ef .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1f8332df-8799-4b6c-ae70-df8f88e1a97a {
  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-1f8332df-8799-4b6c-ae70-df8f88e1a97a {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f8332df-8799-4b6c-ae70-df8f88e1a97a {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f8332df-8799-4b6c-ae70-df8f88e1a97a {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-1f8332df-8799-4b6c-ae70-df8f88e1a97a {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-1f8332df-8799-4b6c-ae70-df8f88e1a97a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f8332df-8799-4b6c-ae70-df8f88e1a97a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb952890-f0dd-42c6-a552-81e60aed002d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fb952890-f0dd-42c6-a552-81e60aed002d .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-fb952890-f0dd-42c6-a552-81e60aed002d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-5a607c67-6dec-4936-a3e2-03b8cbc8644b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5a607c67-6dec-4936-a3e2-03b8cbc8644b {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-5a607c67-6dec-4936-a3e2-03b8cbc8644b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a607c67-6dec-4936-a3e2-03b8cbc8644b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5a607c67-6dec-4936-a3e2-03b8cbc8644b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5a607c67-6dec-4936-a3e2-03b8cbc8644b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a15fba7c-a957-4d1b-8624-8c46f0208be7 {
  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-a15fba7c-a957-4d1b-8624-8c46f0208be7 {
  margin-top: 10px;
}
}







#s-a15fba7c-a957-4d1b-8624-8c46f0208be7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a15fba7c-a957-4d1b-8624-8c46f0208be7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90f46e63-7cd2-4443-b629-82c96920bf44 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-90f46e63-7cd2-4443-b629-82c96920bf44 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2e9d4115-5e58-4fe9-9a6f-c1440fd39495 {
  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-2e9d4115-5e58-4fe9-9a6f-c1440fd39495 {
  margin-top: 10px;
}
}







#s-2e9d4115-5e58-4fe9-9a6f-c1440fd39495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e9d4115-5e58-4fe9-9a6f-c1440fd39495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5925542f-7283-4f3c-b7e1-b6f08d95d27a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5925542f-7283-4f3c-b7e1-b6f08d95d27a .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9220eb8e-49b3-4c76-b8b3-73435704fae5 {
  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-9220eb8e-49b3-4c76-b8b3-73435704fae5 {
  margin-top: 10px;
}
}







#s-9220eb8e-49b3-4c76-b8b3-73435704fae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9220eb8e-49b3-4c76-b8b3-73435704fae5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da99c31c-9dc9-4c25-a368-8fc879510f8a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da99c31c-9dc9-4c25-a368-8fc879510f8a .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e6f70c04-0cf6-40a8-8a77-a206791491a0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e6f70c04-0cf6-40a8-8a77-a206791491a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6f70c04-0cf6-40a8-8a77-a206791491a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e6f70c04-0cf6-40a8-8a77-a206791491a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e6f70c04-0cf6-40a8-8a77-a206791491a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0be3c45c-1c54-4d03-b0ff-945ace73d30c {
  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-0be3c45c-1c54-4d03-b0ff-945ace73d30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0be3c45c-1c54-4d03-b0ff-945ace73d30c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c7836de-91e7-4bdb-b125-555b6fc8d696 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-425746be-bfe7-4814-a3cc-dd7e890134f5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-425746be-bfe7-4814-a3cc-dd7e890134f5 .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-425746be-bfe7-4814-a3cc-dd7e890134f5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-88684e45-21f3-4ee2-a642-990fd08c4e68 {
  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-88684e45-21f3-4ee2-a642-990fd08c4e68 {
  margin-top: 10px;
}
}







#s-88684e45-21f3-4ee2-a642-990fd08c4e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88684e45-21f3-4ee2-a642-990fd08c4e68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d99886ad-5cfb-4c4b-bd18-75017217c3cd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d83eeeea-12e5-47e1-9fd0-482d083dc8c7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-d83eeeea-12e5-47e1-9fd0-482d083dc8c7 .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-d83eeeea-12e5-47e1-9fd0-482d083dc8c7 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-fcbea72c-f7e2-45f8-8131-9548cdb472d6 {
  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-fcbea72c-f7e2-45f8-8131-9548cdb472d6 {
  margin-top: 10px;
}
}







#s-fcbea72c-f7e2-45f8-8131-9548cdb472d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcbea72c-f7e2-45f8-8131-9548cdb472d6.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-821ec5eb-520c-4d02-b1a6-ae7e07bc7819 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-821ec5eb-520c-4d02-b1a6-ae7e07bc7819 {
  margin-top: 0px;
}
}
#s-60178986-f096-48fc-b5ec-0b1f043226bc {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-60178986-f096-48fc-b5ec-0b1f043226bc .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-60178986-f096-48fc-b5ec-0b1f043226bc .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc {
  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-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}
#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc {
  background-image: url();
}








#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd6463f6-f25d-4de3-a6d1-ce42a8f8d8cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab98fc02-ac79-42ba-a7ab-9202945a32ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ab98fc02-ac79-42ba-a7ab-9202945a32ee {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab98fc02-ac79-42ba-a7ab-9202945a32ee {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-ab98fc02-ac79-42ba-a7ab-9202945a32ee {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-ab98fc02-ac79-42ba-a7ab-9202945a32ee .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-ab98fc02-ac79-42ba-a7ab-9202945a32ee .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-ab98fc02-ac79-42ba-a7ab-9202945a32ee .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-ab98fc02-ac79-42ba-a7ab-9202945a32ee .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-ab98fc02-ac79-42ba-a7ab-9202945a32ee .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-45072215-77b7-4626-a8c4-57817d359aca {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-277d721a-a909-4980-99cc-8f894ed84f35 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-277d721a-a909-4980-99cc-8f894ed84f35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-277d721a-a909-4980-99cc-8f894ed84f35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-277d721a-a909-4980-99cc-8f894ed84f35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-277d721a-a909-4980-99cc-8f894ed84f35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9269ab0a-6e27-41e5-993f-86cf0a56bf12 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-9269ab0a-6e27-41e5-993f-86cf0a56bf12 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-9269ab0a-6e27-41e5-993f-86cf0a56bf12 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-9269ab0a-6e27-41e5-993f-86cf0a56bf12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9269ab0a-6e27-41e5-993f-86cf0a56bf12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  max-width: 2160px;
text-align: center;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 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-d4f6f062-dfb5-4843-8df8-2a35c547eac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image {
  box-sizing: border-box;
}



.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image {
  box-sizing: border-box;
}



.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image {
  box-sizing: border-box;
}



.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image {
  box-sizing: border-box;
}



.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f6f062-dfb5-4843-8df8-2a35c547eac9.shogun-image {
  box-sizing: border-box;
}



.s-d4f6f062-dfb5-4843-8df8-2a35c547eac9 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-5fa24009-d6ba-49ba-97b6-14d43e4bfd60 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-5fa24009-d6ba-49ba-97b6-14d43e4bfd60 .shg-proportional-font-size,
#s-5fa24009-d6ba-49ba-97b6-14d43e4bfd60 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25e0f50b-1832-43a3-bcb7-4cbd84340173 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-25e0f50b-1832-43a3-bcb7-4cbd84340173 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-25e0f50b-1832-43a3-bcb7-4cbd84340173 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 3%;
padding-bottom: 40px;
padding-right: 3%;
}
}







#s-25e0f50b-1832-43a3-bcb7-4cbd84340173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25e0f50b-1832-43a3-bcb7-4cbd84340173.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  max-width: 3840px;
text-align: center;
}
@media (max-width: 767px){#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  margin-top: 15px;
}
}
#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 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-c5d16104-76f3-4515-abc1-22f27bd95851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image {
  box-sizing: border-box;
}



.s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5d16104-76f3-4515-abc1-22f27bd95851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image {
  box-sizing: border-box;
}



.s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5d16104-76f3-4515-abc1-22f27bd95851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image {
  box-sizing: border-box;
}



.s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5d16104-76f3-4515-abc1-22f27bd95851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image {
  box-sizing: border-box;
}



.s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c5d16104-76f3-4515-abc1-22f27bd95851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5d16104-76f3-4515-abc1-22f27bd95851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d16104-76f3-4515-abc1-22f27bd95851.shogun-image {
  box-sizing: border-box;
}



.s-c5d16104-76f3-4515-abc1-22f27bd95851 img.shogun-image {
  
}


}
#s-8508c392-34f2-4e7f-8714-a41c212be402 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-8508c392-34f2-4e7f-8714-a41c212be402 .shg-proportional-font-size,
#s-8508c392-34f2-4e7f-8714-a41c212be402 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b024d4f-6855-4a60-b16f-fdd7876ff44b {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-9b024d4f-6855-4a60-b16f-fdd7876ff44b {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-9b024d4f-6855-4a60-b16f-fdd7876ff44b {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-9b024d4f-6855-4a60-b16f-fdd7876ff44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b024d4f-6855-4a60-b16f-fdd7876ff44b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-267885fa-d494-4741-a9da-1575569afc15 {
  max-width: 3840px;
text-align: center;
}
@media (max-width: 767px){#s-267885fa-d494-4741-a9da-1575569afc15 {
  margin-top: 15px;
}
}
#s-267885fa-d494-4741-a9da-1575569afc15 {
  margin: 0 !important;
  overflow: visible;
}

#s-267885fa-d494-4741-a9da-1575569afc15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add background color handling */
  
}

#s-267885fa-d494-4741-a9da-1575569afc15 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-267885fa-d494-4741-a9da-1575569afc15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-267885fa-d494-4741-a9da-1575569afc15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-267885fa-d494-4741-a9da-1575569afc15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-267885fa-d494-4741-a9da-1575569afc15.shogun-image {
  box-sizing: border-box;
}



.s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  
}


@media (min-width: 1200px){#s-267885fa-d494-4741-a9da-1575569afc15 {
  margin: 0 !important;
  overflow: visible;
}

#s-267885fa-d494-4741-a9da-1575569afc15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add background color handling */
  
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-267885fa-d494-4741-a9da-1575569afc15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-267885fa-d494-4741-a9da-1575569afc15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-267885fa-d494-4741-a9da-1575569afc15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-267885fa-d494-4741-a9da-1575569afc15.shogun-image {
  box-sizing: border-box;
}



.s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-267885fa-d494-4741-a9da-1575569afc15 {
  margin: 0 !important;
  overflow: visible;
}

#s-267885fa-d494-4741-a9da-1575569afc15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add background color handling */
  
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-267885fa-d494-4741-a9da-1575569afc15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-267885fa-d494-4741-a9da-1575569afc15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-267885fa-d494-4741-a9da-1575569afc15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-267885fa-d494-4741-a9da-1575569afc15.shogun-image {
  box-sizing: border-box;
}



.s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-267885fa-d494-4741-a9da-1575569afc15 {
  margin: 0 !important;
  overflow: visible;
}

#s-267885fa-d494-4741-a9da-1575569afc15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add background color handling */
  
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-267885fa-d494-4741-a9da-1575569afc15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-267885fa-d494-4741-a9da-1575569afc15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-267885fa-d494-4741-a9da-1575569afc15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-267885fa-d494-4741-a9da-1575569afc15.shogun-image {
  box-sizing: border-box;
}



.s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  
}


}@media (max-width: 767px){#s-267885fa-d494-4741-a9da-1575569afc15 {
  margin: 0 !important;
  overflow: visible;
}

#s-267885fa-d494-4741-a9da-1575569afc15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-267885fa-d494-4741-a9da-1575569afc15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add background color handling */
  
}

#s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-267885fa-d494-4741-a9da-1575569afc15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-267885fa-d494-4741-a9da-1575569afc15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-267885fa-d494-4741-a9da-1575569afc15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-267885fa-d494-4741-a9da-1575569afc15.shogun-image {
  box-sizing: border-box;
}



.s-267885fa-d494-4741-a9da-1575569afc15 img.shogun-image {
  
}


}
#s-a064bf3f-bf9f-4284-bfa1-d3bcecd504a7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-a064bf3f-bf9f-4284-bfa1-d3bcecd504a7 .shg-proportional-font-size,
#s-a064bf3f-bf9f-4284-bfa1-d3bcecd504a7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-79434636-dbdd-4d17-afde-55b0ab9eef13 {
  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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-79434636-dbdd-4d17-afde-55b0ab9eef13 {
  margin-top: 10px;
margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79434636-dbdd-4d17-afde-55b0ab9eef13 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79434636-dbdd-4d17-afde-55b0ab9eef13 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-79434636-dbdd-4d17-afde-55b0ab9eef13 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-radius: 5px;
}
}







#s-79434636-dbdd-4d17-afde-55b0ab9eef13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79434636-dbdd-4d17-afde-55b0ab9eef13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77eaff03-bca5-479d-8d73-cbfcb200ab30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77eaff03-bca5-479d-8d73-cbfcb200ab30 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-77eaff03-bca5-479d-8d73-cbfcb200ab30 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-377ecc41-0d66-46cd-883a-098e5bd30f3d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-377ecc41-0d66-46cd-883a-098e5bd30f3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0324f970-5981-46a3-954e-3d51a74f7186 {
  max-width: 2048px;
aspect-ratio: 2048/662;
text-align: center;
}
@media (max-width: 767px){#s-0324f970-5981-46a3-954e-3d51a74f7186 {
  margin-top: 25px;
}
}
#s-0324f970-5981-46a3-954e-3d51a74f7186 {
  margin: 0 !important;
  overflow: visible;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add background color handling */
  
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 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-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
  box-sizing: border-box;
}



.s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0324f970-5981-46a3-954e-3d51a74f7186 {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
      position: relative;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-0324f970-5981-46a3-954e-3d51a74f7186 {
  margin: 0 !important;
  overflow: visible;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add background color handling */
  
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
  box-sizing: border-box;
}



.s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0324f970-5981-46a3-954e-3d51a74f7186 {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
      position: relative;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186 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-0324f970-5981-46a3-954e-3d51a74f7186 {
  margin: 0 !important;
  overflow: visible;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add background color handling */
  
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
  box-sizing: border-box;
}



.s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0324f970-5981-46a3-954e-3d51a74f7186 {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
      position: relative;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186 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-0324f970-5981-46a3-954e-3d51a74f7186 {
  margin: 0 !important;
  overflow: visible;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add background color handling */
  
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
  box-sizing: border-box;
}



.s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0324f970-5981-46a3-954e-3d51a74f7186 {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
      position: relative;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-0324f970-5981-46a3-954e-3d51a74f7186 {
  margin: 0 !important;
  overflow: visible;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0324f970-5981-46a3-954e-3d51a74f7186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add background color handling */
  
}

#s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0324f970-5981-46a3-954e-3d51a74f7186 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0324f970-5981-46a3-954e-3d51a74f7186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image {
  box-sizing: border-box;
}



.s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0324f970-5981-46a3-954e-3d51a74f7186 {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container {
      position: relative;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0324f970-5981-46a3-954e-3d51a74f7186 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-fd58658a-5517-496b-860b-532bacc60a5d {
  margin-left: auto;
margin-right: auto;
}

#s-fd58658a-5517-496b-860b-532bacc60a5d hr {
  border-top: 2px solid #ddd;
}

#s-55f3b556-502a-4b0e-8910-15b115be2784 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-55f3b556-502a-4b0e-8910-15b115be2784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55f3b556-502a-4b0e-8910-15b115be2784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55f3b556-502a-4b0e-8910-15b115be2784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55f3b556-502a-4b0e-8910-15b115be2784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-008b7335-dbbf-484e-8387-6f454c90c4ee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-008b7335-dbbf-484e-8387-6f454c90c4ee {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
}
#s-a487de34-c2a8-4a80-9351-7fd6200dfe07 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a487de34-c2a8-4a80-9351-7fd6200dfe07 {
  margin-top: 10px;
}
}
#s-a487de34-c2a8-4a80-9351-7fd6200dfe07 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a487de34-c2a8-4a80-9351-7fd6200dfe07 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-9d750540-b7f4-462a-a020-acb2d8139556 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d750540-b7f4-462a-a020-acb2d8139556"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d750540-b7f4-462a-a020-acb2d8139556"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d750540-b7f4-462a-a020-acb2d8139556"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d750540-b7f4-462a-a020-acb2d8139556"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3aa17503-f16e-4bb2-a5e7-d2c04bc16700 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3aa17503-f16e-4bb2-a5e7-d2c04bc16700"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3aa17503-f16e-4bb2-a5e7-d2c04bc16700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3aa17503-f16e-4bb2-a5e7-d2c04bc16700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aa17503-f16e-4bb2-a5e7-d2c04bc16700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
  box-sizing: border-box;
}



.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
      position: relative;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
  box-sizing: border-box;
}



.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
      position: relative;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
  box-sizing: border-box;
}



.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
      position: relative;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
  box-sizing: border-box;
}



.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
      position: relative;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image {
  box-sizing: border-box;
}



.s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container {
      position: relative;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b960543a-2b03-4780-a7d4-58470f6ddcc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
  box-sizing: border-box;
}



.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
      position: relative;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
  box-sizing: border-box;
}



.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
      position: relative;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 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-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
  box-sizing: border-box;
}



.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
      position: relative;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 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-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
  box-sizing: border-box;
}



.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
      position: relative;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image {
  box-sizing: border-box;
}



.s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container {
      position: relative;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8cdd35d-c3df-426c-9a91-a8d1791e2750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin-top: 30px;
}
}
#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
  box-sizing: border-box;
}



.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
      position: relative;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
  box-sizing: border-box;
}



.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
      position: relative;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
  box-sizing: border-box;
}



.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
      position: relative;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
  box-sizing: border-box;
}



.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
      position: relative;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image {
  box-sizing: border-box;
}



.s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container {
      position: relative;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9c84ef3-6c41-433a-a40c-24fe56fc8a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-88f69ae4-e548-4a21-8ce0-60c467de1550 {
  margin-left: auto;
margin-right: auto;
}

#s-88f69ae4-e548-4a21-8ce0-60c467de1550 hr {
  border-top: 2px solid #ddd;
}

#s-01c2463a-0802-4f39-9b37-7566235371c5 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-01c2463a-0802-4f39-9b37-7566235371c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c2463a-0802-4f39-9b37-7566235371c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-01c2463a-0802-4f39-9b37-7566235371c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-01c2463a-0802-4f39-9b37-7566235371c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
  box-sizing: border-box;
}



.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
      position: relative;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
  box-sizing: border-box;
}



.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
      position: relative;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
  box-sizing: border-box;
}



.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
      position: relative;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
  box-sizing: border-box;
}



.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
      position: relative;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image {
  box-sizing: border-box;
}



.s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container {
      position: relative;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7d9ecf-18db-4938-b609-07f9083e5d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-3d435e67-abac-418a-b4f8-9e98c8d4a00e {
  margin-top: 15px;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  margin-top: 40px;
margin-bottom: 10px;
}
}
#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
  box-sizing: border-box;
}



.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
      position: relative;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
  box-sizing: border-box;
}



.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
      position: relative;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
  box-sizing: border-box;
}



.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
      position: relative;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
  box-sizing: border-box;
}



.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
      position: relative;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image {
  box-sizing: border-box;
}



.s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container {
      position: relative;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b7050a9-1fc0-4b01-bbc0-647f7df09303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-ee129866-46c7-4f40-aab4-453fcc6f42af {
  margin-top: 15px;
}

#s-19305581-876d-408b-b40c-653ec2c87398 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-19305581-876d-408b-b40c-653ec2c87398 {
  margin-top: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
}
#s-a80f551f-8f3a-4519-9982-f559b709eca5 {
  margin-top: 15px;
}

#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644 {
  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: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: dashed;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644 {
  margin-top: 20px;
margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-radius: 5px;
}
}







#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54eddfcf-b9f9-44b2-8a34-7aa98366a644.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ec3719-20de-41b3-92b5-d874e0b19430 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b6ec3719-20de-41b3-92b5-d874e0b19430 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-b6ec3719-20de-41b3-92b5-d874e0b19430 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6ec3719-20de-41b3-92b5-d874e0b19430 .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-b6ec3719-20de-41b3-92b5-d874e0b19430 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-b6ec3719-20de-41b3-92b5-d874e0b19430 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

@media (min-width: 0px) {
[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b1f97f2-61cf-45d9-9fb5-8d40bf11fe06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  margin-top: 25px;
max-width: 250px;
}
}
#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 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-9a84d330-f6c3-4193-877d-e8f2e1f80143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image {
  box-sizing: border-box;
}



.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image {
  box-sizing: border-box;
}



.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image {
  box-sizing: border-box;
}



.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image {
  box-sizing: border-box;
}



.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9a84d330-f6c3-4193-877d-e8f2e1f80143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a84d330-f6c3-4193-877d-e8f2e1f80143.shogun-image {
  box-sizing: border-box;
}



.s-9a84d330-f6c3-4193-877d-e8f2e1f80143 img.shogun-image {
  
}


}
.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-7e41aa82-fb20-4e81-8e8a-afaab67fa738 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e41aa82-fb20-4e81-8e8a-afaab67fa738-root {
    text-align: center;
  }


#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e41aa82-fb20-4e81-8e8a-afaab67fa738-root {
    text-align: center;
  }


#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e41aa82-fb20-4e81-8e8a-afaab67fa738-root {
    text-align: center;
  }


#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e41aa82-fb20-4e81-8e8a-afaab67fa738-root {
    text-align: center;
  }


#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e41aa82-fb20-4e81-8e8a-afaab67fa738-root {
    text-align: center;
  }


#s-7e41aa82-fb20-4e81-8e8a-afaab67fa738.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
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(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5 {
  margin-top: 20px;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 25px;
padding-bottom: 25px;
border-radius: 5px;
}
}







#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8ddee85-36a9-4fc3-86a6-6020777fdaf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8895e432-873a-4f0a-968f-3597725d801c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8895e432-873a-4f0a-968f-3597725d801c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8895e432-873a-4f0a-968f-3597725d801c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ad5cd11-d940-4d09-85d2-8874871c5a75 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ad5cd11-d940-4d09-85d2-8874871c5a75 .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-4ad5cd11-d940-4d09-85d2-8874871c5a75 .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-4d66cc21-6faf-4192-952c-12a34de13d55 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-4d66cc21-6faf-4192-952c-12a34de13d55 {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-4d66cc21-6faf-4192-952c-12a34de13d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d66cc21-6faf-4192-952c-12a34de13d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b727192-78a2-4300-86ac-d4a77aeabcd3 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6b727192-78a2-4300-86ac-d4a77aeabcd3 {
  margin-top: 20px;
}
}
#s-6b727192-78a2-4300-86ac-d4a77aeabcd3 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-6b727192-78a2-4300-86ac-d4a77aeabcd3 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-498e5d5a-2d1f-4328-8bfe-6cf1aed4b4dc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-498e5d5a-2d1f-4328-8bfe-6cf1aed4b4dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-498e5d5a-2d1f-4328-8bfe-6cf1aed4b4dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-498e5d5a-2d1f-4328-8bfe-6cf1aed4b4dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-498e5d5a-2d1f-4328-8bfe-6cf1aed4b4dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6fa70b13-f3a0-40d2-b0d8-c1c07b2bba2d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e6f13f8e-9394-4c0d-89fa-05aacb1dabad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-06b3436d-dc23-4959-ad72-705afd52931f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-12c39815-d836-4716-acc5-dce83905c959 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-23a7c7e7-6d54-4831-be60-6a027ec0becc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23a7c7e7-6d54-4831-be60-6a027ec0becc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


@media (min-width: 1200px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}@media (max-width: 767px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}
#s-dfd24ca1-e407-44f2-828a-892e235e9bcd {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dfd24ca1-e407-44f2-828a-892e235e9bcd {
  margin-top: 20px;
}
}
#s-dfd24ca1-e407-44f2-828a-892e235e9bcd .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-7aa4298d-6ae8-407d-9975-da58dc503820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aa4298d-6ae8-407d-9975-da58dc503820.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


@media (min-width: 1200px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}@media (max-width: 767px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}
#s-24207d5d-666d-4d24-8c4e-0e854914043d {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-24207d5d-666d-4d24-8c4e-0e854914043d {
  margin-top: 20px;
}
}
#s-24207d5d-666d-4d24-8c4e-0e854914043d .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a {
  border-style: solid;
border-color: #000;
margin-top: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}







#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


@media (min-width: 1200px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}@media (max-width: 767px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}
#s-7433750d-9f15-40f7-95f4-2c881fd63c9e {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7433750d-9f15-40f7-95f4-2c881fd63c9e {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-7433750d-9f15-40f7-95f4-2c881fd63c9e {
  margin-top: 20px;
}
}
#s-7433750d-9f15-40f7-95f4-2c881fd63c9e .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b {
  margin-top: 10px;
}
}







#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}
#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 {
  margin-top: 20px;
}
}
#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc {
  border-style: solid;
margin-top: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
}
}@media (max-width: 767px){#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
}
}







#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0bb7df9-ab0c-42b1-b3c7-7fa241e69dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00a794d1-8330-49f6-aa47-934268e2aff7 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00a794d1-8330-49f6-aa47-934268e2aff7 .shogun-heading-component h5 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-00a794d1-8330-49f6-aa47-934268e2aff7 .shogun-heading-component h5 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-9372e187-5301-4224-a0de-2bece7292b65 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9372e187-5301-4224-a0de-2bece7292b65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9372e187-5301-4224-a0de-2bece7292b65:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9372e187-5301-4224-a0de-2bece7292b65 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9372e187-5301-4224-a0de-2bece7292b65 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-9372e187-5301-4224-a0de-2bece7292b65 {
  margin-bottom: 0px;
padding-bottom: 10px;
}
}

  #s-9372e187-5301-4224-a0de-2bece7292b65-root {
    text-align: center;
  }


#s-9372e187-5301-4224-a0de-2bece7292b65.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9372e187-5301-4224-a0de-2bece7292b65-root {
    text-align: center;
  }


#s-9372e187-5301-4224-a0de-2bece7292b65.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9372e187-5301-4224-a0de-2bece7292b65-root {
    text-align: center;
  }


#s-9372e187-5301-4224-a0de-2bece7292b65.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9372e187-5301-4224-a0de-2bece7292b65-root {
    text-align: center;
  }


#s-9372e187-5301-4224-a0de-2bece7292b65.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9372e187-5301-4224-a0de-2bece7292b65-root {
    text-align: center;
  }


#s-9372e187-5301-4224-a0de-2bece7292b65.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-46184d46-fa79-4756-944e-75af5f18fb61 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-46184d46-fa79-4756-944e-75af5f18fb61 {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-46184d46-fa79-4756-944e-75af5f18fb61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46184d46-fa79-4756-944e-75af5f18fb61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbbe0de8-4908-40a8-a77f-7892ab6025c8 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dbbe0de8-4908-40a8-a77f-7892ab6025c8 {
  margin-top: 20px;
}
}
#s-dbbe0de8-4908-40a8-a77f-7892ab6025c8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-dbbe0de8-4908-40a8-a77f-7892ab6025c8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  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-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(227, 227, 227, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
  #s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
#s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .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-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
}

#s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(227, 227, 227, 1);
}
@media (max-width: 767px){
  #s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(227, 227, 227, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
  #s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
  }
#s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .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-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
}

#s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-0bfebd82-6f2b-4d11-9587-d0ff994f1e53 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(227, 227, 227, 1);
}
}
#s-d42c2858-1529-4dd1-bcd5-50b5ab715ce8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d42c2858-1529-4dd1-bcd5-50b5ab715ce8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d42c2858-1529-4dd1-bcd5-50b5ab715ce8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d42c2858-1529-4dd1-bcd5-50b5ab715ce8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d42c2858-1529-4dd1-bcd5-50b5ab715ce8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8e7530a9-745d-47c0-ba2c-3e7fc2ebd136 {
  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-8e7530a9-745d-47c0-ba2c-3e7fc2ebd136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e7530a9-745d-47c0-ba2c-3e7fc2ebd136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab18dc69-2bc4-45e2-8e6d-bb5c9a90d534 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab18dc69-2bc4-45e2-8e6d-bb5c9a90d534 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-ab18dc69-2bc4-45e2-8e6d-bb5c9a90d534 .shogun-heading-component h5 a {
  color: ;
}


#s-86915b29-6a09-4039-9c26-af47f53a0ddd {
  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-ef432e8c-122a-49a5-a211-ac28a07767af {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef432e8c-122a-49a5-a211-ac28a07767af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aeff5e93-5fc2-429f-a6ec-f2a6168c43ea {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aeff5e93-5fc2-429f-a6ec-f2a6168c43ea .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7b919ae4-e557-488f-9339-e85c6b3a6110 {
  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-7b919ae4-e557-488f-9339-e85c6b3a6110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b919ae4-e557-488f-9339-e85c6b3a6110.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f722ad64-328e-4b82-b61b-34015206f64a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f722ad64-328e-4b82-b61b-34015206f64a .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f722ad64-328e-4b82-b61b-34015206f64a .shogun-heading-component h5 a {
  color: ;
}


#s-dd857f16-1d9d-4092-9d90-a56001de00c1 {
  margin-left: auto;
margin-right: auto;
}

#s-f922486e-4815-46f1-b676-b4571d1cdaa1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f922486e-4815-46f1-b676-b4571d1cdaa1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1a2877d2-8dd6-466c-b786-54ff4737f9a5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a2877d2-8dd6-466c-b786-54ff4737f9a5 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d20f0b05-e0df-4e02-96b5-516788e294f2 {
  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-d20f0b05-e0df-4e02-96b5-516788e294f2 {
  margin-top: 10px;
}
}







#s-d20f0b05-e0df-4e02-96b5-516788e294f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d20f0b05-e0df-4e02-96b5-516788e294f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef188f1b-0c64-44ca-9a70-aacce425bf8f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef188f1b-0c64-44ca-9a70-aacce425bf8f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-ef188f1b-0c64-44ca-9a70-aacce425bf8f .shogun-heading-component h5 a {
  color: ;
}


#s-a68b45e2-289c-4cc4-a410-ef9b2974438c {
  margin-left: auto;
margin-right: auto;
}

#s-f123e15d-59a0-423e-aac1-0a78914150cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f123e15d-59a0-423e-aac1-0a78914150cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dfcd52ea-6253-450a-b78d-b9af4c949839 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dfcd52ea-6253-450a-b78d-b9af4c949839 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-925613ef-1820-40c7-9725-ed3ad9bddaa2 {
  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-925613ef-1820-40c7-9725-ed3ad9bddaa2 {
  margin-top: 10px;
}
}







#s-925613ef-1820-40c7-9725-ed3ad9bddaa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-925613ef-1820-40c7-9725-ed3ad9bddaa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1aa224b-ab24-4897-b20b-0d6ff1387b86 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1aa224b-ab24-4897-b20b-0d6ff1387b86 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-c1aa224b-ab24-4897-b20b-0d6ff1387b86 .shogun-heading-component h5 a {
  color: ;
}


#s-a02de9aa-5d6b-4bb2-aa87-467932c02c30 {
  margin-left: auto;
margin-right: auto;
}

#s-ab64cb02-723c-43aa-955e-6be99dba4f56 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab64cb02-723c-43aa-955e-6be99dba4f56 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1693d5c1-5ff2-4cfe-b141-b47c416c7d57 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1693d5c1-5ff2-4cfe-b141-b47c416c7d57 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-26d5b985-2b2b-46b1-ba44-eea2326e4aa0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-26d5b985-2b2b-46b1-ba44-eea2326e4aa0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-26d5b985-2b2b-46b1-ba44-eea2326e4aa0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-26d5b985-2b2b-46b1-ba44-eea2326e4aa0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-26d5b985-2b2b-46b1-ba44-eea2326e4aa0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a0be6ba5-cbbe-42f1-9141-e7137b84d22e {
  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-a0be6ba5-cbbe-42f1-9141-e7137b84d22e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0be6ba5-cbbe-42f1-9141-e7137b84d22e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-885cef82-cec9-4cab-ac4c-fd92c72dd1f2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-885cef82-cec9-4cab-ac4c-fd92c72dd1f2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-885cef82-cec9-4cab-ac4c-fd92c72dd1f2 .shogun-heading-component h5 a {
  color: ;
}


#s-2dbaa228-68d3-4652-88c0-8ec781d7004a {
  margin-left: auto;
margin-right: auto;
}

#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fea63ff3-a1ce-486e-a622-f9997f080fc4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-44be9466-7d14-4d74-8f05-423e48cdb334 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44be9466-7d14-4d74-8f05-423e48cdb334 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c8af100e-e43d-466a-8b11-a4db93d8b8d4 {
  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-c8af100e-e43d-466a-8b11-a4db93d8b8d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8af100e-e43d-466a-8b11-a4db93d8b8d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f377a3fa-1078-49fe-9dac-46af9df2f1b7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f377a3fa-1078-49fe-9dac-46af9df2f1b7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f377a3fa-1078-49fe-9dac-46af9df2f1b7 .shogun-heading-component h5 a {
  color: ;
}


#s-9df3ca0a-28fc-4cb2-ab1b-3ca020c34263 {
  margin-left: auto;
margin-right: auto;
}

#s-43603d30-a141-4ccb-bb1e-d3983935c839 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43603d30-a141-4ccb-bb1e-d3983935c839 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e18b2d7d-a14d-4fea-805b-59ab2b8c1910 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e18b2d7d-a14d-4fea-805b-59ab2b8c1910 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fd680a4f-35d8-46da-8f9f-e211c92c7fe6 {
  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-fd680a4f-35d8-46da-8f9f-e211c92c7fe6 {
  margin-top: 10px;
}
}







#s-fd680a4f-35d8-46da-8f9f-e211c92c7fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd680a4f-35d8-46da-8f9f-e211c92c7fe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08ed5ac3-483b-4830-89da-77e4ac312ca0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08ed5ac3-483b-4830-89da-77e4ac312ca0 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-08ed5ac3-483b-4830-89da-77e4ac312ca0 .shogun-heading-component h5 a {
  color: ;
}


#s-2d5e834a-15ec-4d69-84af-979edbed775a {
  margin-left: auto;
margin-right: auto;
}

#s-5ed156e6-7511-4247-ace9-0a89ea933a65 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ed156e6-7511-4247-ace9-0a89ea933a65 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fa9e59ca-3045-4fb3-91f5-a9048c160f2a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa9e59ca-3045-4fb3-91f5-a9048c160f2a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a858d702-5628-427a-8396-284e2b08b0e9 {
  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-a858d702-5628-427a-8396-284e2b08b0e9 {
  margin-top: 10px;
}
}







#s-a858d702-5628-427a-8396-284e2b08b0e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a858d702-5628-427a-8396-284e2b08b0e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-772bc641-271c-4659-a6ce-af1ac3ea9869 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-772bc641-271c-4659-a6ce-af1ac3ea9869 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-772bc641-271c-4659-a6ce-af1ac3ea9869 .shogun-heading-component h5 a {
  color: ;
}


#s-29052504-7992-4ba0-b5ef-dcc7722f87ee {
  margin-left: auto;
margin-right: auto;
}

#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5859135c-1e79-48c7-a9b6-5d6b5c4956ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8f0ed9a-4ab5-46de-9d8a-7fa9ab54d8f0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8f0ed9a-4ab5-46de-9d8a-7fa9ab54d8f0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4ade83d2-3540-4d2d-9580-3bb4116acaea {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4ade83d2-3540-4d2d-9580-3bb4116acaea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4ade83d2-3540-4d2d-9580-3bb4116acaea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4ade83d2-3540-4d2d-9580-3bb4116acaea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ade83d2-3540-4d2d-9580-3bb4116acaea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-edd96545-6534-4363-b89a-2626577c68ef {
  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-edd96545-6534-4363-b89a-2626577c68ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edd96545-6534-4363-b89a-2626577c68ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ffeaf7-8c95-4e94-80d4-4941a56b47c1 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7ffeaf7-8c95-4e94-80d4-4941a56b47c1 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-b7ffeaf7-8c95-4e94-80d4-4941a56b47c1 .shogun-heading-component h5 a {
  color: ;
}


#s-df323311-58c4-4cd0-81d1-8523f8e49b25 {
  margin-left: auto;
margin-right: auto;
}

#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0409d-4a8a-47e2-bb59-d11d46d02bae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-48a7562f-df09-4101-9c95-30969a53386f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-48a7562f-df09-4101-9c95-30969a53386f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b224b2df-02b6-4830-8612-bd101c711024 {
  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-b224b2df-02b6-4830-8612-bd101c711024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b224b2df-02b6-4830-8612-bd101c711024.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca55076d-005f-4e55-820e-ea875d74140b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca55076d-005f-4e55-820e-ea875d74140b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-ca55076d-005f-4e55-820e-ea875d74140b .shogun-heading-component h5 a {
  color: ;
}


#s-3497ba01-7e7d-4356-bc8c-d496c8278f40 {
  margin-left: auto;
margin-right: auto;
}

#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25b6436d-dbb3-487a-88e6-7f29fda474a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0080858-be3a-4760-bc43-8881754c8593 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0080858-be3a-4760-bc43-8881754c8593 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9171123a-aa8b-4032-8e82-12efd87ced17 {
  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-9171123a-aa8b-4032-8e82-12efd87ced17 {
  margin-top: 10px;
}
}







#s-9171123a-aa8b-4032-8e82-12efd87ced17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9171123a-aa8b-4032-8e82-12efd87ced17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbae85e0-6855-4fe2-ac65-49f1ed9502cc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbae85e0-6855-4fe2-ac65-49f1ed9502cc .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-cbae85e0-6855-4fe2-ac65-49f1ed9502cc .shogun-heading-component h5 a {
  color: ;
}


#s-db8fa778-8aa2-4874-81cf-d7188f8bf131 {
  margin-left: auto;
margin-right: auto;
}

#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b00aa6af-0278-40b2-952a-f62ceb0b0072 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-674c155a-af28-4cbe-9e20-d4dbbe3b7042 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-674c155a-af28-4cbe-9e20-d4dbbe3b7042 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-03e40b2e-e14d-414b-b063-3bb72c603051 {
  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-03e40b2e-e14d-414b-b063-3bb72c603051 {
  margin-top: 10px;
}
}







#s-03e40b2e-e14d-414b-b063-3bb72c603051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03e40b2e-e14d-414b-b063-3bb72c603051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-789562c3-02b3-494f-81f5-d0f8a7e9a9ee {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-789562c3-02b3-494f-81f5-d0f8a7e9a9ee .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-789562c3-02b3-494f-81f5-d0f8a7e9a9ee .shogun-heading-component h5 a {
  color: ;
}


#s-be8bdf4a-3e1b-45d6-a25b-37ce4d78996d {
  margin-left: auto;
margin-right: auto;
}

#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf9a1db-97df-45c4-8a6d-763b5d116a61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b4822fbe-f860-4677-8f72-6a4021329334 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4822fbe-f860-4677-8f72-6a4021329334 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ba83db96-cce2-4b80-ad78-942cdc7d8252 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ba83db96-cce2-4b80-ad78-942cdc7d8252"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ba83db96-cce2-4b80-ad78-942cdc7d8252"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ba83db96-cce2-4b80-ad78-942cdc7d8252"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ba83db96-cce2-4b80-ad78-942cdc7d8252"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4d04df85-19c1-46ca-999d-9645c14fe373 {
  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-4d04df85-19c1-46ca-999d-9645c14fe373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d04df85-19c1-46ca-999d-9645c14fe373.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00c4b8b0-3ab5-45ed-b3c0-ce33a1f78a53 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00c4b8b0-3ab5-45ed-b3c0-ce33a1f78a53 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-00c4b8b0-3ab5-45ed-b3c0-ce33a1f78a53 .shogun-heading-component h5 a {
  color: ;
}


#s-80bf7127-5d10-4f60-8eeb-0858541c98c6 {
  margin-left: auto;
margin-right: auto;
}

#s-2dc0c519-33ed-48c0-9b54-ace7727e735e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc0c519-33ed-48c0-9b54-ace7727e735e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-32e2bf73-5464-419e-8575-7f88d292a476 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32e2bf73-5464-419e-8575-7f88d292a476 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d5067ad3-5e7c-4091-9b62-66715b2f4ba5 {
  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-d5067ad3-5e7c-4091-9b62-66715b2f4ba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5067ad3-5e7c-4091-9b62-66715b2f4ba5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e1efeb5-b217-4170-8f9e-e40b44f43c89 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e1efeb5-b217-4170-8f9e-e40b44f43c89 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-9e1efeb5-b217-4170-8f9e-e40b44f43c89 .shogun-heading-component h5 a {
  color: ;
}


#s-b6456441-06ff-4dcf-b3ea-989f7488f0c8 {
  margin-left: auto;
margin-right: auto;
}

#s-9a38b92f-6266-441b-855f-d71545eacc29 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a38b92f-6266-441b-855f-d71545eacc29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e3dc1096-1336-4af4-812b-89864cd18848 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3dc1096-1336-4af4-812b-89864cd18848 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2cf25d2e-ab68-4879-ae76-ba7d1b2de6b7 {
  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-2cf25d2e-ab68-4879-ae76-ba7d1b2de6b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cf25d2e-ab68-4879-ae76-ba7d1b2de6b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5655acba-d7ff-4882-9534-919687241efc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5655acba-d7ff-4882-9534-919687241efc .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-5655acba-d7ff-4882-9534-919687241efc .shogun-heading-component h5 a {
  color: ;
}


#s-aca19b7b-4f7e-4c32-8cba-3b768be81f9c {
  margin-left: auto;
margin-right: auto;
}

#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffe2a461-b8ba-40af-9a52-7cf63db36f84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c4dfea2f-218a-419b-bc08-4c3d89be17ad {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4dfea2f-218a-419b-bc08-4c3d89be17ad .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-419264c6-9d90-4653-bf62-24b39f433bac {
  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-419264c6-9d90-4653-bf62-24b39f433bac {
  margin-top: 10px;
}
}







#s-419264c6-9d90-4653-bf62-24b39f433bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-419264c6-9d90-4653-bf62-24b39f433bac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7aa9e41-f88b-4d2f-966f-85a05e2083ce {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7aa9e41-f88b-4d2f-966f-85a05e2083ce .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-a7aa9e41-f88b-4d2f-966f-85a05e2083ce .shogun-heading-component h5 a {
  color: ;
}


#s-05a4f936-fc00-42a6-836a-95da95230dc4 {
  margin-left: auto;
margin-right: auto;
}

#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb3102f-863a-4da8-8a08-82a53f52ec20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9defbe08-d06f-4bc6-8cb2-a5a4a950d128 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9defbe08-d06f-4bc6-8cb2-a5a4a950d128 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bb7798ed-2f42-47e2-925c-a4a995249f67 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bb7798ed-2f42-47e2-925c-a4a995249f67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bb7798ed-2f42-47e2-925c-a4a995249f67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bb7798ed-2f42-47e2-925c-a4a995249f67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb7798ed-2f42-47e2-925c-a4a995249f67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-e6fa1203-f714-4de2-a0c0-6a40c5e8a462 {
  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-e6fa1203-f714-4de2-a0c0-6a40c5e8a462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6fa1203-f714-4de2-a0c0-6a40c5e8a462.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc785bba-8b4d-456b-b33d-bcad75f6f8a2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc785bba-8b4d-456b-b33d-bcad75f6f8a2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-cc785bba-8b4d-456b-b33d-bcad75f6f8a2 .shogun-heading-component h5 a {
  color: ;
}


#s-07871c15-9dad-4d79-bb96-ddfaf93d3558 {
  margin-left: auto;
margin-right: auto;
}

#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22199165-c9d3-4f69-a0e3-33b13b67ae84 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-35d30249-fcf1-4d0b-a384-8f9e543e3c48 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35d30249-fcf1-4d0b-a384-8f9e543e3c48 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-25b22b3d-172c-42f6-b63f-a8e234859490 {
  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-25b22b3d-172c-42f6-b63f-a8e234859490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25b22b3d-172c-42f6-b63f-a8e234859490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d3ff161-2788-4487-a159-19ecb584d3a3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d3ff161-2788-4487-a159-19ecb584d3a3 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-7d3ff161-2788-4487-a159-19ecb584d3a3 .shogun-heading-component h5 a {
  color: ;
}


#s-9fcbbf9e-559e-4d70-bcd4-52ebc04344ae {
  margin-left: auto;
margin-right: auto;
}

#s-8a66703b-3439-44ce-9557-acda007282e8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a66703b-3439-44ce-9557-acda007282e8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c982ca1-904a-4891-bc0e-69304dd4f8f2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c982ca1-904a-4891-bc0e-69304dd4f8f2 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-dffac17b-e2c7-4a08-b914-7e586853c5e7 {
  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-dffac17b-e2c7-4a08-b914-7e586853c5e7 {
  margin-top: 10px;
}
}







#s-dffac17b-e2c7-4a08-b914-7e586853c5e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dffac17b-e2c7-4a08-b914-7e586853c5e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd566f1f-6d47-4ed9-9d53-d3816a6ce6f2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd566f1f-6d47-4ed9-9d53-d3816a6ce6f2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-dd566f1f-6d47-4ed9-9d53-d3816a6ce6f2 .shogun-heading-component h5 a {
  color: ;
}


#s-d834fe26-16e3-4fc9-88e7-6c4c312aeb63 {
  margin-left: auto;
margin-right: auto;
}

#s-3b614608-614b-45f7-8ad6-265dd411e991 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b614608-614b-45f7-8ad6-265dd411e991 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bdb83a72-4a1b-4b1a-8921-15087b82369e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bdb83a72-4a1b-4b1a-8921-15087b82369e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-af3f601d-08a1-45f5-ab11-6627a76eedd3 {
  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-af3f601d-08a1-45f5-ab11-6627a76eedd3 {
  margin-top: 10px;
}
}







#s-af3f601d-08a1-45f5-ab11-6627a76eedd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af3f601d-08a1-45f5-ab11-6627a76eedd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36c75338-d915-4320-9e77-2869f5f38548 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36c75338-d915-4320-9e77-2869f5f38548 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-36c75338-d915-4320-9e77-2869f5f38548 .shogun-heading-component h5 a {
  color: ;
}


#s-3c892ee2-01f1-4cf3-9ece-58f4b0d1f853 {
  margin-left: auto;
margin-right: auto;
}

#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a95cf-5053-40f7-9ed5-9d0cbfabf77e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-034b2e29-a7a6-409e-a5d3-67c4f04596c2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-034b2e29-a7a6-409e-a5d3-67c4f04596c2 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-eadccace-b448-4ec9-9673-a6a708e2a68c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-eadccace-b448-4ec9-9673-a6a708e2a68c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-eadccace-b448-4ec9-9673-a6a708e2a68c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-eadccace-b448-4ec9-9673-a6a708e2a68c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-eadccace-b448-4ec9-9673-a6a708e2a68c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5589b71f-afc9-4086-8635-981edf06dbab {
  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-5589b71f-afc9-4086-8635-981edf06dbab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5589b71f-afc9-4086-8635-981edf06dbab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c378e70-0cf0-4e7c-b3c8-ea46b730c9b3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c378e70-0cf0-4e7c-b3c8-ea46b730c9b3 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-1c378e70-0cf0-4e7c-b3c8-ea46b730c9b3 .shogun-heading-component h5 a {
  color: ;
}


#s-ef698b15-0847-4c6e-8c03-b88a1950db35 {
  margin-left: auto;
margin-right: auto;
}

#s-edeabc95-b3a9-43b0-8d9d-f991f875868d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edeabc95-b3a9-43b0-8d9d-f991f875868d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9748fee9-b46c-4c8b-8adf-755021b663b7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9748fee9-b46c-4c8b-8adf-755021b663b7 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b5d4e0fe-c624-4042-8f79-5980a39acbd0 {
  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-b5d4e0fe-c624-4042-8f79-5980a39acbd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5d4e0fe-c624-4042-8f79-5980a39acbd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e14d4b3-4184-4cea-9911-1738af6d2a05 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e14d4b3-4184-4cea-9911-1738af6d2a05 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-5e14d4b3-4184-4cea-9911-1738af6d2a05 .shogun-heading-component h5 a {
  color: ;
}


#s-f3bbeec1-7ee7-4e35-8961-605a377f202a {
  margin-left: auto;
margin-right: auto;
}

#s-a20e6140-9f44-473d-a840-8b692eb78c83 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a20e6140-9f44-473d-a840-8b692eb78c83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e3c01b77-3945-4d99-af7d-73efc0f2314f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3c01b77-3945-4d99-af7d-73efc0f2314f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2b05915b-af35-411a-b801-4163306a93b2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2b05915b-af35-411a-b801-4163306a93b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2b05915b-af35-411a-b801-4163306a93b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2b05915b-af35-411a-b801-4163306a93b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b05915b-af35-411a-b801-4163306a93b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-59f61ee9-2ffa-449c-9726-2c15fdb4b644 {
  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-59f61ee9-2ffa-449c-9726-2c15fdb4b644 {
  margin-top: 10px;
}
}







#s-59f61ee9-2ffa-449c-9726-2c15fdb4b644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59f61ee9-2ffa-449c-9726-2c15fdb4b644.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52f24a0e-dde9-401a-927b-2bd32054465a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52f24a0e-dde9-401a-927b-2bd32054465a .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-52f24a0e-dde9-401a-927b-2bd32054465a .shogun-heading-component h5 a {
  color: ;
}


#s-1ca38550-0327-4ba5-9cef-6c89f03c62bf {
  margin-left: auto;
margin-right: auto;
}

#s-e9781faf-3ea7-483b-8a42-726d620aa9ac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9781faf-3ea7-483b-8a42-726d620aa9ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5f14533d-2caa-4c4b-b807-a98655ae141e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f14533d-2caa-4c4b-b807-a98655ae141e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-636ee29a-3b99-4069-bc87-3fea841d540f {
  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-636ee29a-3b99-4069-bc87-3fea841d540f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-636ee29a-3b99-4069-bc87-3fea841d540f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d3a9ec-db68-4bb1-8b5b-d42e727b2ce2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27d3a9ec-db68-4bb1-8b5b-d42e727b2ce2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-27d3a9ec-db68-4bb1-8b5b-d42e727b2ce2 .shogun-heading-component h5 a {
  color: ;
}


#s-35cbf8f7-cae8-4b47-ae77-444d4e222a38 {
  margin-left: auto;
margin-right: auto;
}

#s-67f53436-0989-4cf2-b4d5-afcf9812b747 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67f53436-0989-4cf2-b4d5-afcf9812b747 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-097bb62f-4363-40c5-8dde-82164896054a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-097bb62f-4363-40c5-8dde-82164896054a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d49f7591-9d3c-455f-a552-b4f92da318f7 {
  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-d49f7591-9d3c-455f-a552-b4f92da318f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d49f7591-9d3c-455f-a552-b4f92da318f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72c64456-ae1f-4263-ada8-bf6ff1825876 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72c64456-ae1f-4263-ada8-bf6ff1825876 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-72c64456-ae1f-4263-ada8-bf6ff1825876 .shogun-heading-component h5 a {
  color: ;
}


#s-e42217f9-8b84-4f4b-b789-694447d80608 {
  margin-left: auto;
margin-right: auto;
}

#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1546f9e2-08ad-4d35-bc3d-c9a416e18aa4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98018681-5e9a-4d54-93e4-e34d89d0ef97 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98018681-5e9a-4d54-93e4-e34d89d0ef97 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ba2c5779-4790-4dbf-be18-088349f14255 {
  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-ba2c5779-4790-4dbf-be18-088349f14255 {
  margin-top: 10px;
}
}







#s-ba2c5779-4790-4dbf-be18-088349f14255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba2c5779-4790-4dbf-be18-088349f14255.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9d8d4fd-d900-4428-8589-e2c87984def0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9d8d4fd-d900-4428-8589-e2c87984def0 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-e9d8d4fd-d900-4428-8589-e2c87984def0 .shogun-heading-component h5 a {
  color: ;
}


#s-2ccfac1b-22d8-462b-8b41-0191278bc8ca {
  margin-left: auto;
margin-right: auto;
}

#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a83e63c0-ee9a-4f93-803d-e95fcb1239bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6ace784a-d311-4279-ac19-5f724c0f2055 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ace784a-d311-4279-ac19-5f724c0f2055 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b54ebb38-861b-4dc9-b092-53bb601fa50f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b54ebb38-861b-4dc9-b092-53bb601fa50f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b54ebb38-861b-4dc9-b092-53bb601fa50f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b54ebb38-861b-4dc9-b092-53bb601fa50f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b54ebb38-861b-4dc9-b092-53bb601fa50f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f31c0857-3885-48bc-be6b-dcd0a6efe182 {
  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-f31c0857-3885-48bc-be6b-dcd0a6efe182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f31c0857-3885-48bc-be6b-dcd0a6efe182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38fe2672-0d05-4772-a233-d961650c8cb9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38fe2672-0d05-4772-a233-d961650c8cb9 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-38fe2672-0d05-4772-a233-d961650c8cb9 .shogun-heading-component h5 a {
  color: ;
}


#s-6cd1ce9a-f773-4f1b-a99f-3acc02e80956 {
  margin-left: auto;
margin-right: auto;
}

#s-e5ab3590-a85b-4514-8904-e604095b3969 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ab3590-a85b-4514-8904-e604095b3969 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-224a27d7-2ae1-452b-b272-477f46c286d6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-224a27d7-2ae1-452b-b272-477f46c286d6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ca43f7b3-bc19-4405-ba47-74e84b372000 {
  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-ca43f7b3-bc19-4405-ba47-74e84b372000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca43f7b3-bc19-4405-ba47-74e84b372000.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13b9f3e4-b8f2-4d71-ab9c-75317827dd4b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13b9f3e4-b8f2-4d71-ab9c-75317827dd4b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-13b9f3e4-b8f2-4d71-ab9c-75317827dd4b .shogun-heading-component h5 a {
  color: ;
}


#s-a02cfac7-525f-43d6-a30d-f6458ed5d7fe {
  margin-left: auto;
margin-right: auto;
}

#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1a4ec1-9279-4ec1-afe4-3cb24238a8ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2225b37f-6a9a-4ecf-b3a4-ffbbd7342740 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2225b37f-6a9a-4ecf-b3a4-ffbbd7342740 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b696dfec-9ed9-4f45-a5f3-3c35dd70d9ab {
  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-b696dfec-9ed9-4f45-a5f3-3c35dd70d9ab {
  margin-top: 10px;
}
}







#s-b696dfec-9ed9-4f45-a5f3-3c35dd70d9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b696dfec-9ed9-4f45-a5f3-3c35dd70d9ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48e5ca6e-2e5b-4d42-8f21-8ca2eb727c0c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48e5ca6e-2e5b-4d42-8f21-8ca2eb727c0c .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-48e5ca6e-2e5b-4d42-8f21-8ca2eb727c0c .shogun-heading-component h5 a {
  color: ;
}


#s-d021ee5a-722d-47d3-90f7-11d36b0d05a4 {
  margin-left: auto;
margin-right: auto;
}

#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4860e2c-d8dc-43da-a068-edfcd6d4cb05 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7fc2d9e-1e27-49e2-936a-f06c2f0c6770 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7fc2d9e-1e27-49e2-936a-f06c2f0c6770 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fc513645-5c80-42d9-81b6-3caecd2feb49 {
  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-fc513645-5c80-42d9-81b6-3caecd2feb49 {
  margin-top: 10px;
}
}







#s-fc513645-5c80-42d9-81b6-3caecd2feb49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc513645-5c80-42d9-81b6-3caecd2feb49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69950fec-d6ed-4750-985a-943f785eb6ca {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69950fec-d6ed-4750-985a-943f785eb6ca .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-69950fec-d6ed-4750-985a-943f785eb6ca .shogun-heading-component h5 a {
  color: ;
}


#s-8eb52fde-9906-416c-8d43-bdce177d5046 {
  margin-left: auto;
margin-right: auto;
}

#s-88a66147-a8d8-4eb0-a45f-5257e605b69e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88a66147-a8d8-4eb0-a45f-5257e605b69e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-119891b5-6242-4a01-9205-bcbbdc384606 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-119891b5-6242-4a01-9205-bcbbdc384606 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d902059e-45dc-442c-bd41-e3fbca8dac0f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d902059e-45dc-442c-bd41-e3fbca8dac0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d902059e-45dc-442c-bd41-e3fbca8dac0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d902059e-45dc-442c-bd41-e3fbca8dac0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d902059e-45dc-442c-bd41-e3fbca8dac0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b269377f-3bab-4de2-a8c1-e109ac5b8e23 {
  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-b269377f-3bab-4de2-a8c1-e109ac5b8e23 {
  margin-top: 10px;
}
}







#s-b269377f-3bab-4de2-a8c1-e109ac5b8e23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b269377f-3bab-4de2-a8c1-e109ac5b8e23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13fc0fe6-4358-4b89-82b1-c39f4366af7f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13fc0fe6-4358-4b89-82b1-c39f4366af7f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-13fc0fe6-4358-4b89-82b1-c39f4366af7f .shogun-heading-component h5 a {
  color: ;
}


#s-325c9d05-4fa9-4938-a66d-a94c90c9f88b {
  margin-left: auto;
margin-right: auto;
}

#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9221d9a8-e2a7-46a9-9612-5c38ee9bec17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8ff7be5-7a94-468b-b6f6-6b51bbd2340b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8ff7be5-7a94-468b-b6f6-6b51bbd2340b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-37613e1a-3069-4bcf-bd17-2bf54593bb23 {
  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-37613e1a-3069-4bcf-bd17-2bf54593bb23 {
  margin-top: 10px;
}
}







#s-37613e1a-3069-4bcf-bd17-2bf54593bb23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37613e1a-3069-4bcf-bd17-2bf54593bb23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8c570f6-6b17-4b91-8de7-4bd2a53a6458 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8c570f6-6b17-4b91-8de7-4bd2a53a6458 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-a8c570f6-6b17-4b91-8de7-4bd2a53a6458 .shogun-heading-component h5 a {
  color: ;
}


#s-b4f97512-980b-41fd-ab59-36fbe6c04614 {
  margin-left: auto;
margin-right: auto;
}

#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ece2c8b9-07d7-4642-ae38-c2d57ba60523 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6e476d5-13ad-4ad5-8ae8-2d2c403ac151 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6e476d5-13ad-4ad5-8ae8-2d2c403ac151 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-88f1f916-67b1-4b42-911b-8ff6960cc1ed {
  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-88f1f916-67b1-4b42-911b-8ff6960cc1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88f1f916-67b1-4b42-911b-8ff6960cc1ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-928ab14d-d158-4744-b2b9-e907e013cd88 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-928ab14d-d158-4744-b2b9-e907e013cd88 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-928ab14d-d158-4744-b2b9-e907e013cd88 .shogun-heading-component h5 a {
  color: ;
}


#s-f7dba3c2-857b-4af5-8bfb-ac68c8486c3e {
  margin-left: auto;
margin-right: auto;
}

#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50cbc578-bbed-4b38-9df4-a1bf446c73a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-77f11e97-3289-4fd0-95b1-dee3112f760e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77f11e97-3289-4fd0-95b1-dee3112f760e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-678913c5-e590-4c20-804c-2de490b184c9 {
  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-678913c5-e590-4c20-804c-2de490b184c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-678913c5-e590-4c20-804c-2de490b184c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d96343ff-450a-4211-8dc8-deebd67b5a0f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d96343ff-450a-4211-8dc8-deebd67b5a0f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-d96343ff-450a-4211-8dc8-deebd67b5a0f .shogun-heading-component h5 a {
  color: ;
}


#s-5458d696-e909-4424-8f42-b8db9778241f {
  margin-left: auto;
margin-right: auto;
}

#s-a414af28-835b-4800-936d-315b1b415dde {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a414af28-835b-4800-936d-315b1b415dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a414af28-835b-4800-936d-315b1b415dde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a414af28-835b-4800-936d-315b1b415dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a414af28-835b-4800-936d-315b1b415dde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a414af28-835b-4800-936d-315b1b415dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a414af28-835b-4800-936d-315b1b415dde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a414af28-835b-4800-936d-315b1b415dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a414af28-835b-4800-936d-315b1b415dde img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a414af28-835b-4800-936d-315b1b415dde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a414af28-835b-4800-936d-315b1b415dde img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29c9f819-0289-4ecc-bf7d-1fc4bbf0eba9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29c9f819-0289-4ecc-bf7d-1fc4bbf0eba9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-00016840-08ea-447e-b6e9-81f3ef065f0c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-00016840-08ea-447e-b6e9-81f3ef065f0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-00016840-08ea-447e-b6e9-81f3ef065f0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-00016840-08ea-447e-b6e9-81f3ef065f0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-00016840-08ea-447e-b6e9-81f3ef065f0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1953257b-39e4-4019-8edb-690899c20fee {
  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-1953257b-39e4-4019-8edb-690899c20fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1953257b-39e4-4019-8edb-690899c20fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d13ea3a0-014b-4cb6-b777-eebb5d0a6c10 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d13ea3a0-014b-4cb6-b777-eebb5d0a6c10 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-d13ea3a0-014b-4cb6-b777-eebb5d0a6c10 .shogun-heading-component h5 a {
  color: ;
}


#s-4e655fc8-a593-42c3-a783-3a888aa11b0b {
  margin-left: auto;
margin-right: auto;
}

#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b0e7299-fb88-4771-85ed-713f2fc475c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f15955d-efa0-470c-8f69-02b4a23337d9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f15955d-efa0-470c-8f69-02b4a23337d9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-500b0226-60e2-44dc-98bb-571ea9143d35 {
  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-500b0226-60e2-44dc-98bb-571ea9143d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-500b0226-60e2-44dc-98bb-571ea9143d35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2dc70ae-f6e4-48e3-8e13-3500510534ad {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2dc70ae-f6e4-48e3-8e13-3500510534ad .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-e2dc70ae-f6e4-48e3-8e13-3500510534ad .shogun-heading-component h5 a {
  color: ;
}


#s-2102f59e-dea4-4ea9-9da0-04b0031d42b1 {
  margin-left: auto;
margin-right: auto;
}

#s-635421f8-6a00-4227-b62a-0fc350de7dfb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635421f8-6a00-4227-b62a-0fc350de7dfb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b63cb4f5-f8fb-4bda-853e-50aa21f95063 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b63cb4f5-f8fb-4bda-853e-50aa21f95063 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5ae878c7-a488-4a01-a4eb-64e213d48efc {
  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-5ae878c7-a488-4a01-a4eb-64e213d48efc {
  margin-top: 10px;
}
}







#s-5ae878c7-a488-4a01-a4eb-64e213d48efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ae878c7-a488-4a01-a4eb-64e213d48efc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f566820c-130b-483c-9f3f-34e2e91afd04 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f566820c-130b-483c-9f3f-34e2e91afd04 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-f566820c-130b-483c-9f3f-34e2e91afd04 .shogun-heading-component h5 a {
  color: ;
}


#s-1af5d96e-b150-41d7-a492-47e3fa8d834c {
  margin-left: auto;
margin-right: auto;
}

#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-230a42d3-93e3-4ddf-9437-cdf73c8677a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4055c7d8-e6ec-478b-9eff-5c1fd8c2a676 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4055c7d8-e6ec-478b-9eff-5c1fd8c2a676 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-72c68f3d-4572-4adb-a89c-a31e32340627 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-72c68f3d-4572-4adb-a89c-a31e32340627"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-72c68f3d-4572-4adb-a89c-a31e32340627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-72c68f3d-4572-4adb-a89c-a31e32340627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-72c68f3d-4572-4adb-a89c-a31e32340627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c9f1fddf-1e6c-4d0d-911b-074699198846 {
  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-c9f1fddf-1e6c-4d0d-911b-074699198846 {
  margin-top: 10px;
}
}







#s-c9f1fddf-1e6c-4d0d-911b-074699198846 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9f1fddf-1e6c-4d0d-911b-074699198846.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b0bfa67-10e8-4ccb-8989-195542edf9b7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b0bfa67-10e8-4ccb-8989-195542edf9b7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-2b0bfa67-10e8-4ccb-8989-195542edf9b7 .shogun-heading-component h5 a {
  color: ;
}


#s-a3781750-1214-4183-88f2-5f5ed38af488 {
  margin-left: auto;
margin-right: auto;
}

#s-6f7a1178-ba76-400b-bcce-1d86b505d76f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f7a1178-ba76-400b-bcce-1d86b505d76f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f7258d7b-8303-4c43-bb7e-da7f381411fc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7258d7b-8303-4c43-bb7e-da7f381411fc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d8a9c9dd-1c84-4958-befe-cee3f5ec1bf9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d8a9c9dd-1c84-4958-befe-cee3f5ec1bf9 {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-d8a9c9dd-1c84-4958-befe-cee3f5ec1bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8a9c9dd-1c84-4958-befe-cee3f5ec1bf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a0e7459-c454-4587-8dde-e1895b4c128d {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8a0e7459-c454-4587-8dde-e1895b4c128d {
  margin-top: 20px;
}
}
#s-8a0e7459-c454-4587-8dde-e1895b4c128d .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-8a0e7459-c454-4587-8dde-e1895b4c128d .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-914a12e9-7245-44f2-92e1-b2dac0a5c97a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-914a12e9-7245-44f2-92e1-b2dac0a5c97a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-914a12e9-7245-44f2-92e1-b2dac0a5c97a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-914a12e9-7245-44f2-92e1-b2dac0a5c97a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-914a12e9-7245-44f2-92e1-b2dac0a5c97a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 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, 0);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26 {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26 {
  border-radius: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26 {
  border-radius: 0px;
}
}@media (max-width: 767px){#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26 {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-032ccbbe-0f67-45b5-9f46-7e20f1f18e26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  margin: 0 !important;
  overflow: visible;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add background color handling */
  
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
  box-sizing: border-box;
}



.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
      position: relative;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  margin: 0 !important;
  overflow: visible;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add background color handling */
  
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
  box-sizing: border-box;
}



.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
      position: relative;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a 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-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  margin: 0 !important;
  overflow: visible;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add background color handling */
  
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
  box-sizing: border-box;
}



.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
      position: relative;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a 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-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  margin: 0 !important;
  overflow: visible;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add background color handling */
  
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
  box-sizing: border-box;
}



.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
      position: relative;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  margin: 0 !important;
  overflow: visible;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add background color handling */
  
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image {
  box-sizing: border-box;
}



.s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container {
      position: relative;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d031b352-cd5e-4466-9b3f-ad6dc05cb48a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-00ae7d3f-06e6-46a0-ac63-5b8c682c1fcd {
  margin-top: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 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, 0);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1 {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1 {
  border-radius: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1 {
  border-radius: 0px;
}
}@media (max-width: 767px){#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1 {
  border-style: solid;
border-color: #000;
margin-top: 0px;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-117aa6d0-cb09-46c4-88aa-9ce5d9aa85d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
  box-sizing: border-box;
}



.s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
      position: relative;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
  box-sizing: border-box;
}



.s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
      position: relative;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d 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-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
  box-sizing: border-box;
}



.s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
      position: relative;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d 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-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
  box-sizing: border-box;
}



.s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
      position: relative;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c9f65761-3649-4ea1-8277-516bc01c2a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image {
  box-sizing: border-box;
}



.s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container {
      position: relative;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f65761-3649-4ea1-8277-516bc01c2a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-58c5e44a-631d-41a1-89f3-1e47616df2b5 {
  margin-top: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 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, 0);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f {
  border-radius: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f {
  border-radius: 0px;
}
}@media (max-width: 767px){#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f {
  border-style: solid;
border-color: #000;
margin-top: 0px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63d0d448-88ce-4d4b-85d6-a8a4eb4bb82f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
  box-sizing: border-box;
}



.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
      position: relative;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
  box-sizing: border-box;
}



.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
      position: relative;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 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-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
  box-sizing: border-box;
}



.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
      position: relative;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 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-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
  box-sizing: border-box;
}



.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
      position: relative;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image {
  box-sizing: border-box;
}



.s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container {
      position: relative;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d03c6b-ba38-4389-a0bc-80423e4f94c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-bbef0a1e-9311-4b63-98e1-fbd9c389c7eb {
  margin-top: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-80af9e20-86ac-4997-bac5-37fec0e72e09 {
  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-33912b86-f81e-4840-a891-b170c907a64c {
  margin-top: 24px;
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-33912b86-f81e-4840-a891-b170c907a64c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33912b86-f81e-4840-a891-b170c907a64c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33912b86-f81e-4840-a891-b170c907a64c-atc-btn-wrapper {
    text-align: center;
  }


#s-33912b86-f81e-4840-a891-b170c907a64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-33912b86-f81e-4840-a891-b170c907a64c-atc-btn-wrapper {
    text-align: center;
  }


#s-33912b86-f81e-4840-a891-b170c907a64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-33912b86-f81e-4840-a891-b170c907a64c-atc-btn-wrapper {
    text-align: center;
  }


#s-33912b86-f81e-4840-a891-b170c907a64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-33912b86-f81e-4840-a891-b170c907a64c-atc-btn-wrapper {
    text-align: center;
  }


#s-33912b86-f81e-4840-a891-b170c907a64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-33912b86-f81e-4840-a891-b170c907a64c-atc-btn-wrapper {
    text-align: center;
  }


#s-33912b86-f81e-4840-a891-b170c907a64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33912b86-f81e-4840-a891-b170c907a64c.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-0632dcad-9899-4e47-a59d-7ca5c423a502 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-0632dcad-9899-4e47-a59d-7ca5c423a502 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0632dcad-9899-4e47-a59d-7ca5c423a502 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0632dcad-9899-4e47-a59d-7ca5c423a502 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-0632dcad-9899-4e47-a59d-7ca5c423a502 {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-0632dcad-9899-4e47-a59d-7ca5c423a502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0632dcad-9899-4e47-a59d-7ca5c423a502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16abc83-0a90-4ee6-aa74-b3643195935c {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a16abc83-0a90-4ee6-aa74-b3643195935c {
  margin-top: 20px;
}
}
#s-a16abc83-0a90-4ee6-aa74-b3643195935c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-a16abc83-0a90-4ee6-aa74-b3643195935c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-e113a04e-25de-4e2c-a021-e41f3661e097 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e113a04e-25de-4e2c-a021-e41f3661e097"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e113a04e-25de-4e2c-a021-e41f3661e097"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e113a04e-25de-4e2c-a021-e41f3661e097"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e113a04e-25de-4e2c-a021-e41f3661e097"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b464a6f9-709f-4acf-989a-24e6a8474e9f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-b464a6f9-709f-4acf-989a-24e6a8474e9f {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-b464a6f9-709f-4acf-989a-24e6a8474e9f, #wrap-s-b464a6f9-709f-4acf-989a-24e6a8474e9f, #wrap-content-s-b464a6f9-709f-4acf-989a-24e6a8474e9f { display: none !important; }}







#s-b464a6f9-709f-4acf-989a-24e6a8474e9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b464a6f9-709f-4acf-989a-24e6a8474e9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  
}
}
#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
  box-sizing: border-box;
}



.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
      position: relative;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
  box-sizing: border-box;
}



.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
      position: relative;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 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-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
  box-sizing: border-box;
}



.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
      position: relative;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 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-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
  box-sizing: border-box;
}



.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
      position: relative;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  margin: 0 !important;
  overflow: visible;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add background color handling */
  
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image {
  box-sizing: border-box;
}



.s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container {
      position: relative;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c294e0b5-3f76-482c-89af-9c0f2e2adf83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-147e0b95-4731-4291-94d4-ce71dbaaf884 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-147e0b95-4731-4291-94d4-ce71dbaaf884 {
  margin-top: 0px;
}
}







#s-147e0b95-4731-4291-94d4-ce71dbaaf884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-147e0b95-4731-4291-94d4-ce71dbaaf884.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  margin: 0 !important;
  overflow: visible;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add background color handling */
  
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
  box-sizing: border-box;
}



.s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bd5a868-809f-485d-b630-fcb2c86a872b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
      position: relative;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  margin: 0 !important;
  overflow: visible;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add background color handling */
  
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
  box-sizing: border-box;
}



.s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bd5a868-809f-485d-b630-fcb2c86a872b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
      position: relative;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b 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-7bd5a868-809f-485d-b630-fcb2c86a872b {
  margin: 0 !important;
  overflow: visible;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add background color handling */
  
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
  box-sizing: border-box;
}



.s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bd5a868-809f-485d-b630-fcb2c86a872b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
      position: relative;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b 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-7bd5a868-809f-485d-b630-fcb2c86a872b {
  margin: 0 !important;
  overflow: visible;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add background color handling */
  
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
  box-sizing: border-box;
}



.s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bd5a868-809f-485d-b630-fcb2c86a872b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
      position: relative;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  margin: 0 !important;
  overflow: visible;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bd5a868-809f-485d-b630-fcb2c86a872b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add background color handling */
  
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bd5a868-809f-485d-b630-fcb2c86a872b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7bd5a868-809f-485d-b630-fcb2c86a872b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image {
  box-sizing: border-box;
}



.s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bd5a868-809f-485d-b630-fcb2c86a872b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container {
      position: relative;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bd5a868-809f-485d-b630-fcb2c86a872b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-191f5018-192d-4014-a086-dc239d9c277f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-191f5018-192d-4014-a086-dc239d9c277f {
  margin-top: 10px;
}
}







#s-191f5018-192d-4014-a086-dc239d9c277f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-191f5018-192d-4014-a086-dc239d9c277f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb {
  margin: 0 !important;
  overflow: visible;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add background color handling */
  
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
  box-sizing: border-box;
}



.s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c536648b-34f4-4310-b443-6456a6236dcb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
      position: relative;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-c536648b-34f4-4310-b443-6456a6236dcb {
  margin: 0 !important;
  overflow: visible;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add background color handling */
  
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
  box-sizing: border-box;
}



.s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c536648b-34f4-4310-b443-6456a6236dcb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
      position: relative;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb 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-c536648b-34f4-4310-b443-6456a6236dcb {
  margin: 0 !important;
  overflow: visible;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add background color handling */
  
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
  box-sizing: border-box;
}



.s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c536648b-34f4-4310-b443-6456a6236dcb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
      position: relative;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb 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-c536648b-34f4-4310-b443-6456a6236dcb {
  margin: 0 !important;
  overflow: visible;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add background color handling */
  
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
  box-sizing: border-box;
}



.s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c536648b-34f4-4310-b443-6456a6236dcb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
      position: relative;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-c536648b-34f4-4310-b443-6456a6236dcb {
  margin: 0 !important;
  overflow: visible;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c536648b-34f4-4310-b443-6456a6236dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add background color handling */
  
}

#s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c536648b-34f4-4310-b443-6456a6236dcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c536648b-34f4-4310-b443-6456a6236dcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image {
  box-sizing: border-box;
}



.s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c536648b-34f4-4310-b443-6456a6236dcb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container {
      position: relative;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c536648b-34f4-4310-b443-6456a6236dcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-2dace674-d83e-4a52-a82c-75a2bf58d5bf {
  margin-left: auto;
margin-right: auto;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6 {
  margin-top: 24px;
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-fd51d55f-da1b-4297-830b-aa81402fa0c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd51d55f-da1b-4297-830b-aa81402fa0c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6-atc-btn-wrapper {
    text-align: center;
  }


#s-fd51d55f-da1b-4297-830b-aa81402fa0c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6-atc-btn-wrapper {
    text-align: center;
  }


#s-fd51d55f-da1b-4297-830b-aa81402fa0c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6-atc-btn-wrapper {
    text-align: center;
  }


#s-fd51d55f-da1b-4297-830b-aa81402fa0c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6-atc-btn-wrapper {
    text-align: center;
  }


#s-fd51d55f-da1b-4297-830b-aa81402fa0c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6-atc-btn-wrapper {
    text-align: center;
  }


#s-fd51d55f-da1b-4297-830b-aa81402fa0c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd51d55f-da1b-4297-830b-aa81402fa0c6.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-34ff6b0c-a03a-4f15-9515-81affa05541c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-34ff6b0c-a03a-4f15-9515-81affa05541c {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34ff6b0c-a03a-4f15-9515-81affa05541c {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34ff6b0c-a03a-4f15-9515-81affa05541c {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-34ff6b0c-a03a-4f15-9515-81affa05541c {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-34ff6b0c-a03a-4f15-9515-81affa05541c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34ff6b0c-a03a-4f15-9515-81affa05541c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85cefdcb-9601-46d0-99e0-ec6ddfc5bb86 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-85cefdcb-9601-46d0-99e0-ec6ddfc5bb86 {
  margin-top: 20px;
}
}
#s-85cefdcb-9601-46d0-99e0-ec6ddfc5bb86 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-85cefdcb-9601-46d0-99e0-ec6ddfc5bb86 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-d1e54cd5-e546-4698-a741-c4532d15a340 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d1e54cd5-e546-4698-a741-c4532d15a340"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1e54cd5-e546-4698-a741-c4532d15a340"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d1e54cd5-e546-4698-a741-c4532d15a340"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d1e54cd5-e546-4698-a741-c4532d15a340"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-96387bdb-f5d4-41a9-8a71-74bbe6a7ef9e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-96387bdb-f5d4-41a9-8a71-74bbe6a7ef9e {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-96387bdb-f5d4-41a9-8a71-74bbe6a7ef9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96387bdb-f5d4-41a9-8a71-74bbe6a7ef9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  
}
}
#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
  box-sizing: border-box;
}



.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
      position: relative;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
  box-sizing: border-box;
}



.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
      position: relative;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 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-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
  box-sizing: border-box;
}



.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
      position: relative;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 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-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
  box-sizing: border-box;
}



.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
      position: relative;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image {
  box-sizing: border-box;
}



.s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container {
      position: relative;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4d72e2a-7ad0-44fb-a0fa-dd6cc54d7688 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-fa5abec3-1604-4cff-8f25-6babe80e77b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-fa5abec3-1604-4cff-8f25-6babe80e77b6 {
  margin-top: 10px;
}
}







#s-fa5abec3-1604-4cff-8f25-6babe80e77b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa5abec3-1604-4cff-8f25-6babe80e77b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  margin: 0 !important;
  overflow: visible;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add background color handling */
  
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-content {
  
    justify-content: center;
  
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
  box-sizing: border-box;
}



.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
      position: relative;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  margin: 0 !important;
  overflow: visible;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add background color handling */
  
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-content {
  
    justify-content: center;
  
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
  box-sizing: border-box;
}



.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
      position: relative;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a 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-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  margin: 0 !important;
  overflow: visible;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add background color handling */
  
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-content {
  
    justify-content: center;
  
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
  box-sizing: border-box;
}



.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
      position: relative;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a 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-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  margin: 0 !important;
  overflow: visible;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add background color handling */
  
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-content {
  
    justify-content: center;
  
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
  box-sizing: border-box;
}



.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
      position: relative;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  margin: 0 !important;
  overflow: visible;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add background color handling */
  
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a .shogun-image-content {
  
    justify-content: center;
  
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image {
  box-sizing: border-box;
}



.s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container {
      position: relative;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19d1c32e-7f65-4cbf-84b4-8041e2c9a03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-b3cb565d-ffd4-4677-89c8-22be25cb7aaf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-b3cb565d-ffd4-4677-89c8-22be25cb7aaf {
  margin-top: 10px;
}
}







#s-b3cb565d-ffd4-4677-89c8-22be25cb7aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3cb565d-ffd4-4677-89c8-22be25cb7aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05d24e53-6721-4823-8321-5601731ff97e {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-05d24e53-6721-4823-8321-5601731ff97e {
  margin: 0 !important;
  overflow: visible;
}

#s-05d24e53-6721-4823-8321-5601731ff97e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add background color handling */
  
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-content {
  
    justify-content: center;
  
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
  box-sizing: border-box;
}



.s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05d24e53-6721-4823-8321-5601731ff97e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
      position: relative;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-05d24e53-6721-4823-8321-5601731ff97e {
  margin: 0 !important;
  overflow: visible;
}

#s-05d24e53-6721-4823-8321-5601731ff97e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add background color handling */
  
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-content {
  
    justify-content: center;
  
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
  box-sizing: border-box;
}



.s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05d24e53-6721-4823-8321-5601731ff97e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
      position: relative;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-05d24e53-6721-4823-8321-5601731ff97e {
  margin: 0 !important;
  overflow: visible;
}

#s-05d24e53-6721-4823-8321-5601731ff97e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add background color handling */
  
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-content {
  
    justify-content: center;
  
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
  box-sizing: border-box;
}



.s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05d24e53-6721-4823-8321-5601731ff97e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
      position: relative;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-05d24e53-6721-4823-8321-5601731ff97e {
  margin: 0 !important;
  overflow: visible;
}

#s-05d24e53-6721-4823-8321-5601731ff97e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add background color handling */
  
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-content {
  
    justify-content: center;
  
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
  box-sizing: border-box;
}



.s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05d24e53-6721-4823-8321-5601731ff97e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
      position: relative;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-05d24e53-6721-4823-8321-5601731ff97e {
  margin: 0 !important;
  overflow: visible;
}

#s-05d24e53-6721-4823-8321-5601731ff97e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05d24e53-6721-4823-8321-5601731ff97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add background color handling */
  
}

#s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d24e53-6721-4823-8321-5601731ff97e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-05d24e53-6721-4823-8321-5601731ff97e .shogun-image-content {
  
    justify-content: center;
  
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image {
  box-sizing: border-box;
}



.s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05d24e53-6721-4823-8321-5601731ff97e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container {
      position: relative;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d24e53-6721-4823-8321-5601731ff97e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-bcf795d7-1312-4273-8905-c4f768043071 {
  margin-left: auto;
margin-right: auto;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a {
  margin-top: 24px;
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-bfceafd5-5292-4795-a798-347101e0d12a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfceafd5-5292-4795-a798-347101e0d12a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfceafd5-5292-4795-a798-347101e0d12a-atc-btn-wrapper {
    text-align: center;
  }


#s-bfceafd5-5292-4795-a798-347101e0d12a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-bfceafd5-5292-4795-a798-347101e0d12a-atc-btn-wrapper {
    text-align: center;
  }


#s-bfceafd5-5292-4795-a798-347101e0d12a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfceafd5-5292-4795-a798-347101e0d12a-atc-btn-wrapper {
    text-align: center;
  }


#s-bfceafd5-5292-4795-a798-347101e0d12a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-bfceafd5-5292-4795-a798-347101e0d12a-atc-btn-wrapper {
    text-align: center;
  }


#s-bfceafd5-5292-4795-a798-347101e0d12a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-bfceafd5-5292-4795-a798-347101e0d12a-atc-btn-wrapper {
    text-align: center;
  }


#s-bfceafd5-5292-4795-a798-347101e0d12a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfceafd5-5292-4795-a798-347101e0d12a.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-9d521393-4392-430a-a61f-0f9dcf3cd79a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-9d521393-4392-430a-a61f-0f9dcf3cd79a {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d521393-4392-430a-a61f-0f9dcf3cd79a {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d521393-4392-430a-a61f-0f9dcf3cd79a {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-9d521393-4392-430a-a61f-0f9dcf3cd79a {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-9d521393-4392-430a-a61f-0f9dcf3cd79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d521393-4392-430a-a61f-0f9dcf3cd79a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b80cab83-a7a1-4e6a-a3fe-d5d187cfab73 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b80cab83-a7a1-4e6a-a3fe-d5d187cfab73 {
  margin-top: 20px;
}
}
#s-b80cab83-a7a1-4e6a-a3fe-d5d187cfab73 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-b80cab83-a7a1-4e6a-a3fe-d5d187cfab73 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-7b4b4eef-6594-42e4-99e3-02cbf572035e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7b4b4eef-6594-42e4-99e3-02cbf572035e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-16c96a00-3fb9-4789-b49e-1dd9b07e5c30 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-16c96a00-3fb9-4789-b49e-1dd9b07e5c30 {
  margin-top: 0px;
}
}







#s-16c96a00-3fb9-4789-b49e-1dd9b07e5c30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16c96a00-3fb9-4789-b49e-1dd9b07e5c30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
  box-sizing: border-box;
}



.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
      position: relative;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
  box-sizing: border-box;
}



.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
      position: relative;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 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-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
  box-sizing: border-box;
}



.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
      position: relative;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 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-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
  box-sizing: border-box;
}



.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
      position: relative;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image {
  box-sizing: border-box;
}



.s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container {
      position: relative;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c2ce77-9f80-45d5-be6c-b0390b1c3568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-f7b909bf-193e-4967-bcc4-570032a2876c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-f7b909bf-193e-4967-bcc4-570032a2876c {
  margin-top: 10px;
}
}







#s-f7b909bf-193e-4967-bcc4-570032a2876c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7b909bf-193e-4967-bcc4-570032a2876c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
  box-sizing: border-box;
}



.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
      position: relative;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
  box-sizing: border-box;
}



.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
      position: relative;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
  box-sizing: border-box;
}



.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
      position: relative;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
  box-sizing: border-box;
}



.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
      position: relative;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image {
  box-sizing: border-box;
}



.s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container {
      position: relative;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb314f6-679d-41eb-8624-fc9c00a367c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-616fa2a6-4398-486c-bea2-b67ac04e385f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-616fa2a6-4398-486c-bea2-b67ac04e385f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-616fa2a6-4398-486c-bea2-b67ac04e385f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-616fa2a6-4398-486c-bea2-b67ac04e385f {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-616fa2a6-4398-486c-bea2-b67ac04e385f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-616fa2a6-4398-486c-bea2-b67ac04e385f {
  padding-bottom: 10px;
}
}

  #s-616fa2a6-4398-486c-bea2-b67ac04e385f-root {
    text-align: center;
  }


#s-616fa2a6-4398-486c-bea2-b67ac04e385f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-616fa2a6-4398-486c-bea2-b67ac04e385f-root {
    text-align: center;
  }


#s-616fa2a6-4398-486c-bea2-b67ac04e385f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-616fa2a6-4398-486c-bea2-b67ac04e385f-root {
    text-align: center;
  }


#s-616fa2a6-4398-486c-bea2-b67ac04e385f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-616fa2a6-4398-486c-bea2-b67ac04e385f-root {
    text-align: center;
  }


#s-616fa2a6-4398-486c-bea2-b67ac04e385f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-616fa2a6-4398-486c-bea2-b67ac04e385f-root {
    text-align: center;
  }


#s-616fa2a6-4398-486c-bea2-b67ac04e385f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 10px;
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: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}







#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d337413b-b358-471b-a2c7-e60673e893de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d337413b-b358-471b-a2c7-e60673e893de .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-361a168c-405e-4bef-94d7-8fbe90487bdd {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f 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-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a 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-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin-top: 15px;
}
}
#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 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-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin-top: 15px;
}
}
#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 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-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ab346560-6e12-4d08-84fc-87f443646217 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4fc3c144-bcbd-40ed-9601-3fad007deebc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f 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: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-973b914f-2ae0-4596-98fb-4fba37bc0265 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-973b914f-2ae0-4596-98fb-4fba37bc0265 {
  margin-top: 10px;
}
}
#s-973b914f-2ae0-4596-98fb-4fba37bc0265 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}



#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  margin-top: 10px;
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: none;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  background-image: url();
}








#s-a337446f-b69b-4414-89ed-ec195f368df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a337446f-b69b-4414-89ed-ec195f368df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0335f1b0-362d-453d-9c4e-e2ccb38b32d0 {
  margin-left: auto;
margin-right: auto;
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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0335f1b0-362d-453d-9c4e-e2ccb38b32d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0335f1b0-362d-453d-9c4e-e2ccb38b32d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-bb018359-2dff-46e0-bbc8-53e72595b35d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb018359-2dff-46e0-bbc8-53e72595b35d .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-bb018359-2dff-46e0-bbc8-53e72595b35d .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-3688524e-b29e-43dd-9403-26e482e243e0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d90010ce-a64c-4dbf-aa38-7d104536292d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-d90010ce-a64c-4dbf-aa38-7d104536292d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d90010ce-a64c-4dbf-aa38-7d104536292d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e20a6b9-7977-466e-9584-a793ab2aab5c {
  margin-left: auto;
margin-right: auto;
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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-5e20a6b9-7977-466e-9584-a793ab2aab5c {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 30px;
}
}







#s-5e20a6b9-7977-466e-9584-a793ab2aab5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e20a6b9-7977-466e-9584-a793ab2aab5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-d001e5c1-96ab-4588-98b6-e04b9b5dcfa8 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d001e5c1-96ab-4588-98b6-e04b9b5dcfa8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-d001e5c1-96ab-4588-98b6-e04b9b5dcfa8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-ac9bd18e-f164-44af-bcbe-39d47b0c056e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-72668829-1894-47fe-b49b-a9ba5470c951 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-72668829-1894-47fe-b49b-a9ba5470c951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72668829-1894-47fe-b49b-a9ba5470c951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
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: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 0%;
border-style: none;
}
}







#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85b4b6de-8da4-4ef7-9837-de987742aeab {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  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: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a5683d9-0231-490a-933b-c03706ecddfb {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5683d9-0231-490a-933b-c03706ecddfb .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-9a5683d9-0231-490a-933b-c03706ecddfb .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-9f335e05-e99c-41db-8707-c7d4d48e1a3d {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9f335e05-e99c-41db-8707-c7d4d48e1a3d {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ed5e66ef-2dc5-4a89-8a63-61010cabfba6 {
  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(255, 255, 255, 1);
}








#s-ed5e66ef-2dc5-4a89-8a63-61010cabfba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed5e66ef-2dc5-4a89-8a63-61010cabfba6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08df18c1-1a31-40ec-8f8d-6f00a9788340 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-08df18c1-1a31-40ec-8f8d-6f00a9788340 {
  margin-top: 0px;
}
}
#s-08df18c1-1a31-40ec-8f8d-6f00a9788340 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f99ce194-7c60-4e49-bf07-4c8d04ccd2ac {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin-top: 20px;
max-width: 878px;
aspect-ratio: 878/681;
text-align: center;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

@media (min-width: 1200px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}@media (max-width: 767px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}
#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf {
  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(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf {
  margin-top: 10px;
}
}







#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c45e6b35-10ec-4bf1-a466-43d21e66de10 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c45e6b35-10ec-4bf1-a466-43d21e66de10 {
  margin-top: 0px;
}
}
#s-c45e6b35-10ec-4bf1-a466-43d21e66de10 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6d782cd0-a156-4ef0-bb27-24688f7728ab {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 2048/1099;
text-align: center;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 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-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 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-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ecca34a4-8257-455a-9931-27d3269c5c8c {
  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(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ecca34a4-8257-455a-9931-27d3269c5c8c {
  margin-top: 10px;
}
}







#s-ecca34a4-8257-455a-9931-27d3269c5c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecca34a4-8257-455a-9931-27d3269c5c8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2131b96f-eee3-46e5-b762-addd567a3a60 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2131b96f-eee3-46e5-b762-addd567a3a60 {
  margin-top: 0px;
}
}
#s-2131b96f-eee3-46e5-b762-addd567a3a60 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8cc724a8-1985-4ad3-83a8-743a9829dd7a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 2048/1099;
text-align: center;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 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-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 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-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
@media (max-width: 767px){#s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca {
  display: none;
}
#s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca, #wrap-s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca, #wrap-content-s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca { display: none !important; }}
#s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca hr {
  border-top: 2px solid #ddd;
}

#s-0daa206c-5427-4530-b60f-45ed86d7fd28 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0daa206c-5427-4530-b60f-45ed86d7fd28 {
  margin-top: 40px;
}
}
#s-0daa206c-5427-4530-b60f-45ed86d7fd28 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (max-width: 767px){#s-0daa206c-5427-4530-b60f-45ed86d7fd28 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-0b95c95f-9c3a-4363-b982-363cbfad0fd2 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-0b95c95f-9c3a-4363-b982-363cbfad0fd2 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fec91cf1-5211-4323-858d-f3642c361053 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-fec91cf1-5211-4323-858d-f3642c361053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fec91cf1-5211-4323-858d-f3642c361053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin-top: 20px;
}
}
#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 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-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 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-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ec037dca-e303-4fcb-886e-699bc3295916 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec037dca-e303-4fcb-886e-699bc3295916 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-fef78380-747a-48c0-ad99-af9dba4f470d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-fef78380-747a-48c0-ad99-af9dba4f470d {
  margin-top: 10px;
}
}







#s-fef78380-747a-48c0-ad99-af9dba4f470d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fef78380-747a-48c0-ad99-af9dba4f470d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin-top: 0px;
}
}
#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 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-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 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-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-c1639f44-a0c1-453b-aa9e-8ee9475a9b83 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1639f44-a0c1-453b-aa9e-8ee9475a9b83 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-0e92ed78-dd95-4a74-815c-5b568bd21252 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-0e92ed78-dd95-4a74-815c-5b568bd21252 {
  margin-top: 10px;
}
}







#s-0e92ed78-dd95-4a74-815c-5b568bd21252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e92ed78-dd95-4a74-815c-5b568bd21252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin-top: 0px;
}
}
#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 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-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 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-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-6b09be89-0399-4fa2-9466-e9f80c9b075c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b09be89-0399-4fa2-9466-e9f80c9b075c .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d7847884-6dcc-416f-a817-d6a55a966829 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
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: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d7847884-6dcc-416f-a817-d6a55a966829 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7847884-6dcc-416f-a817-d6a55a966829 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-d7847884-6dcc-416f-a817-d6a55a966829 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-style: none;
}
}







#s-d7847884-6dcc-416f-a817-d6a55a966829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7847884-6dcc-416f-a817-d6a55a966829.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2f922e0-0a86-4317-b639-22cefff3b1a6 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2f922e0-0a86-4317-b639-22cefff3b1a6 .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-c2f922e0-0a86-4317-b639-22cefff3b1a6 .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-2a8f508b-4858-47a5-ae99-a17e1730d1d9 {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2a8f508b-4858-47a5-ae99-a17e1730d1d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a8f508b-4858-47a5-ae99-a17e1730d1d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a8f508b-4858-47a5-ae99-a17e1730d1d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a8f508b-4858-47a5-ae99-a17e1730d1d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c76dfbc7-d9d3-4877-b322-b0159e67bbd0 {
  margin-left: auto;
margin-right: auto;
}

#s-2fd8fb98-8d7a-446b-97d4-7a4598e07033 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fd8fb98-8d7a-446b-97d4-7a4598e07033 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-cf325993-abc9-4e71-b506-efa9bd8c9d27 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 50px;
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: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-580b42ce-1423-40d1-bd69-e1ad0f6b0e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c5de21-2c5e-4254-b481-b06ab1e64437 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2c5de21-2c5e-4254-b481-b06ab1e64437 .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-a2c5de21-2c5e-4254-b481-b06ab1e64437 .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-178baee0-2786-4155-ace3-58906ed73d91 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-178baee0-2786-4155-ace3-58906ed73d91 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-178baee0-2786-4155-ace3-58906ed73d91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-178baee0-2786-4155-ace3-58906ed73d91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-178baee0-2786-4155-ace3-58906ed73d91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-178baee0-2786-4155-ace3-58906ed73d91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
  box-sizing: border-box;
}



.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
      position: relative;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
  box-sizing: border-box;
}



.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
      position: relative;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
  box-sizing: border-box;
}



.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
      position: relative;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
  box-sizing: border-box;
}



.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
      position: relative;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image {
  box-sizing: border-box;
}



.s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container {
      position: relative;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63b70952-7d73-4ead-a6be-4a52fdf4b2e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-7ebcabd4-ae0c-4a03-bfe6-9b19816f1ecc {
  margin-top: 10px;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  margin: 0 !important;
  overflow: visible;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add background color handling */
  
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
  box-sizing: border-box;
}



.s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfae79f-a297-469c-afb3-4ada4038ec05 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
      position: relative;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  margin: 0 !important;
  overflow: visible;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add background color handling */
  
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
  box-sizing: border-box;
}



.s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfae79f-a297-469c-afb3-4ada4038ec05 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
      position: relative;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  margin: 0 !important;
  overflow: visible;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add background color handling */
  
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
  box-sizing: border-box;
}



.s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfae79f-a297-469c-afb3-4ada4038ec05 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
      position: relative;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  margin: 0 !important;
  overflow: visible;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add background color handling */
  
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
  box-sizing: border-box;
}



.s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfae79f-a297-469c-afb3-4ada4038ec05 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
      position: relative;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  margin: 0 !important;
  overflow: visible;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfae79f-a297-469c-afb3-4ada4038ec05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add background color handling */
  
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfae79f-a297-469c-afb3-4ada4038ec05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-edfae79f-a297-469c-afb3-4ada4038ec05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image {
  box-sizing: border-box;
}



.s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfae79f-a297-469c-afb3-4ada4038ec05 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container {
      position: relative;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfae79f-a297-469c-afb3-4ada4038ec05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-578bf574-54b7-4013-9038-02714967e3b6 {
  margin-top: 10px;
}

#s-65808df1-0573-4ec4-9a1f-8e642064c292 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-65808df1-0573-4ec4-9a1f-8e642064c292 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-65808df1-0573-4ec4-9a1f-8e642064c292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65808df1-0573-4ec4-9a1f-8e642064c292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-65808df1-0573-4ec4-9a1f-8e642064c292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-65808df1-0573-4ec4-9a1f-8e642064c292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
  box-sizing: border-box;
}



.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
      position: relative;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
  box-sizing: border-box;
}



.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
      position: relative;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
  box-sizing: border-box;
}



.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
      position: relative;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
  box-sizing: border-box;
}



.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
      position: relative;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image {
  box-sizing: border-box;
}



.s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container {
      position: relative;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-858f82df-2c69-49ba-bb7d-2dbfa5bb20f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-f66942b4-d6ae-4d26-8d25-090432eda6fc {
  margin-top: 10px;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  margin-top: 20px;
max-width: 990px;
aspect-ratio: 16/9;
text-align: center;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
  box-sizing: border-box;
}



.s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0146248-6f29-4b61-842e-7260fcb02f35 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
      position: relative;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
  box-sizing: border-box;
}



.s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0146248-6f29-4b61-842e-7260fcb02f35 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
      position: relative;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
  box-sizing: border-box;
}



.s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0146248-6f29-4b61-842e-7260fcb02f35 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
      position: relative;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
  box-sizing: border-box;
}



.s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0146248-6f29-4b61-842e-7260fcb02f35 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
      position: relative;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0146248-6f29-4b61-842e-7260fcb02f35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0146248-6f29-4b61-842e-7260fcb02f35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-b0146248-6f29-4b61-842e-7260fcb02f35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image {
  box-sizing: border-box;
}



.s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0146248-6f29-4b61-842e-7260fcb02f35 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container {
      position: relative;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0146248-6f29-4b61-842e-7260fcb02f35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-215563c3-30b7-473a-9ef4-315778de9839 {
  margin-top: 10px;
}

#s-b38ce4a4-4775-4c40-aa86-ec620ccaddf6 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b38ce4a4-4775-4c40-aa86-ec620ccaddf6 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b38ce4a4-4775-4c40-aa86-ec620ccaddf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b38ce4a4-4775-4c40-aa86-ec620ccaddf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b38ce4a4-4775-4c40-aa86-ec620ccaddf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b38ce4a4-4775-4c40-aa86-ec620ccaddf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-99318986-e04d-4a95-b180-23de7a7a7890 {
  margin-top: 0px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 {
  margin: 0 !important;
  overflow: visible;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add background color handling */
  
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
  box-sizing: border-box;
}



.s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99318986-e04d-4a95-b180-23de7a7a7890 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
      position: relative;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-99318986-e04d-4a95-b180-23de7a7a7890 {
  margin: 0 !important;
  overflow: visible;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add background color handling */
  
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
  box-sizing: border-box;
}



.s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99318986-e04d-4a95-b180-23de7a7a7890 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
      position: relative;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99318986-e04d-4a95-b180-23de7a7a7890 {
  margin: 0 !important;
  overflow: visible;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add background color handling */
  
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
  box-sizing: border-box;
}



.s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99318986-e04d-4a95-b180-23de7a7a7890 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
      position: relative;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99318986-e04d-4a95-b180-23de7a7a7890 {
  margin: 0 !important;
  overflow: visible;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add background color handling */
  
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
  box-sizing: border-box;
}



.s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99318986-e04d-4a95-b180-23de7a7a7890 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
      position: relative;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-99318986-e04d-4a95-b180-23de7a7a7890 {
  margin: 0 !important;
  overflow: visible;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99318986-e04d-4a95-b180-23de7a7a7890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add background color handling */
  
}

#s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99318986-e04d-4a95-b180-23de7a7a7890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-99318986-e04d-4a95-b180-23de7a7a7890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image {
  box-sizing: border-box;
}



.s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99318986-e04d-4a95-b180-23de7a7a7890 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container {
      position: relative;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99318986-e04d-4a95-b180-23de7a7a7890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-1b86f008-927b-48cb-a002-738bdd1e53e9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-1b86f008-927b-48cb-a002-738bdd1e53e9 {
  margin-top: 10px;
}
}
#s-9f9d004b-cdeb-4be6-8a6c-13ad1ef0386f {
  margin-top: 10px;
}

#s-65f48583-0751-4d83-9aa4-82083a78e153 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-65f48583-0751-4d83-9aa4-82083a78e153 .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-65f48583-0751-4d83-9aa4-82083a78e153 .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-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 12px;
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-fc72dcc7-7f42-4531-a2b4-3ac9e4c851d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-632b0fa3-aba4-4596-8aab-29cc179fcbd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-632b0fa3-aba4-4596-8aab-29cc179fcbd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-632b0fa3-aba4-4596-8aab-29cc179fcbd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9bedd55-7bc8-46f6-b76b-12d171eb3e73 {
  margin-left: auto;
margin-right: auto;
}

#s-12a58689-25c3-4919-8121-16b4694157c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-12a58689-25c3-4919-8121-16b4694157c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12a58689-25c3-4919-8121-16b4694157c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4395cab3-d743-4679-8591-e0b55500fb92 {
  margin-left: auto;
margin-right: auto;
}

#s-4f68d161-3329-4d29-b0e7-e3f04ed861b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-4f68d161-3329-4d29-b0e7-e3f04ed861b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f68d161-3329-4d29-b0e7-e3f04ed861b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a9adf2e-12f8-4166-bb2c-c0a3349cecc4 {
  margin-left: auto;
margin-right: auto;
}

#s-dea6cc41-2dc0-4cea-8f25-7e9a75856151 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-dea6cc41-2dc0-4cea-8f25-7e9a75856151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dea6cc41-2dc0-4cea-8f25-7e9a75856151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b51285a-d369-45a5-8bd9-69239b8586e4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-1b51285a-d369-45a5-8bd9-69239b8586e4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
/*
  $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;
}
